visual studio 2008 - How do I configure IIS Express to run with VS2008? -


i have iis express beta downloaded , installed on winxp. don't have vs2010.

how configure vs2008 launch iis express beta when debugging/running site?

the following seems work iis express launching command line:

  1. open properties web site

  2. select start options

  3. under start action select start external program, put path iisexpress.exe (c:\program files (x86)\iis express\iisexpress.exe)

  4. command line arguments: /path:{path project solution} /clr:3.5

  5. under server, select use custom server

  6. base url: http://localhost:8080/ (the default iis express, can change command line arguments)

  7. important! uncheck under debuggers otherwise you'll error "unable start debugging on web server..."

information on launching using config file can found @ site: debug .net web project iis express [tips & tricks]. vs2010 specific suspect same work 2008.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -