Questions tagged [asp.net-development-serv]

63 questions
55
votes
1 answer

Asp.net MVC page is giving Mime type warnings for image files

While I do not see any functionally or jquery UI elements affected by this, but when I access my asp.net mvc web page the chrome developer console is logged with a bunch of error messages like so: Resource interpreted as image but transferred with…
32
votes
21 answers

Unable to launch the ASP.NET Development server because port '1900' is in use

I was developing just fine in VS 2008 and testing my ASP.NET web site on my development server when suddenly I was unable to run my web site anymore. As soon as I hit F5, the message appears: Unable to launch the ASP.NET Development server because…
19
votes
9 answers

Is There a Way to Make Remote Calls to ASP.NET Development Web Server?

I know that generally speaking, this cant be done, that is get another PC to call a site hosted under the ASP.NET DEvelopment Web Server remotely (generally you can only use localhost:port to get to it). But I was wondering if anyone has seen, or…
Ash
  • 24,276
  • 34
  • 107
  • 152
14
votes
4 answers

Setting static port number on Visual Studio Dev Server with a WebSite project

I have a WebSite project in Visual Studio 2008 (not a Web Application project!) How do I set the ASP.NET Development startup port to a static port in a WebSite project?
11
votes
3 answers

ExecuteScalar returns null or DBNull (development or production server)

I'm trying to add a column to an existing DataRow in C#. Afterwards the column will be filled with a single value from my database. DataRow dr already exists and column "COLNAME" also exists. comTBP is my SqlCommand. dr["COLNAME"] =…
Yoni
  • 325
  • 2
  • 7
  • 15
9
votes
1 answer

ASP.Net Development Server SVG File Serving for CSS background-image

I'm having some trouble getting an SVG file set as a background of an element in an MVC 3 Site (Razor View Engine) and wondering if the ASP.Net Development Server (Cassini?) is properly serving the SVG file. My SVG file is located at /img/plus.svg…
Jacob
  • 3,629
  • 3
  • 36
  • 44
6
votes
3 answers

ASP.NET Development Server concurrent processing doesn't work

I'm trying to find out why ASP.NET Development Server is not processing the requests concurrently. So I've created a simple aspx page with the following code: Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles…
SharpAffair
  • 5,558
  • 13
  • 78
  • 158
6
votes
1 answer

ASP.NET Development Server is not updating changes to markup/code

I've been working on the ASP.NET Development Server recently (on an MVC project and I'm finding that it is inconsistent in how it serves the changes I make to my code. For example, I make a change to the C#/HTML/CSS/JS in the dev environment and run…
DaveDev
  • 41,155
  • 72
  • 223
  • 385
6
votes
1 answer

Detect development server in asp.net (Visual Studio)

Can you programatically detect if the Development server in Visual Studio is used instead of IIS?
ciscoheat
  • 3,719
  • 1
  • 35
  • 52
6
votes
1 answer

Visual Studio ASP.NET development server keeps returning old pages

I have created an ASP.NET 4 based website. At first I ran the default site as it was generated by Visual Studio ASP.NET 4 Internet Application template. I just hit the Debug button, and IE was launched, it connected to http://localhost:1341/ and…
5
votes
3 answers

How do I use Fiddler to listen to the asp.net development server (i.e. cassini)?

I am attempting to debug a (RESTful) WCF app using Fiddler. I run my project via VS IDE - which launches my app in the ASP.NET Development Server aka Cassini. I then launch Fiddler and in the Request Builder tab enter the following: …
Steve Elmer
  • 939
  • 2
  • 10
  • 19
4
votes
3 answers

What reason would Visual Studio ASP.NET Development Server start returning HTTP 503 errors?

I've been putting together a website for a few weeks, most of the routine has just been creating new web forms with master pages. I've been using the ASP.NET Development Server to view my additions to the project as I've gone along, but today…
3
votes
1 answer

Visual Studio 2010 Silverlight Project Opening in Browser as file:// instead of localhost://

My main project I'm working on for some odd reason opens up in the browser as a file:// now instead of from localhost:// like it used to. I am unaware of any settings I changed to make it do this, and the Visual Studio ASP.NET Development Server…
3
votes
2 answers

What is the difference between IIS server and development server provided by Visual studio?

Can anyone please tell me the difference between IIS Server and Development server provided by Visual Studio.
Deviprasad Das
  • 4,203
  • 7
  • 36
  • 51
3
votes
2 answers

What are the best practices to be followed in deployment of asp.net web application & WCF service in IIS 7?

Anybody can provide me the best practices to be followed in deployment of asp.net web application & WCF service in IIS 7 regarding the IIS 7 configuration settings , Security setting, application access level settings..
nRk
  • 1,251
  • 7
  • 24
  • 50
1
2 3 4 5