Hello, Stacy.
Sorry for the delay with the response - the web application project add-on was not showing up in VS'05 for no good reason.
We had no problem making Cassini our debug server. Here's how we set it up:
- We chose "Use Visual Studio Development Server", not IIS as a server. This, of course, did start up VS own web server, but that can be ignored.
- We selected "Start external program" option in the "Start Action" section and specified the complete path to the UltiDevCassinWebServer2.exe, and we supplied following command like parameters:
/run "c:\folder 1\folder 2".
That was enough to run an application under UltiDev Cassini. If your application does not have Default.aspx file, then you may want to
specify an extra command line parameter - the default document. For example:
/run "c:\folder 1\folder 2" SomePage.aspxStacy, if you still have a problem, could you please post the exact error message you get?
Here's also the usage info on the Cassini web server in command line mode:
Code:UltiDevCassinWebServer2.exe /run PhysicalAppFolder [<defaultDocument>] [<port>]
[<browser path> | nobrowser]
UltiDevCassinWebServer2.exe /register PhysicalAppFolder [AppGUID] [defaultDocumn
t] [port] [/DontKeepRunning]
UltiDevCassinWebServer2.exe /unregister AppGUID
Commands:
/run - launches an ASP.NET application under Cassini server.
/register - registers an ASP.NET application with Cassini.
/unregister - unregisters an ASP.NET application from Cassini.
Best regards,
UltiDev Team.
Please donate at
http://www.ultidev.com/products/Donate.aspx to help us improve our products.