0
votes
0answers
153 views

How to deploy ASP.NET Web Service with Visual Studio 2008 (without SP1) on IIS Express 7.5

how I can deploy a ASP.NET Web Service on IIS Express 7.5? There are several solutions for Visual Studio 2008 with SP1 and also for Visual Studio 2010. (E.g. How to configure Visual Studio 2008 to use ...
0
votes
0answers
35 views

VS 2008 using IIS Express - Debug run is not launching browser

Yesterday I installed IIS Express and set up a new VS 2008 Web Application project to utilise it, as per this solution: How to configure Visual Studio 2008 to use IIS Express? It was working fine at ...
9
votes
1answer
5k views

How to configure Visual Studio 2008 to use IIS Express?

The IIS Express FAQ notes that: You can also manually launch IIS Express from the command line and use it with Visual Studio 2008, using the custom web server option How do I configure the ...
10
votes
2answers
3k views

How do I configure IIS Express to run with VS2008?

I have the IIS Express Beta downloaded and installed on WinXP. I don't have VS2010. How do I configure VS2008 to launch IIS Express Beta when debugging/running a site?
0
votes
1answer
492 views

ASP.NET Dev Server (Cassini), IIS Express and multiple threads

I can't seem to find any information on this anywhere. Either it's my imagination or the ASP.NET Dev Server (Cassini) cannot handle multiple threads (e.g. multiple requests). Is this correct? Does ...