W23 server running two different sites. One is based on ASP.NET and works great.
The other site runs ASP.

If I go in Internet Information Services Manager on the ASP site, Home Directory
tab, and set "Execute permissions" to Scripts Only, or even Scripts and
Executables, I get a 404 error. If I set it up "Execute permissions" to None,
the error message is a 403.1

I'm at a loss why this is happening.

Re: 403.1 or 404 errors by Kristofer

Kristofer
Tue Oct 11 12:30:38 CDT 2005

Hello,

Windows Server 2003 is locked down by default. This means that ASP files
will not be executed unless you have explicity allowed it. If you have not
allowed it, it will generate a 404 status code, with a status code of 2.

To solve this, follow these instructions:

Click Start->Programs->Administrative Tools->Internet Information Services
Manager
Expand <servername> and click Web Service Extensions
In the right pane, right click Active Server Pages and select Allow

Also see:

http://www.gafvert.info/notes/ASP404NotFound.htm
http://support.microsoft.com/?id=315122

Good Luck!

--
Regards,
Kristofer Gafvert (IIS MVP)
http://www.gafvert.info/iis/ - IIS Related Info


jeff wrote:

>W23 server running two different sites. One is based on ASP.NET and works
>great.
>The other site runs ASP.
>
>If I go in Internet Information Services Manager on the ASP site, Home
>Directory
>tab, and set "Execute permissions" to Scripts Only, or even Scripts and
>Executables, I get a 404 error. If I set it up "Execute permissions" to
>None,
>the error message is a 403.1
>
>I'm at a loss why this is happening.

Re: 403.1 or 404 errors by jeff

jeff
Tue Oct 11 12:55:22 CDT 2005

That was a little unclear - not enough sleep
ASP.NET will work, ASP will produce a 404

Re: 403.1 or 404 errors by jeff

jeff
Tue Oct 11 14:54:33 CDT 2005

>Click Start->Programs->Administrative Tools->Internet Information Services
>Manager
>Expand <servername> and click Web Service Extensions
>In the right pane, right click Active Server Pages and select Allow
> <snips>
>
>
>jeff wrote:
>

Thank you - I'll get some sleep now.