Hi there.
If you launch your application using UltiDev Cassini in the command line mode (as opposed to registering your app with Cassini service), then you should be able to start and EXE from your application. Starting Cassini as a regular EXE makes it run in your user account security context, instead of UI-less Local System, which happens when you register your app with the Cassini service.
Here's how you could start UltiDev Cassini web server as a regular EXE:
Quote:UltiDevCassinWebServer2.exe /run <PhysicalAppFolder> [<defaultDocument>] [<port> | 0] [<browser path> | nobrowser]
UltiDev Cassini is installed in "C:\Program Files\UltiDev\Cassini Web Server for ASP.NET 2.0" on 32-bit systems, and in "C:\Program Files (x86)\UltiDev\Cassini Web Server for ASP.NET 2.0" on x64 systems.
Best regards,
UltiDev Team.
Please donate at
http://www.ultidev.com/products/Donate.aspx to help us improve our products.