I have a Windows 2003 server running IIS 6 that giving me issues. I set up a virtual directory on port 8083. Ran the installer for the web app. When I go to browse the site I get a 404 error.
So I set up another virtual directory on port 8084. Put in a test page, test.html, I can browse it fine. Then ran the setup and installed in a sub directory. Same issue.
Localhost:8084/test.html - OK
Localhost:8084/app/default.aspx – 404
I have installed this same web app on another Windows 2003 Sever with no issues, nor can I recreate the issue on the other server.
Things I have checked:
It’s running as an application.
Enable aspx pages.
Enable anonymous access.
Checked security permissions to the actual files, and replaced permissions on all child objects.
Re registering ASP.NET 1.1 and 2.0.
Allowed ASP.NET web service extensions? NETWORK SERVICE account has NTFS MODIFY permission to the files/folders? Testing with a Hello World! app? Not using URLScan?
15 Posts
Baffling error 404
Oct 21, 2008 01:20 PM|UserDave|LINK
Hi!
I have a Windows 2003 server running IIS 6 that giving me issues. I set up a virtual directory on port 8083. Ran the installer for the web app. When I go to browse the site I get a 404 error.
So I set up another virtual directory on port 8084. Put in a test page, test.html, I can browse it fine. Then ran the setup and installed in a sub directory. Same issue.
Localhost:8084/test.html - OK
Localhost:8084/app/default.aspx – 404
I have installed this same web app on another Windows 2003 Sever with no issues, nor can I recreate the issue on the other server.
Things I have checked:
It’s running as an application.
Enable aspx pages.
Enable anonymous access.
Checked security permissions to the actual files, and replaced permissions on all child objects.
Re registering ASP.NET 1.1 and 2.0.
Any ideas?
404 ASP.NET iis 6
4640 Posts
Re: Baffling error 404
Oct 21, 2008 01:30 PM|jeff@zina.com|LINK
Allowed ASP.NET web service extensions? NETWORK SERVICE account has NTFS MODIFY permission to the files/folders? Testing with a Hello World! app? Not using URLScan?
Jeff
9754 Posts
MVP
Re: Baffling error 404
Oct 21, 2008 02:25 PM|tomkmvp|LINK
What's getting logged for the sub-status code for the 404?
http://mvp.support.microsoft.com/
15 Posts
Re: Baffling error 404
Oct 21, 2008 04:00 PM|UserDave|LINK
15 Posts
Re: Baffling error 404
Oct 21, 2008 04:03 PM|UserDave|LINK
I don't have access to the server right now. So my response is from what I can remember for now I should have access some time today.
Yes, but I will double check.
Yes, but I will double check.
No, just an html file. The sub dir is configured as an app.
DIR (Virtual Dir)
|__default.html (OK) I have a .aspx to put here when I get access.
|
|__App (Set as Application)
|
|__default.aspx (404)
Don't believe so, but I will check.
I have no idea, but I will look.
15 Posts
Re: Baffling error 404
Oct 29, 2008 12:15 PM|UserDave|LINK
Maybe someday I will hear back from the customer....
15 Posts
Re: Baffling error 404
Nov 07, 2008 05:52 PM|UserDave|LINK
The customer called today. Guess what, ASP.NET web service extensions was prohibited. Thanks for the help.
7019 Posts
MVP
Re: Baffling error 404
Nov 09, 2008 01:28 AM|qbernard|LINK
Great! if you get the sub status code as posted earlier. 404.2 will actually tell you dynamic extension being blocked.
Bernard Cheah