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:
open
propertiesweb siteselect
start optionsunder start action select
start external program, put pathiisexpress.exe(c:\program files (x86)\iis express\iisexpress.exe)command line arguments: /path:{path project solution} /clr:3.5
under
server, selectuse custom serverbase url:
http://localhost:8080/(the default iis express, can change command line arguments)important! uncheck under
debuggersotherwise 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
Post a Comment