Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > aspx Page Not Found but xml, htm are

Reply
Thread Tools

aspx Page Not Found but xml, htm are

 
 
Greg
Guest
Posts: n/a
 
      08-22-2005
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?

 
Reply With Quote
 
 
 
 
Greg
Guest
Posts: n/a
 
      08-22-2005
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;+.N ET+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.a spx 80 - 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.N ET+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%252fV PM%252fforms%252fquery%252fqueryexplorer.aspx
80 - 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.N ET+CLR+1.1.4322;+.NET+CLR+2.0.50215)
302 0 0

This repeats itself many times per call to the page.

 
Reply With Quote
 
 
 
 
Ken Schaefer
Guest
Posts: n/a
 
      08-23-2005
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


"Greg" <> wrote in message
news: oups.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;+.N ET+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.a spx 80 - 127.0.0.1
:
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.N ET+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%252fV PM%252fforms%252fquery%252fqueryexplorer.aspx
: 80 - 127.0.0.1
:
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.N ET+CLR+1.1.4322;+.NET+CLR+2.0.50215)
: 302 0 0
:
: This repeats itself many times per call to the page.
:


 
Reply With Quote
 
Greg
Guest
Posts: n/a
 
      08-23-2005
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?

 
Reply With Quote
 
Greg
Guest
Posts: n/a
 
      08-25-2005
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.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Passing data to aspx page from htm page via iframe moondaddy ASP .Net 4 09-13-2007 02:38 AM
rename *-ch03.htm to ch03-*.htm? robertchen117@gmail.com Perl Misc 6 02-06-2007 08:59 AM
.NET 2.0 ASPx Page does not load, but HTM does prabhupr@hotmail.com ASP .Net 1 02-08-2006 12:57 PM
New Web Sites - Not Serving Up ASPX Pages (but .htm is okay) Frankie ASP .Net 3 07-15-2005 09:39 PM
Namespace not found in aspx but IS found in code behind William Parker ASP .Net 1 06-27-2004 06:13 AM



Advertisments