How to configure Visual Studio 2008 to use IIS Express?

The following seems to work for IIS Express launching from the command line: Open the Properties for the web site Select Start Options Under Start Action select Start External Program put the path to iisexpress. Exe ( C:\Program Files (x86)\IIS Express\iisexpress. Exe ) Command Line Arguments: /path:{path to the project solution} /clr:3.5 Under Server select Use Custom Server Base Url: http://localhost:8080 (the default for IIS Express) Important!

Uncheck everything under Debuggers otherwise you'll get an error "Unable to start debugging on the web server Information on launching using a config file can be found at this site: Debug Your . NET Web Project With IIS Express Tips & Tricks This is VS2010 specific but I suspect the same will work for 2008.

The following seems to work for IIS Express launching from the command line: Open the Properties for the web site Select Start Options Under Start Action select Start External Program, put the path to iisexpress. Exe (C:\Program Files (x86)\IIS Express\iisexpress. Exe) Command Line Arguments: /path:{path to the project solution} /clr:3.5 Under Server, select Use Custom Server Base Url: http://localhost:8080/ (the default for IIS Express) Important!

Uncheck everything under Debuggers otherwise you'll get an error "Unable to start debugging on the web server. Information on launching using a config file can be found at this site: Debug Your . NET Web Project With IIS Express Tips & Tricks.

This is VS2010 specific but I suspect the same will work for 2008.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions