We recently set up a Windows 2003 server, with 1.1 and 2.0 .NET Framework.
We are accessing the server through port 81. The problem is when any asp or
aspx file tries to run, the server reports a 404 error. HTM files work fine.

Is this a permission issue or something else?

I did just test it with port 80 and am getting the same thing, a "file not
found" error when trying to access any script page.

Ideas?

Re: Using an Alternate Port and no scripts will run - cause 404?? by Kristofer

Kristofer
Thu Aug 07 14:43:17 CDT 2008

Hello,

Did you configure IIS to run ASP.NET and ASP? If not, you will see a 404
with substatus code of 2. Please check the IIS log file and tell us the
substatus code.

I don't think it has anything to do with permissions, nor the port you are
using.

Also see:
http://www.gafvert.info/notes/ASP404NotFound.htm
http://www.gafvert.info/iis/article/install_iis_6.htm

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


"ScottC" <ScottC@discussions.microsoft.com> skrev i meddelandet
news:A146356D-F1C0-480F-BAF8-AFCC9FF1CE67@microsoft.com...
> We recently set up a Windows 2003 server, with 1.1 and 2.0 .NET Framework.
> We are accessing the server through port 81. The problem is when any asp
> or
> aspx file tries to run, the server reports a 404 error. HTM files work
> fine.
>
> Is this a permission issue or something else?
>
> I did just test it with port 80 and am getting the same thing, a "file not
> found" error when trying to access any script page.
>
> Ideas?


Re: Using an Alternate Port and no scripts will run - cause 404?? by ScottC

ScottC
Thu Aug 07 16:39:01 CDT 2008

I did install ASP.NET and asp but was still having problems until I read your
install_iis_6 link - thanks a bunch for the info!
--
Scott Caldwell


"Kristofer Gafvert" wrote:

> Hello,
>
> Did you configure IIS to run ASP.NET and ASP? If not, you will see a 404
> with substatus code of 2. Please check the IIS log file and tell us the
> substatus code.
>
> I don't think it has anything to do with permissions, nor the port you are
> using.
>
> Also see:
> http://www.gafvert.info/notes/ASP404NotFound.htm
> http://www.gafvert.info/iis/article/install_iis_6.htm
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> "ScottC" <ScottC@discussions.microsoft.com> skrev i meddelandet
> news:A146356D-F1C0-480F-BAF8-AFCC9FF1CE67@microsoft.com...
> > We recently set up a Windows 2003 server, with 1.1 and 2.0 .NET Framework.
> > We are accessing the server through port 81. The problem is when any asp
> > or
> > aspx file tries to run, the server reports a 404 error. HTM files work
> > fine.
> >
> > Is this a permission issue or something else?
> >
> > I did just test it with port 80 and am getting the same thing, a "file not
> > found" error when trying to access any script page.
> >
> > Ideas?
>
>