473,409 Members | 1,934 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,409 software developers and data experts.

HTTP 404 Error for ASP.NET pages

The web server is running Windows Server 2003 Standard Edition, and it
returns HTTP 404 error when running ASP.NET pages, but ASP pages are working
fine. I also installed Visual Studio .NET, and the framework version should
be 1.1.

I am sure ASP.NET is enable in the machine by checking the following
methods:
1) Go to manage your server window, click add/remove a role, and choose
application server, and it only have choices disable ASP.NET, that means
ASP.NET is enable already.

2) In IIS manager, click right pane, and I cannot see ASP.NET. I enabled all
the followings:

All Unknown CGI Extensions
All Unknown ISAPI Extensions
Active Server pages
Front Page Server Extensions 2002
Internet Data Connector
Server Side Includes
WebDAV

I really have no idea whats going on. I am using Standard Edition, I dont
know if it has 32-bit and 64-bit versions. Since the following link says
ASP.NET is disable in 64-bit Windows Server 2003. How can I tell if Windows
Server 2003 is 32-bit or 64-bit??
http://www.microsoft.com/technet/tre...itFeatures.asp


Nov 18 '05 #1
3 2854
The only way to see whether ASP.Net is working on any web sites on yur
machine is to look at the ISAPI mappings for your web site(s) on the server.
In the IIS admin snap-in, right-click the webn site, open the Properties
dialog, and go to the Home Directory tab. Click the Configuration button,
and you'll see the ISAPI mappings. If ASP.Net is not installed, use the
aspnet_regiis.exe Command-line tool in the version directory for the .Net
platform (under Windows), with the -i parameter, to install it on the web
server.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Matthew Louden" <ma*******@hotmail.com> wrote in message
news:uP*************@TK2MSFTNGP11.phx.gbl...
The web server is running Windows Server 2003 Standard Edition, and it
returns HTTP 404 error when running ASP.NET pages, but ASP pages are working fine. I also installed Visual Studio .NET, and the framework version should be 1.1.

I am sure ASP.NET is enable in the machine by checking the following
methods:
1) Go to manage your server window, click add/remove a role, and choose
application server, and it only have choices disable ASP.NET, that means
ASP.NET is enable already.

2) In IIS manager, click right pane, and I cannot see ASP.NET. I enabled all the followings:

All Unknown CGI Extensions
All Unknown ISAPI Extensions
Active Server pages
Front Page Server Extensions 2002
Internet Data Connector
Server Side Includes
WebDAV

I really have no idea whats going on. I am using Standard Edition, I dont
know if it has 32-bit and 64-bit versions. Since the following link says
ASP.NET is disable in 64-bit Windows Server 2003. How can I tell if Windows Server 2003 is 32-bit or 64-bit??
http://www.microsoft.com/technet/tre...itFeatures.asp

Nov 18 '05 #2
The only way to see whether ASP.Net is working on any web sites on yur
machine is to look at the ISAPI mappings for your web site(s) on the server.
In the IIS admin snap-in, right-click the webn site, open the Properties
dialog, and go to the Home Directory tab. Click the Configuration button,
and you'll see the ISAPI mappings. If ASP.Net is not installed, use the
aspnet_regiis.exe Command-line tool in the version directory for the .Net
platform (under Windows), with the -i parameter, to install it on the web
server.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Matthew Louden" <ma*******@hotmail.com> wrote in message
news:uP*************@TK2MSFTNGP11.phx.gbl...
The web server is running Windows Server 2003 Standard Edition, and it
returns HTTP 404 error when running ASP.NET pages, but ASP pages are working fine. I also installed Visual Studio .NET, and the framework version should be 1.1.

I am sure ASP.NET is enable in the machine by checking the following
methods:
1) Go to manage your server window, click add/remove a role, and choose
application server, and it only have choices disable ASP.NET, that means
ASP.NET is enable already.

2) In IIS manager, click right pane, and I cannot see ASP.NET. I enabled all the followings:

All Unknown CGI Extensions
All Unknown ISAPI Extensions
Active Server pages
Front Page Server Extensions 2002
Internet Data Connector
Server Side Includes
WebDAV

I really have no idea whats going on. I am using Standard Edition, I dont
know if it has 32-bit and 64-bit versions. Since the following link says
ASP.NET is disable in 64-bit Windows Server 2003. How can I tell if Windows Server 2003 is 32-bit or 64-bit??
http://www.microsoft.com/technet/tre...itFeatures.asp

Nov 18 '05 #3
Thanks Kevin

I just followed your advices, but still not working.

First, I ran the following in command line:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_ regiis -i
It worked great and it says ASP.NET installed in the machine.

Second, I ran IIS console, and Click the Configuration button, and the ISAPI
mappings. ASPX extension is there, with aspnet_isapi.dll

Well, I really dont know what I missed. Any ideas??

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:uv**************@TK2MSFTNGP10.phx.gbl...
The only way to see whether ASP.Net is working on any web sites on yur
machine is to look at the ISAPI mappings for your web site(s) on the server. In the IIS admin snap-in, right-click the webn site, open the Properties
dialog, and go to the Home Directory tab. Click the Configuration button,
and you'll see the ISAPI mappings. If ASP.Net is not installed, use the
aspnet_regiis.exe Command-line tool in the version directory for the .Net
platform (under Windows), with the -i parameter, to install it on the web
server.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Matthew Louden" <ma*******@hotmail.com> wrote in message
news:uP*************@TK2MSFTNGP11.phx.gbl...
The web server is running Windows Server 2003 Standard Edition, and it
returns HTTP 404 error when running ASP.NET pages, but ASP pages are

working
fine. I also installed Visual Studio .NET, and the framework version

should
be 1.1.

I am sure ASP.NET is enable in the machine by checking the following
methods:
1) Go to manage your server window, click add/remove a role, and choose
application server, and it only have choices disable ASP.NET, that means
ASP.NET is enable already.

2) In IIS manager, click right pane, and I cannot see ASP.NET. I enabled

all
the followings:

All Unknown CGI Extensions
All Unknown ISAPI Extensions
Active Server pages
Front Page Server Extensions 2002
Internet Data Connector
Server Side Includes
WebDAV

I really have no idea whats going on. I am using Standard Edition, I dont know if it has 32-bit and 64-bit versions. Since the following link says
ASP.NET is disable in 64-bit Windows Server 2003. How can I tell if

Windows
Server 2003 is 32-bit or 64-bit??

http://www.microsoft.com/technet/tre...itFeatures.asp



Nov 18 '05 #4

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

Similar topics

7
by: Michael Foord | last post by:
#!/usr/bin/python -u # 15-09-04 # v1.0.0 # auth_example.py # A simple script manually demonstrating basic authentication. # Copyright Michael Foord # Free to use, modify and relicense. #...
2
by: GBud2004 | last post by:
Hi, I am having a strange problem. I have certain ASP pages that are wel tested and working in many places. But there is one server (window 2000) on which some of the asp pages do not work. I...
4
by: Peter Row | last post by:
Hi, I have created a UserControl which is subsequently hosted on a standard form. My control has a TabControl on it but it has no TabPages configured. At runtime I create X pages and put a...
6
by: Thomas Connolly | last post by:
I have 2 pages referencing the same codebehind file in my project. Originally the pages referenced separate code behind files. Once I changed the reference to the same file, everything worked...
6
by: Sam | last post by:
I have some issues with HTTP Headers and I was hoping for some pointers or references to good articles. Here is the problem. I have 6 .aspx pages, each page contains a common .ascx. This ascx...
8
by: Rod | last post by:
I have been working with ASP.NET 1.1 for quite a while now. For some reason, opening some ASP.NET applications we wrote is producing the following error message: "The Web server reported...
2
by: Win, Pats | last post by:
Sorry if this is OT, I'm not sure where else to research this... I recently added a "global error handler" via an HTTP Module so I could log all otherwise unhandled exceptions. Every day I get...
2
by: rezapasha | last post by:
Hello, we have a website in ASP , the pages connected to .mdb access database by ODBC there is a big traffic on this site, so after 9-10 hour the server show this error to visitors : HTTP Error...
8
by: ajos | last post by:
hi frnds, the situation is im developing a web application in struts-- my specifications-eclipse3.2.2,struts1.1,tomcat5.5.23 mysql5.0 db. the scenario-i have a jsp page which adds the...
16
by: Harry Simpson | last post by:
I've been away from ASPNET - I open up a new Web app in VS2008 and go into properties and select to use IIS instead of the personal web server. Then I run in debug mode and it says I have to set...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.