Since that's an UltiDev issue, you should post your question to the UltiDev Forums :
http://ultidev.com/Forums/default.aspx
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> Hello all,
>
[quoted text clipped - 81 lines]
>
> cheok
Juan T. Llibre - 25 Aug 2007 16:55 GMT
That said, the problem seems to be that the GOWatch directory is not marked as an application.
UltiDev Cassini is *not* Cassini, btw.
It's a propietary server version based on the Cassini source and owned by UltiDev LLC.
Are you using UltiDev Cassini 1.1 or UltiDev Cassini 2.0 ?
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> Since that's an UltiDev issue, you should post your question to the UltiDev Forums :
>
[quoted text clipped - 89 lines]
>>
>> cheok
Juan T. Llibre - 25 Aug 2007 17:04 GMT
Here's the reply from the UltiDev Forums :
---000---
If your application is located entirely in the "DesktopPC" sub-folder, you need to register
the application with the physical location of "C:\website\GOWatch\DesktopPC".
If not, please be sure that your application root folder "C:\website\GOWatch"
contains a web.config if you want to specify root-level settings, like Authentication type.
In general, application root folder does not necessarily need to contain a web.config,
but some web.config settings seem be required to be in the root-level web.config.
---000---
Good luck...
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> Since that's an UltiDev issue, you should post your question to the UltiDev Forums :
>
[quoted text clipped - 89 lines]
>>
>> cheok
yancheng.cheok@gmail.com - 26 Aug 2007 11:12 GMT
Thanks! I just do a quick hacking by removing all the web.config and
move them to the root folder. Anyway, this just suit to my
requirement :)