Visual Studio 2008 + Embedded Web Server on Windows Vista

OS: Windows Vista Business SP1

IDE: Visual Studio 2008 SP1

Question: When I create a new web application in VS 2008 and run it, the embedded web server from VS 2008 starts on a single port (say 50140). Then the browser (IE7) automatically starts with the address http: // localhost: 50137 / ..., notice the different port number. Obviously there is nothing on the IE-requested port. What if IE runs on the same port as the server? For Windowx XP this problem does not occur ...

+1


source to share


2 answers


You can check the web start options in the project properties. It can be hardcoded to load a specific url - perhaps from a previous run.



+1


source


I am assuming there are several projects in the solution, one of which should be a web service and the other (in IE) a web application.



0


source







All Articles