473,322 Members | 1,806 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

404 Errors on all new project requests

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).
Sep 15 '05 #1
5 1777
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" <Em*******@discussions.microsoft.com> a écrit dans le message de
news:1D**********************************@microsof t.com...
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).

Sep 15 '05 #2
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" <Em*******@discussions.microsoft.com> a écrit dans le message de
news:1D**********************************@microsof t.com...
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).


Sep 15 '05 #3
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.
Sep 15 '05 #4
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.

Sep 15 '05 #5
And the web application root is where you expect ?

--

"EmmanuelE" <Em*******@discussions.microsoft.com> a écrit dans le message de
news:49**********************************@microsof t.com...
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" <Em*******@discussions.microsoft.com> a écrit dans le message de news:1D**********************************@microsof t.com...
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).


Sep 16 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Paul | last post by:
I thought this is more of an IE issue but i've had no joy on that group perhaps somebody here will have a clue. If i click a link to a web page embedded in Excel (97 OR 2000) i get the standard...
8
by: jon morgan | last post by:
OK, I'm going to be brave. There is a bug in VS.Net 1.1 that causes random compiler errors. I have raised this issue in posts at least three time in the past couple of months without attracting...
8
by: Don Miller | last post by:
I've been extensively modifying a web application (ASP, COM+) to take advantage of the XMLHTTP object for asynchronous requests (e.g. Ajax) on my dev machine (Win2KPro). I test the application from...
1
by: TonyG | last post by:
My site uses the fairly standard approach of trapping errors in the Application_Error event and dealing with them there. However, we occasionally get errors that are generated by the Framework...
4
by: Jon Spivey | last post by:
Hi, I've set up a custom error like this <customErrors mode="On" defaultRedirect="ErrorPage.aspx"> <error statusCode="404" redirect="error404.aspx" /> </customErrors> So requests for...
2
by: Janaka | last post by:
We have managed to lock down 99% of the application errors occurring in our asp.net sites. The only errors which occur on a regular basis now are viewstate errors. We have disabled viewstate on...
13
by: Dr. Zharkov | last post by:
Hello. A problem in the following. In VB .NET 2003 we create the project and in file Form1.vb the following code is written down: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As...
0
by: aindrei | last post by:
I have a Web Service application using ASP.NET. If I set the application pool threads to recycle the worker processes after a small number of requests. I then use the Web Stress tool to send...
0
by: AndreasJ.Mueller | last post by:
Hi Since we have moved our application (.NET 1.1) to a new server a few weeks ago we have seen in the event-logs multiple errors (which in itself is not my current problem, so I no...
5
by: K Viltersten | last post by:
We have a project working well today and it's developed on VS2005. Since we're planing to switch to VS2008 in a soon future, i've been trying to move the project to VS2008 Express (Web...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.