Hi, Eklipse.
If we understand you correctly, your project debugging settings look something like
described here, and the issue is to make debugger run on the same port every time you hit Debug | Run in Visual Studio. If that's the case, you can modify your command line to include the port number. Here's how UltiDev Cassini can be started in command line mode:
Code:UltiDevCassinWebServer2.exe /run <PhysicalAppFolder> [<defaultDocument>] [<port> | 0] [<browser path> | nobrowser]
For example, your command line could look like this:
Code:/run "C:\DNN" default.aspx 1234
where "1234" is the port number, and "C:\DNN" is the path to the DNN application folder.
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.