-
Posted to
IIS7 - Classic ASP
by
jasonabuck
on
05-04-2007, 5:47 PM
Hi and thanks for your response.
I have figured this problem out. Here is the fix that worked for me.
I had tried to set Enable Parent Directory to TRUE on the Virtual Directory that I had created, this was the right thing to do. But you also need to set it to TRUE on the Default Web Site. Once I set the Default Web ...
-
Posted to
IIS7 - Classic ASP
by
jasonabuck
on
05-02-2007, 4:23 PM
I just created a new folder on my webserver. devjason.
In this folder I created a file called default.asp.
Default.asp works fine with a simple now() and response.write ''This is a file in the root folder<br>''
I also created a subfolder called subfolder with a default.asp file in it.
This file also works fine.
In the root folder ...
-
Posted to
IIS7 - Classic ASP
by
jasonabuck
on
05-02-2007, 3:15 PM
I made these changes, but I still just get the generic message.
It is weird, only items in my subdirectories are getting this message. My ASP works in the root folder.
Anyone have any clues.
Jason
-
Posted to
IIS7 - Classic ASP
by
jasonabuck
on
05-02-2007, 2:36 PM
I have moved a website onto a Vista Business box and the here is the error message I get when trying to browse into a subdirectory.
An error occurred on the server when processing the URL. Please contact the system administrator
I have turned off Show Friendly HTTP Errors
In the IIS Management Console I have also done the ...