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

IIS Could not load ASP.NET pages - Strange Solution

Hello i would like to share with you my adventure!!!

IIS could not load aspx or asmx pages by NO Means!
I reinstalled/unistalled/installed IIS .NET FRAMEWORK 1.1 & 2 , Vs2005 ,Sql
server 2005 hundreds of times.
Searching the forums i found that the most possible solution would be IIS
mappings repair by using
aspnet_regiis -i.
I got the message that aspnet 2 finished installing with no errors.
I tried that with every possible combination or installing/reinstalling
iis,framework,vs2005.
I even tried aspnet_regiis -c
BUT IT DIDN'T WORK.
Then i tried regsvr32 frameworkpath\aspnet_isapi.dll which SHOULD be equal
to aspnet_regiis -i.

I got the message:
"aspnet_isapi.dll was loaded but DllRegisterServer entry point was not found."

I thought that very strange and after searching the net and found nothing,
in an action of despair i installed IISGuard by Troxo.com. and SUDDENLY it
worked!!!
I would be very happy if someone could tell what might have happened!!!
I have Windows 2000 SP4, IIS 5.0

May 17 '06 #1
2 2331
One can only assume a registry entry got corrupted along the way, and did
not get overwritten when you did the reinstall as it already existed and was
not deleted at unisntall. IISGuard may have known what that entry should
have been given your configuration and corrected it for you. Only a guess
of course.

--
Regards

John Timney
Microsoft MVP

"WoodenSWord" <Wo*********@discussions.microsoft.com> wrote in message
news:87**********************************@microsof t.com...
Hello i would like to share with you my adventure!!!

IIS could not load aspx or asmx pages by NO Means!
I reinstalled/unistalled/installed IIS .NET FRAMEWORK 1.1 & 2 , Vs2005
,Sql
server 2005 hundreds of times.
Searching the forums i found that the most possible solution would be IIS
mappings repair by using
aspnet_regiis -i.
I got the message that aspnet 2 finished installing with no errors.
I tried that with every possible combination or installing/reinstalling
iis,framework,vs2005.
I even tried aspnet_regiis -c
BUT IT DIDN'T WORK.
Then i tried regsvr32 frameworkpath\aspnet_isapi.dll which SHOULD be equal
to aspnet_regiis -i.

I got the message:
"aspnet_isapi.dll was loaded but DllRegisterServer entry point was not
found."

I thought that very strange and after searching the net and found nothing,
in an action of despair i installed IISGuard by Troxo.com. and SUDDENLY it
worked!!!
I would be very happy if someone could tell what might have happened!!!
I have Windows 2000 SP4, IIS 5.0

May 17 '06 #2
Well i can't think of anything else.

But i am certain that Zone Alarm is responsible for the first corrupt
installation.

Zone Alarm is known to have issues with IIS and ASP.NET.

"John Timney ( MVP )" wrote:
One can only assume a registry entry got corrupted along the way, and did
not get overwritten when you did the reinstall as it already existed and was
not deleted at unisntall. IISGuard may have known what that entry should
have been given your configuration and corrected it for you. Only a guess
of course.

--
Regards

John Timney
Microsoft MVP

"WoodenSWord" <Wo*********@discussions.microsoft.com> wrote in message
news:87**********************************@microsof t.com...
Hello i would like to share with you my adventure!!!

IIS could not load aspx or asmx pages by NO Means!
I reinstalled/unistalled/installed IIS .NET FRAMEWORK 1.1 & 2 , Vs2005
,Sql
server 2005 hundreds of times.
Searching the forums i found that the most possible solution would be IIS
mappings repair by using
aspnet_regiis -i.
I got the message that aspnet 2 finished installing with no errors.
I tried that with every possible combination or installing/reinstalling
iis,framework,vs2005.
I even tried aspnet_regiis -c
BUT IT DIDN'T WORK.
Then i tried regsvr32 frameworkpath\aspnet_isapi.dll which SHOULD be equal
to aspnet_regiis -i.

I got the message:
"aspnet_isapi.dll was loaded but DllRegisterServer entry point was not
found."

I thought that very strange and after searching the net and found nothing,
in an action of despair i installed IISGuard by Troxo.com. and SUDDENLY it
worked!!!
I would be very happy if someone could tell what might have happened!!!
I have Windows 2000 SP4, IIS 5.0


May 17 '06 #3

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

Similar topics

5
by: N | last post by:
Hi, I got an error during load on a couple of the tables. And it seems to be complaining that I'm running out of tempspace (possibly during index rebuild). Below is the load command and error....
2
by: Colin Basterfield | last post by:
Hi, Hmmm, a strange one for me, but hopefully not for others... I have a base page which has virtual protected void PageLoadEvent(object sender, System.EventArgs e){} In the Page_Load...
5
by: Paul Smith | last post by:
I am hoping this is a simple problem for someone. We have two development servers, DEVNET (a web server) and DEVSQL (a DB / File Server). We have recently moved all of our .NET source code from...
10
by: GeekBoy | last post by:
Okay, I have two identical web servers running Windows 2003 web server. I have an ASP.NET application which runs great on one of them. Dedicated IP address, behind our firewall, etc. Everyone's...
0
by: Graham Wert | last post by:
We have some web applications with web services and are having some issues. Sometimes when we reboot the server, restart IIS, or update the applications, the web services fail to come back up...
2
by: Eric Falsken | last post by:
Eric Falsken <eric@db4o.com> wrote on 04 Dec 2005: > craigkenisston@hotmail.com wrote on 19 Nov 2005: > >> I'm working in the migration of an asp.net application in 1.1 to 2.0. >> I'm new to...
2
by: Joneleth | last post by:
Hi I was writing some aspx pages when i experimented a strange issue. I have a div tag like this: <div id="divCourses1" style="<%=GetDisplayStyle(eidlevel, arrIdLevel)%>"> Now, as long as i...
2
by: John Bailey | last post by:
I have checked around and could not find anything here that exactly matches my issue, which is odd since I have found numerous posts on this in other news groups. I have a ASP .Net 2.0 site that...
7
by: amishguy | last post by:
Hello, I am having an issue with a site I'm creating right now. I have had this issue before and I would like to figure out what the solution is instead of using workarounds as I have in the...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
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
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
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: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
1
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: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...

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.