473,396 Members | 2,024 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,396 software developers and data experts.

Problems with aspnet_wp.exe

System: Windows 2000 SP4
..NET Frameworks Installed: 1.0, 1.1 SP1
..NET Framework In Question: 1.1 SP1
Web Server: IIS 5
Process Model User: machine
Development Environment: VS.NET 2003
Development System: WinXP

The wednesday before Thanksgiving our web server started exhibiting some
incredibly strange behavior. On every hit of the a page it loads and
subsequently unloads the aspnet_wp.exe. I can watch it happen in Task
Manager when I load a page in the browser.

The web app is relatively involved so I removed the references, excluded
nearly everything and created a simple "hello world" type ASPX page w/ a
codebehind class. Even with this super simplified assembly the behaviour
occurs.

I have uninstalled all .NET frameworks along w/ IIS, deleted the contents of
\winnt\system32\intesrv and then reinstalled IIS followed by both frameworks
in order by version and the problem persists.

To may dismay, the event logs show nothing!

If anyone can offer any suggestions on how to proceed I would really
appreciate it.

Thanks!
Nov 18 '05 #1
4 1129
Contact Microsoft directly. I am assuming that you have exhausted all other
methods like searching google gropus, microsoft KB, etc.

"Everett Muniz" wrote:
System: Windows 2000 SP4
.NET Frameworks Installed: 1.0, 1.1 SP1
.NET Framework In Question: 1.1 SP1
Web Server: IIS 5
Process Model User: machine
Development Environment: VS.NET 2003
Development System: WinXP

The wednesday before Thanksgiving our web server started exhibiting some
incredibly strange behavior. On every hit of the a page it loads and
subsequently unloads the aspnet_wp.exe. I can watch it happen in Task
Manager when I load a page in the browser.

The web app is relatively involved so I removed the references, excluded
nearly everything and created a simple "hello world" type ASPX page w/ a
codebehind class. Even with this super simplified assembly the behaviour
occurs.

I have uninstalled all .NET frameworks along w/ IIS, deleted the contents of
\winnt\system32\intesrv and then reinstalled IIS followed by both frameworks
in order by version and the problem persists.

To may dismay, the event logs show nothing!

If anyone can offer any suggestions on how to proceed I would really
appreciate it.

Thanks!

Nov 18 '05 #2
Was there any resolution to this problem ?
We just starting encountering this same behaviour on W2kServer - I am
assuming this is related to recent windows updates.

Gerry
"Tampa .NET Koder" <Ta***********@discussions.microsoft.com> wrote in
message news:EA**********************************@microsof t.com...
Contact Microsoft directly. I am assuming that you have exhausted all other methods like searching google gropus, microsoft KB, etc.

"Everett Muniz" wrote:
System: Windows 2000 SP4
.NET Frameworks Installed: 1.0, 1.1 SP1
.NET Framework In Question: 1.1 SP1
Web Server: IIS 5
Process Model User: machine
Development Environment: VS.NET 2003
Development System: WinXP

The wednesday before Thanksgiving our web server started exhibiting some
incredibly strange behavior. On every hit of the a page it loads and
subsequently unloads the aspnet_wp.exe. I can watch it happen in Task
Manager when I load a page in the browser.

The web app is relatively involved so I removed the references, excluded
nearly everything and created a simple "hello world" type ASPX page w/ a
codebehind class. Even with this super simplified assembly the behaviour occurs.

I have uninstalled all .NET frameworks along w/ IIS, deleted the contents of \winnt\system32\intesrv and then reinstalled IIS followed by both frameworks in order by version and the problem persists.

To may dismay, the event logs show nothing!

If anyone can offer any suggestions on how to proceed I would really
appreciate it.

Thanks!

Nov 19 '05 #3
Gerry,

We did get this issue resolved. My apologies for not having posted the
resolution for everyone's benefit. As it turns out, it was something
extremely simple in the end. We had attempted to install a profiling tool
on the web server and the install had gone tragically wrong with side effects
that were pretty extreme. In short, IIS and the ASP.NET wouldn't play nice
together anymore even after removing and re-adding script maps and several
other similar steps. In the end we had to backup the metabase, uninstall
IIS, reboot, reinstall, IIS, reboot, restore the metabase. After completing
those steps ASP.NET and IIS began playing nice again but we noticed the
problem described in this post. It turned out that somehow durring all the
previous madness the Cache ISAPI Applications checkbox at the tob of the
dialog that appears after clicking the Configuration button on the Home
Directory tab of Web Site properties had gotten un-checked. Simply checking
Cache ISAPI Applications fixed the issue. No one had even though to check it
before that because we "knew" it hadn't been changed.

That's probably a bit long-winded but I hope it helps.
"gerry" wrote:
Was there any resolution to this problem ?
We just starting encountering this same behaviour on W2kServer - I am
assuming this is related to recent windows updates.

Gerry
"Tampa .NET Koder" <Ta***********@discussions.microsoft.com> wrote in
message news:EA**********************************@microsof t.com...
Contact Microsoft directly. I am assuming that you have exhausted all

other
methods like searching google gropus, microsoft KB, etc.

"Everett Muniz" wrote:
System: Windows 2000 SP4
.NET Frameworks Installed: 1.0, 1.1 SP1
.NET Framework In Question: 1.1 SP1
Web Server: IIS 5
Process Model User: machine
Development Environment: VS.NET 2003
Development System: WinXP

The wednesday before Thanksgiving our web server started exhibiting some
incredibly strange behavior. On every hit of the a page it loads and
subsequently unloads the aspnet_wp.exe. I can watch it happen in Task
Manager when I load a page in the browser.

The web app is relatively involved so I removed the references, excluded
nearly everything and created a simple "hello world" type ASPX page w/ a
codebehind class. Even with this super simplified assembly the behaviour occurs.

I have uninstalled all .NET frameworks along w/ IIS, deleted the contents of \winnt\system32\intesrv and then reinstalled IIS followed by both frameworks in order by version and the problem persists.

To may dismay, the event logs show nothing!

If anyone can offer any suggestions on how to proceed I would really
appreciate it.

Thanks!


Nov 19 '05 #4
Thanks Everett.
That fixed it. This must have been the undocumented result of a recent
windows update as this happened on all of our my sites and since I am the
only one with access to them I know that this setting was not altered
manually.

Thanks again

Gerry


"Everett Muniz" <Ev**********@discussions.microsoft.com> wrote in message
news:AE**********************************@microsof t.com...
Gerry,

We did get this issue resolved. My apologies for not having posted the
resolution for everyone's benefit. As it turns out, it was something
extremely simple in the end. We had attempted to install a profiling tool on the web server and the install had gone tragically wrong with side effects that were pretty extreme. In short, IIS and the ASP.NET wouldn't play nice together anymore even after removing and re-adding script maps and several
other similar steps. In the end we had to backup the metabase, uninstall
IIS, reboot, reinstall, IIS, reboot, restore the metabase. After completing those steps ASP.NET and IIS began playing nice again but we noticed the
problem described in this post. It turned out that somehow durring all the previous madness the Cache ISAPI Applications checkbox at the tob of the
dialog that appears after clicking the Configuration button on the Home
Directory tab of Web Site properties had gotten un-checked. Simply checking Cache ISAPI Applications fixed the issue. No one had even though to check it before that because we "knew" it hadn't been changed.

That's probably a bit long-winded but I hope it helps.
"gerry" wrote:
Was there any resolution to this problem ?
We just starting encountering this same behaviour on W2kServer - I am
assuming this is related to recent windows updates.

Gerry
"Tampa .NET Koder" <Ta***********@discussions.microsoft.com> wrote in
message news:EA**********************************@microsof t.com...
Contact Microsoft directly. I am assuming that you have exhausted all

other
methods like searching google gropus, microsoft KB, etc.

"Everett Muniz" wrote:

> System: Windows 2000 SP4
> .NET Frameworks Installed: 1.0, 1.1 SP1
> .NET Framework In Question: 1.1 SP1
> Web Server: IIS 5
> Process Model User: machine
> Development Environment: VS.NET 2003
> Development System: WinXP
>
> The wednesday before Thanksgiving our web server started exhibiting some > incredibly strange behavior. On every hit of the a page it loads and > subsequently unloads the aspnet_wp.exe. I can watch it happen in Task > Manager when I load a page in the browser.
>
> The web app is relatively involved so I removed the references, excluded > nearly everything and created a simple "hello world" type ASPX page w/ a > codebehind class. Even with this super simplified assembly the

behaviour
> occurs.
>
> I have uninstalled all .NET frameworks along w/ IIS, deleted the

contents of
> \winnt\system32\intesrv and then reinstalled IIS followed by both

frameworks
> in order by version and the problem persists.
>
> To may dismay, the event logs show nothing!
>
> If anyone can offer any suggestions on how to proceed I would really
> appreciate it.
>
> Thanks!


Nov 19 '05 #5

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

Similar topics

7
by: Tim Mulholland | last post by:
I recently reinstalled everything on my computer: Windows XP Pro (SP-2) Office 2003 (SP1) VS 2003 (7.1.3088) ..Net Framework (1.1.4322) WMP 10.00.00.3646 Every time i try to open a specific...
5
by: Doug Swanson | last post by:
I have my project(s) set to Debug mode...asp.net debugging is enabled, I've re-registered asp_net. This particular solution has an asp.net and an ASP application in it...I can set breakpoints in...
7
by: Tim Mulholland | last post by:
I recently reinstalled everything on my computer: Windows XP Pro (SP-2) Office 2003 (SP1) VS 2003 (7.1.3088) ..Net Framework (1.1.4322) WMP 10.00.00.3646 Every time i try to open a specific...
5
by: Tim Mulholland | last post by:
I recently reinstalled everything on my computer: Windows XP Pro (SP-2) Office 2003 (SP1) VS 2003 (7.1.3088) ..Net Framework (1.1.4322) WMP 10.00.00.3646 Every time i try to open a specific...
7
by: Tim Mulholland | last post by:
I recently reinstalled everything on my computer: Windows XP Pro (SP-2) Office 2003 (SP1) VS 2003 (7.1.3088) ..Net Framework (1.1.4322) WMP 10.00.00.3646 Every time i try to open a specific...
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
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
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
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.