Hi there!
When you are
debugging, we assume you run UltiDev Cassini web server in command-line mode, which means your debugger starts UltiDev Cassini Web Server using command looking something like
Code:"C:\Program Files\UltiDev\Cassini Web Server for ASP.NET 2.0\UltiDevCassinWebServer2.exe" /run "<your project folder>" Default.aspx
If you append port number to that command line, you UltiDev Cassini will host your application on that port every time you start debugger. Here's the help for UltiDev Cassini hosting an application in the command line mode:
Code:UltiDevCassinWebServer2.exe /run <PhysicalAppFolder> [<defaultDocument>] [<port> | 0] [<browser path> | nobrowser]
Just to make it clear, you don't need to register an application with UltiDev Cassini for the scenario described above. One registers an application to have it hosted by UltiDev Cassini running in the service mode. Depending on your scenario, you may want to do that too. In that case you would register the application once and then attach the debugger to UltiDev Cassini service process to debug your application.
Please let us know if this information has helped.
Best regards,
UltiDev Team.
Please donate at
http://www.ultidev.com/products/Donate.aspx to help us improve our products.