We are going to develop ASP pages for a WIN CE device. The web server running on the system is httpd. I have a few doubts on the scope of com objects
Does WinCE(httpd) ASP support Session and App Scope?
Does page scope alone is supported in ASP in Wince?
What should I do to introduce session and app Scope?
Where can I get more information on this?
Does WinCE(httpd) ASP support Session and App Scope?
According to MSDN:
About creating COM objects in Wince ASP, from MSDN:
Sample code from the same page:
Where can I get more information on this?
MSDN - Web Server(HTTPD) Windows CE