aspx Page Not Found but xml, htm are

G

Greg

I migrated my 1.1 web project to 2.0, it ran through the convertor with
no problems however several pages were not updated to say CodeFile and
still say CodeBehind, along with many other compile errors.

Even if I remove all pages that cause any form of error and then
connect to my site, I can access xml and htm file but whenever I go to
any of the aspx pages I get Page Not Found. I made sure the new ISAPI
and configuration are referencing the 2.0 asp .net files and
re-registered the asp framework files with no luck.

The only log info I have found (event logs are fine) is in the IIS log
where it tries to send me to my login.aspx page when I attempt to load
any other page. This is the correct behavior and the login page is in
place but I cannot get to it directly or when the forms authentication
sends me there and I see the reference to it in the log with 302 0 0
after it over and over after my inital page call that forwards me to
the login.

Any ideas?
 
G

Greg

Here is the IIS log info btw:

2005-08-22 21:55:29 127.0.0.1 GET /VPM/forms/query/queryexplorer.aspx -
80 - 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50215)
302 0 0
2005-08-22 21:55:29 127.0.0.1 GET /VPM/Login.aspx
ReturnUrl=%2fVPM%2fforms%2fquery%2fqueryexplorer.aspx 80 - 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50215)
302 0 0
2005-08-22 21:55:29 127.0.0.1 GET /VPM/Login.aspx
ReturnUrl=%2fVPM%2fLogin.aspx%3fReturnUrl%3d%252fVPM%252fforms%252fquery%252fqueryexplorer.aspx
80 - 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50215)
302 0 0

This repeats itself many times per call to the page.
 
K

Ken Schaefer

Your login page is forwarding to itself (i.e. to load login.aspx you need to
login first). Seems like something is misconfigured in your application...

Cheers
Ken

--
IIS Blog: www.adopenstatic.com/cs/blogs/ken/
Web: www.adopenstatic.com


: Here is the IIS log info btw:
:
: 2005-08-22 21:55:29 127.0.0.1 GET /VPM/forms/query/queryexplorer.aspx -
: 80 - 127.0.0.1
:
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50215)
: 302 0 0
: 2005-08-22 21:55:29 127.0.0.1 GET /VPM/Login.aspx
: ReturnUrl=%2fVPM%2fforms%2fquery%2fqueryexplorer.aspx 80 - 127.0.0.1
:
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50215)
: 302 0 0
: 2005-08-22 21:55:29 127.0.0.1 GET /VPM/Login.aspx
:
ReturnUrl=%2fVPM%2fLogin.aspx%3fReturnUrl%3d%252fVPM%252fforms%252fquery%252fqueryexplorer.aspx
: 80 - 127.0.0.1
:
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50215)
: 302 0 0
:
: This repeats itself many times per call to the page.
:
 
G

Greg

Thats what I would have thought but this is an app thats in production
and was working on this test machine perfectly using 1.1 right before I
converted it to 2.0 on IIS 6.0 (with the project asp.net selection as
1.1)

Is there some settings or something I can check that could be causing
this recursive calling of itself?
 
G

Greg

Any other ideas? I even created a new web project copied all my old
files into it and setup the project and any new page I add loads but
all the old ones that go through my forms security still return page
not found with a loop back to my login as shown in the log example
above. What could be causing this? Again nothing in these files
changed from a fully functioning 1.1 app until I ran the conversion
routine on it when loading it in vs 2005.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top