G
Guest
I have a very strange problem occurring on a couple of servers
I have an ASP.NET application written in C# running on IIS 5.0 with Windows 2000 Server. This is the first ASP.NET application running on these servers. There are actually 4 servers that this application has been installed on. The application is a simple ASPX page with a code-behind DLL. The one ASPX page I have is named default.aspx. It uses Windows authentication (anonymous access and basic authentication are not checked in IIS, plus Windows authentication has been set in the web.config file). Two of the servers run inside of our network and are having no problems. However, the other two servers run in the DMZ of our corporate network. I have no idea if that has anything to do with the problem, but I wanted to mention it in case it mattered
On the two servers in the DMZ, I am able to reach the ASP.NET page (default.aspx) by navigating like so
http://servername/ApplicationName
I then see the default.aspx page, which executes code and returns properly. However, if I navigate to the page like this
http://servername/Application/Name/default.asp
I get a page not found error. If I click on any of the links on the page that works (as mentioned above), it is programmed to take me to default.aspx with a bunch of stuff in the query string, so I also get a page not found. I can't figure out why the page works fine if I use the default document (which is set to default.aspx, along with several other documents in IIS), but I get page not found if I try to navigate directly to the page.
I haven't had a chance to try playing around with it, like renaming default.aspx to something else and trying it, and these are not servers I can just play around on, so I'm wondering if anyone has seen this issue before
Thank you
Michael McGuire
I have an ASP.NET application written in C# running on IIS 5.0 with Windows 2000 Server. This is the first ASP.NET application running on these servers. There are actually 4 servers that this application has been installed on. The application is a simple ASPX page with a code-behind DLL. The one ASPX page I have is named default.aspx. It uses Windows authentication (anonymous access and basic authentication are not checked in IIS, plus Windows authentication has been set in the web.config file). Two of the servers run inside of our network and are having no problems. However, the other two servers run in the DMZ of our corporate network. I have no idea if that has anything to do with the problem, but I wanted to mention it in case it mattered
On the two servers in the DMZ, I am able to reach the ASP.NET page (default.aspx) by navigating like so
http://servername/ApplicationName
I then see the default.aspx page, which executes code and returns properly. However, if I navigate to the page like this
http://servername/Application/Name/default.asp
I get a page not found error. If I click on any of the links on the page that works (as mentioned above), it is programmed to take me to default.aspx with a bunch of stuff in the query string, so I also get a page not found. I can't figure out why the page works fine if I use the default document (which is set to default.aspx, along with several other documents in IIS), but I get page not found if I try to navigate directly to the page.
I haven't had a chance to try playing around with it, like renaming default.aspx to something else and trying it, and these are not servers I can just play around on, so I'm wondering if anyone has seen this issue before
Thank you
Michael McGuire