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
properties
web siteselect
start options
under 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 server
base url:
http://localhost:8080/
(the default iis express, can change command line arguments)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
Post a Comment