473,394 Members | 1,769 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,394 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 2852
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
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.