If my project is located at "D:\xyz", it seems to work just fine. But if I try defining/editing a project for a path like "D:\My Project\Test_project\Release", the command line registration fails with:
Quote:
C:\Program Files\UltiDev\Cassini Web Server for ASP.NET 2.0>UltiDevCassinWebServer2.exe /register "D:\My Project\Test_project\Release" 126b3d53-94f1-3a1e-636
2-36508003705a default.aspx 8080
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at CassiniService.Service1.GetRegisterParameters(String& physicalPath, Guid&
appID, String& defaultDocument, Int32& port, Boolean& keepRunning)
at CassiniService.Service1.RegisterApp()
at CassiniService.Service1.RunAsConsole(String[] args)
Press Enter to exit...
If I try the same thing using the Web UI, I get these messages:
Quote:
* Specified folder does not exist on the server machine.
* Default document file was not found in the specified folder.
The folder DOES exist and the files DO work if I move them out to D:\xyz, for example.
Anyway out of this? I'd ideally like the web application to reside in "C:\Program Files\My Project\Application".
Thank you in advance!