peterdoherty
Well-known member
- Joined
- Feb 24, 2003
- Messages
- 49
Hi, I am running IIS6 on Windows 2003 Server EE.
I need to run both ASP.Net Apps and regular ASP (Not side by side but in different sites).
ASP.Net apps are workin fine.
My problem is that I am trying to use the filesystem objects (FSO) in asp. This works to an extent. When I create the Virtual Directory(VD) for the ASP application I set the Security to Alllow Anoymous using the IUSR_machine name account and disable any authenticated access. When I try to open the asp page (one the local or remote machine) which uses the FSO nothing is displayed on the page.
If I enable Integrated Security in IIS6 and navigate to the page and log on the page (and FSO) works fine! Any other ASP page (not using FSO) works fine. I need to have this page visible to anyone not just users who can log on!
The folder permissions for the folder where the asp pages are is as follows:
Admins: Full Control
Everyone: Read&Execute/List Folder Contents/Read
INTERACTIVE: Read&Execute/List Folder Contents/Read
Internet Guest Account: Full control
Network/Network Service: Read&Execute/List Folder Contents/Read
SYSTEM: Full control
Users: Read&Execute/List Folder Contents/Read
I know this is more of an asp/iis question but if anyone can help it would be greatly appreciated
I need to run both ASP.Net Apps and regular ASP (Not side by side but in different sites).
ASP.Net apps are workin fine.
My problem is that I am trying to use the filesystem objects (FSO) in asp. This works to an extent. When I create the Virtual Directory(VD) for the ASP application I set the Security to Alllow Anoymous using the IUSR_machine name account and disable any authenticated access. When I try to open the asp page (one the local or remote machine) which uses the FSO nothing is displayed on the page.
If I enable Integrated Security in IIS6 and navigate to the page and log on the page (and FSO) works fine! Any other ASP page (not using FSO) works fine. I need to have this page visible to anyone not just users who can log on!
The folder permissions for the folder where the asp pages are is as follows:
Admins: Full Control
Everyone: Read&Execute/List Folder Contents/Read
INTERACTIVE: Read&Execute/List Folder Contents/Read
Internet Guest Account: Full control
Network/Network Service: Read&Execute/List Folder Contents/Read
SYSTEM: Full control
Users: Read&Execute/List Folder Contents/Read
I know this is more of an asp/iis question but if anyone can help it would be greatly appreciated