473,804 Members | 3,383 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IIS 6.0 does not handle asp.net pages, Please help diagnose

We are using IIS 6.0 on a Windows Server 2003 Standard Edition with
Service Pack 2. This is not a clean install of Windows Server 2003,
but it was upgraded to from Windows Server 2000.

We are having problem running ASP.NET applications on this server.
HTML pages and classic ASP pages run with no problem.

We use ASP.NET 2.0. We ran aspnet_regiis.e xe -ua to remove all
versions of ASP.NET and then aspnet_regiis -i to install it many
times. Each run of aspnet_regiis -i executes nicely with no problem,
at least no Failure message in the installation log, and no warnings
or errors in the event viewer.

In IIS configuration, we created a virtual directory for our ASP.NET
application, and we did select ASP.NET 2.0 on the ASP.NET tag for our
application.

Now, if we try to check out our ASP.NET test page, we always get a 404
error, i.e., Page not found error. But we can check out hello.html or
hello.asp in the same path just fine.

We checked the configuration and verified that aspx files are
associated with the ASP.NET engine C:\WINDOWS\Micr osoft.NET\Frame work
\v2.0.50727\asp net_isapi.dll.

Still no warning or error messages were found in the event viewer
after we attempted to check out our web page.

Sounds very weird, right? Any hint?

Sep 15 '07 #1
1 1564
On Sep 16, 6:28 am, gnewsgr...@gmai l.com wrote:
We are using IIS 6.0 on a Windows Server 2003 Standard Edition with
Service Pack 2. This is not a clean install of Windows Server 2003,
but it was upgraded to from Windows Server 2000.

We are having problem running ASP.NET applications on this server.
HTML pages and classic ASP pages run with no problem.

We use ASP.NET 2.0. We ran aspnet_regiis.e xe -ua to remove all
versions of ASP.NET and then aspnet_regiis -i to install it many
times. Each run of aspnet_regiis -i executes nicely with no problem,
at least no Failure message in the installation log, and no warnings
or errors in the event viewer.

In IIS configuration, we created a virtual directory for our ASP.NET
application, and we did select ASP.NET 2.0 on the ASP.NET tag for our
application.

Now, if we try to check out our ASP.NET test page, we always get a 404
error, i.e., Page not found error. But we can check out hello.html or
hello.asp in the same path just fine.

We checked the configuration and verified that aspx files are
associated with the ASP.NET engine C:\WINDOWS\Micr osoft.NET\Frame work
\v2.0.50727\asp net_isapi.dll.

Still no warning or error messages were found in the event viewer
after we attempted to check out our web page.

Sounds very weird, right? Any hint?
yea, have had this a couple of times, security, can't remember exactly
where it is but you need to enable asp.net on your server, it's
disabled by default. it's not in the standard iis config screen it's
off somewhere else, sorry can't be of much more help, it's the weekend
and all :) do a google search on enabling asp.net on a win2003 server

Sep 15 '07 #2

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

Similar topics

12
4586
by: lawrence | last post by:
I notice that when my weblog software tries to contact www.weblogs.com, to use the update service, my whole site (all PHP) slows down. Contacting www.weblogs.com can take a long time. I can't figure out what is going on, unless the PHP interpreter gets bogged down trying to contact www.weblogs.com, and so is less able to serve up PHP pages to other website visitors. But if the PHP interpreter was that vulnerable to slow-downs, it doesn't...
8
1577
by: krisrajz | last post by:
Please observe the pages below: session1.asp <% Session("test")="TESTING" Response.Redirect "session2.asp" %> session2.asp
0
2085
by: nek | last post by:
Would anyone have any ideas or come across the 'invalid handle' problem? Even after setting diaglevel=4, I could not get much out of the db2diag.log to diagnose the problem. The only thing I could relate to this is DB2 appears to hang when this happens. Here is sample entry from db2diag.log: 2004-01-23-12.40.02.880000 Instance:DB2 Node:000
1
1155
by: Saket Mundra | last post by:
I have a web applicatin with 2 web forms.Form 1 contains 2 textboxes - txtName, txtAge and Submit button. Form 2 Contains 2 textboxes - txtsubject, txtSection and submit button. I have a class Student as follows Public Class Student dim name as string dim age as string dim subject as string dim section as string End Class
1
1750
by: Mark | last post by:
Assume you have a simple HTML form that submits its form results to a .aspx page. The receiving .aspx page processes the values sent by the form. If the form data contains an accented character (ex., Ángel with an accent over "A"), the REQUEST object appears to loose the globalization, and nukes any extended ascii characters. Is there a way to avoid this? In the examples below, the resulting string is "ngel", without the A and accent....
14
4866
by: Anoop | last post by:
Hi, I am new to this newsgroup and need help in the following questions. 1. I am workin' on a GUI application. Does C# provides Layout Managers the way Java does to design GUI? I know that it can be done using the designer but I intentionally don't want to use that. The one reason is that you cannot change the code generated by the designer. The other could be that you have more free hand and control to design your GUI. 2....
9
22013
by: aczapran | last post by:
Everything I read on DB2 indicates that the bufferpool is a pool of database pages used to speed up database access. It is controlled by us, when we specify how many pages we would like to have allocated. My question is: 1. Under what circumstances can the buffer pool run out? Its my understanding that we would go into synchronous read/write mode if all pages were dirty and we needed to read in a new page. In this case, why would it...
6
2054
by: Liming | last post by:
Hi, In a typical 3 tier model (view layer, busines layer and data access layer) where do you handle your exceptions? do you let it buble up all the way to the .aspx pages or do you handle it in your business layer and/or data access layer? suppose in my data access layer, I provide try and catch, log the exception and re-throw it back to business layer, then in yoru business layer, what do you do? throw it back to the code behind or...
13
1449
by: Paul Melis | last post by:
Can someone explain to me why the following code compiles without errors on gcc 4.0.2? void f() { } void t() { f(1,2,3);
0
9705
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10564
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10320
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10308
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9134
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7609
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6846
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3806
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2981
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.