Hi there.
- Regarding starting a process. If you are plan to use UltiDev Cassini running as a service, than the EXE that you plan to launch should be to work without UI, and under the LOCAL SYSTEM user account. If your EXE has UI and/or has to have higher access rights than LOCAL SYSTEM, then you may consider running UltiDev Cassini Web Server as a regular program, by launching "%ProgramFiles%\UltiDev\Cassini Web Server for ASP.NET 2.0\UltiDevCassinWebServer2.exe". In this case your ASP.NET application should be able to launch an EXE. Please keep in mind that running UltiDev Cassini as a regular EXE may pose a security risk, because the server will be able to execute requests from remote machines. If your application successfully hacked by sending malicious remote requests, the attacker will be able to do everything you do on your machine.
- You should have been able to access your application using http://<ip address>:10000/Default.asmx or by using http://<machine name>:10000/Default.asmx. Please let us know what error message do you get. If you don't get any errors, please install
Fiddler on your client machine to trace the request and response and see whether you get response at all. Please also try pinging your server machine from the client machine to ensure there is connectivity.
Best regards,
UltiDev Team.
Please donate at
http://www.ultidev.com/products/Donate.aspx to help us improve our products.