Tagged Questions

4
votes
3answers
3k views

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?
1
vote
1answer
46 views

Visual Studio: How can I start the development server WITHOUT opening a browser window or seeing a warning?

Visual Studio 2010 Professional So I want to be able to "Start Debugging (F5)" or "Start Without Debugging (Ctrl + F5)" without a) Opening a browser window or b) Getting an error message from Visual ...
1
vote
3answers
167 views

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 ...
1
vote
0answers
189 views

In which circumstances are suitable for Web Application or Web Site in Visual Studio?

I have one project which has APP_CODE folder and runs with Windows Authentication. 1) I created Web Site and added the files of project but I couldn't run with windows authentication 2) Then I ...
0
votes
1answer
39 views

How to write files from asp.net dev server in test out folder?

This feels very magic and apparently I'm not the wizard I'd like to be. I have a web service that I debug in the local asp.net dev server. The mstest unit tests work fine on Windows XP, but when I ...
0
votes
1answer
189 views

Detect development server in asp.net (Visual Studio)

Can you programatically detect if the Development server in Visual Studio is used instead of IIS?
0
votes
3answers
1k views

Asp.net Dev Server using wrong version of the framework?

Currently developing an ASP.NET WebApplication with VS2008. I stopped development for a few weeks, and when I came back, my project is exhibiting the following problem: The whole project compiles ...
0
votes
13answers
18k views

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

I don't know what has got into my computer today. I was developing just fine in VS 2008 and testing my ASP.NET web site on my development server. Then suddenly, out of the blue, I can't run my web ...