Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > 404 Errors on all new project requests

Reply
Thread Tools

404 Errors on all new project requests

 
 
EmmanuelE
Guest
Posts: n/a
 
      09-15-2005
Just installed VS2003 and tried a hello world app. Getting 404 error even
when I explictly specify the start page in the url.

In IIS Mgr, App has .aspx mapped to
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_isapi.dll.

Interestingly, an app that I installed BEFORE installing VS2003 works. I
compared its properties to new apps generated by VS2003 and only difference I
see is that the new apps have the "Local Path" box in the Directory tab
greyed out. The old app has an absolute pathname
(c:\inetput\wwwroot\InstantForum41).

Important info. I HAD VS2005 Beta2 installed. I uninstalled it before
installing VS2003. Wonder if I broke something.

Also, another symptom is that debugger won't start. Says I need to "verify
that ASP.NET is correctly installed" (it is and wp_aspnet.exe is running as I
speak) or that "ATL Server is correctly installed" (not sure how to test
that).
 
Reply With Quote
 
 
 
 
Patrice
Guest
Posts: n/a
 
      09-15-2005
This is usually "file not found". Check the web serfer for the log to see th
file he hits and if it's really where you expect...
--

"EmmanuelE" <> a écrit dans le message de
news:1DA01B5F-88AF-4465-86FD-...
> Just installed VS2003 and tried a hello world app. Getting 404 error even
> when I explictly specify the start page in the url.
>
> In IIS Mgr, App has .aspx mapped to
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_isapi.dll.
>
> Interestingly, an app that I installed BEFORE installing VS2003 works. I
> compared its properties to new apps generated by VS2003 and only

difference I
> see is that the new apps have the "Local Path" box in the Directory tab
> greyed out. The old app has an absolute pathname
> (c:\inetput\wwwroot\InstantForum41).
>
> Important info. I HAD VS2005 Beta2 installed. I uninstalled it before
> installing VS2003. Wonder if I broke something.
>
> Also, another symptom is that debugger won't start. Says I need to

"verify
> that ASP.NET is correctly installed" (it is and wp_aspnet.exe is running

as I
> speak) or that "ATL Server is correctly installed" (not sure how to test
> that).



 
Reply With Quote
 
 
 
 
EmmanuelE
Guest
Posts: n/a
 
      09-15-2005
The file that it hits IS the one I expect. And the file DOES exist. Here is
a section out of the log. NOte that I'm running IIS 5.1:

19:42:27 127.0.0.1 GET /UP1/WebForm1.aspx 404

I'm baffled!

"Patrice" wrote:

> This is usually "file not found". Check the web serfer for the log to see th
> file he hits and if it's really where you expect...
> --
>
> "EmmanuelE" <> a écrit dans le message de
> news:1DA01B5F-88AF-4465-86FD-...
> > Just installed VS2003 and tried a hello world app. Getting 404 error even
> > when I explictly specify the start page in the url.
> >
> > In IIS Mgr, App has .aspx mapped to
> > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_isapi.dll.
> >
> > Interestingly, an app that I installed BEFORE installing VS2003 works. I
> > compared its properties to new apps generated by VS2003 and only

> difference I
> > see is that the new apps have the "Local Path" box in the Directory tab
> > greyed out. The old app has an absolute pathname
> > (c:\inetput\wwwroot\InstantForum41).
> >
> > Important info. I HAD VS2005 Beta2 installed. I uninstalled it before
> > installing VS2003. Wonder if I broke something.
> >
> > Also, another symptom is that debugger won't start. Says I need to

> "verify
> > that ASP.NET is correctly installed" (it is and wp_aspnet.exe is running

> as I
> > speak) or that "ATL Server is correctly installed" (not sure how to test
> > that).

>
>
>

 
Reply With Quote
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      09-15-2005
EmmanuelE wrote:
> Just installed VS2003 and tried a hello world app. Getting 404 error
> even when I explictly specify the start page in the url.
>
> In IIS Mgr, App has .aspx mapped to


There was no way for you to know it, but this is a classic asp newsgroup.
While you may be lucky enough to find a dotnet-savvy person here who can
answer your question, you can eliminate the luck factor by posting your
question to a newsgroup where the dotnet-savvy people hang out. I suggest
microsoft.public.dotnet.framework.aspnet.

HTH,
Bob Barrows


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


 
Reply With Quote
 
EmmanuelE
Guest
Posts: n/a
 
      09-15-2005
Thanks Bob. Now if I could only figure out this MSDN web interface to
newsgroups! (don't answer that).

EmmanuelE

"Bob Barrows [MVP]" wrote:

> EmmanuelE wrote:
> > Just installed VS2003 and tried a hello world app. Getting 404 error
> > even when I explictly specify the start page in the url.
> >
> > In IIS Mgr, App has .aspx mapped to

>
> There was no way for you to know it, but this is a classic asp newsgroup.
> While you may be lucky enough to find a dotnet-savvy person here who can
> answer your question, you can eliminate the luck factor by posting your
> question to a newsgroup where the dotnet-savvy people hang out. I suggest
> microsoft.public.dotnet.framework.aspnet.
>
> HTH,
> Bob Barrows
>
>
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>
>

 
Reply With Quote
 
Patrice
Guest
Posts: n/a
 
      09-16-2005
And the web application root is where you expect ?

--

"EmmanuelE" <> a écrit dans le message de
news:49CC1ECD-256E-424A-AA0D-...
> The file that it hits IS the one I expect. And the file DOES exist. Here

is
> a section out of the log. NOte that I'm running IIS 5.1:
>
> 19:42:27 127.0.0.1 GET /UP1/WebForm1.aspx 404
>
> I'm baffled!
>
> "Patrice" wrote:
>
> > This is usually "file not found". Check the web serfer for the log to

see th
> > file he hits and if it's really where you expect...
> > --
> >
> > "EmmanuelE" <> a écrit dans le

message de
> > news:1DA01B5F-88AF-4465-86FD-...
> > > Just installed VS2003 and tried a hello world app. Getting 404 error

even
> > > when I explictly specify the start page in the url.
> > >
> > > In IIS Mgr, App has .aspx mapped to
> > > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_isapi.dll.
> > >
> > > Interestingly, an app that I installed BEFORE installing VS2003 works.

I
> > > compared its properties to new apps generated by VS2003 and only

> > difference I
> > > see is that the new apps have the "Local Path" box in the Directory

tab
> > > greyed out. The old app has an absolute pathname
> > > (c:\inetput\wwwroot\InstantForum41).
> > >
> > > Important info. I HAD VS2005 Beta2 installed. I uninstalled it

before
> > > installing VS2003. Wonder if I broke something.
> > >
> > > Also, another symptom is that debugger won't start. Says I need to

> > "verify
> > > that ASP.NET is correctly installed" (it is and wp_aspnet.exe is

running
> > as I
> > > speak) or that "ATL Server is correctly installed" (not sure how to

test
> > > that).

> >
> >
> >



 
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
All new VS2003 projects result in 404 errors =?Utf-8?B?RW1tYW51ZWxF?= ASP .Net 6 09-16-2005 11:26 PM
web requests and mobile requests Fernando Arámburu ASP .Net 1 04-08-2005 07:13 PM
Intercept IIS 404 errors? Issue with Viewstate and 404 Jonathan Folland ASP .Net 2 03-17-2005 02:32 AM
Errors, errors, errors Mark Goldin ASP .Net 2 01-17-2004 08:05 PM
Tomcat 4.1 New Installation newbie 404 errors Null & Void Java 4 08-01-2003 02:16 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57