Hello,
I'm configuring a new Windows 2003 Server to run a new ASP application. With what I have done so far, I keep getting "The system cannot find the file specified" when I try to access an ASP script.
Just to test, I have two files "test.html" and "test.asp in the " The asp has "<%= now %>".
I can access the html file without problems; however, with the asp, I receive the mentioned error. I have configure IIS so far as follows:
IIS Information Services (IIS) Manager
- Set Home Directory / Read - Checked
- Set Home Directory / Execute permissions - Scripts only
- Set Web Service Extension - Active Server Pages - Allowed
- Created a new user which I use for anonymous access. Belongs to "Users" group
C:\WINDOWS\system32\inetsrv\asp.dll
"Users" group has Read/Execute on file.
Any ideas to solve this problem?
Thank you.
I'm configuring a new Windows 2003 Server to run a new ASP application. With what I have done so far, I keep getting "The system cannot find the file specified" when I try to access an ASP script.
Just to test, I have two files "test.html" and "test.asp in the " The asp has "<%= now %>".
I can access the html file without problems; however, with the asp, I receive the mentioned error. I have configure IIS so far as follows:
IIS Information Services (IIS) Manager
- Set Home Directory / Read - Checked
- Set Home Directory / Execute permissions - Scripts only
- Set Web Service Extension - Active Server Pages - Allowed
- Created a new user which I use for anonymous access. Belongs to "Users" group
C:\WINDOWS\system32\inetsrv\asp.dll
"Users" group has Read/Execute on file.
Any ideas to solve this problem?
Thank you.