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

Where's the aspnet_wp?

So, I have a brand new PC with XP Professional SP2 and .Net 1.1 SP1 (no .Net
1.0). I also have VS.Net 2003.

I create a new directory with Explorer and web share it. I create a new
ASP.Net web project in VS.Net "pointing" to the virtual catalog. I also add
a button the web form just for fun.

When I start the application (Ctrl-F5) from VS.Net I get a page in IE
complaining (actually in Swedish) something about access to path denied; the
path being C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET
Files\ingosweb\12aa2b0a\9ef7d99f. The web is called IngosWeb. The error
message also says something about ASP.NET not having access to the resource
at hand and goes on about the ASPNET account usually being the base process
identity.

Oh well, I start to check things out. No aspnet_wp.exe process started. But
to my surprise the rights to ASPNET on
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET Files seams
all fine. I take filemon (www.sysinternals.com) and discover that it is
actually IWAM_{machine} that tries to create the directories and files
needed. Okay, so I add IWAM_{machine} to the ACL of the temp-directory.
Wham, things start to work fine. Debugging too.

But here comes the really baffling part, my ASP.NET web is not hosted by
aspnet_wp it is hosted by a dllhost instance. Now, I've been around since
betas of .Net 1.0 and this I didn't expect. The web itself (in IIS config
MMC snap-in) is set to normal (pool or middle option of isolation) (remember
I have a Swedish XP so you need to use your imagination here).

As a quick experiment I changed the isolation to the lowest level, and there
suddenly my web is hosted in aspnet_wp, but correct me if I'm wrong but didn't
it used to be the case that the isolation level of the application in IIS
has no impact on ASP.NET applications.

I just did the very same thing, creating web and project, etc, on another PC
that doesn't have SP2 and not SP1 of .Net 1.1. The web is, when web shared,
created with the same application isolation level as on my new machine. But
on this machine the ASP.Net application is hosted by aspnet_wp. Also
changing the isolation to the highest doesn't affect the hosting part.

Anyone that has some input to all this?

Regards,
Ingo
Nov 18 '05 #1
3 2018
Is the answer to my troubles so obvious that it doesn’t trig anyone to jump
in? Maybe I wasn’t provoking enough :-)?

Let me rephrase this. When did hosting of ASP.Net web apps start to be
dependant of the isolation level of the IIS 5 settings? Where is the
official MS documentation of this?

I bet some of the most reason fixes is guilty. At my current location w2k
servers have been patched with MS fixes. They show the same problem!!!

Regards,
Ingo

"Ingo Lundberg" <ingemar.lundberg@__I_hate_spam__.knowit.se> skrev i
meddelandet news:us**************@TK2MSFTNGP09.phx.gbl...
So, I have a brand new PC with XP Professional SP2 and .Net 1.1 SP1 (no
.Net 1.0). I also have VS.Net 2003.

I create a new directory with Explorer and web share it. I create a new
ASP.Net web project in VS.Net "pointing" to the virtual catalog. I also
add a button the web form just for fun.

When I start the application (Ctrl-F5) from VS.Net I get a page in IE
complaining (actually in Swedish) something about access to path denied;
the path being C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary
ASP.NET Files\ingosweb\12aa2b0a\9ef7d99f. The web is called IngosWeb. The
error message also says something about ASP.NET not having access to the
resource at hand and goes on about the ASPNET account usually being the
base process identity.

Oh well, I start to check things out. No aspnet_wp.exe process started.
But to my surprise the rights to ASPNET on
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET Files seams
all fine. I take filemon (www.sysinternals.com) and discover that it is
actually IWAM_{machine} that tries to create the directories and files
needed. Okay, so I add IWAM_{machine} to the ACL of the temp-directory.
Wham, things start to work fine. Debugging too.

But here comes the really baffling part, my ASP.NET web is not hosted by
aspnet_wp it is hosted by a dllhost instance. Now, I've been around since
betas of .Net 1.0 and this I didn't expect. The web itself (in IIS config
MMC snap-in) is set to normal (pool or middle option of isolation)
(remember I have a Swedish XP so you need to use your imagination here).

As a quick experiment I changed the isolation to the lowest level, and
there suddenly my web is hosted in aspnet_wp, but correct me if I'm wrong
but didn't it used to be the case that the isolation level of the
application in IIS has no impact on ASP.NET applications.

I just did the very same thing, creating web and project, etc, on another
PC that doesn't have SP2 and not SP1 of .Net 1.1. The web is, when web
shared, created with the same application isolation level as on my new
machine. But on this machine the ASP.Net application is hosted by
aspnet_wp. Also changing the isolation to the highest doesn't affect the
hosting part.

Anyone that has some input to all this?

Regards,
Ingo

Nov 18 '05 #2

Hi Ingo:

It's not that the answer is so obvious. For me it is because I've
never heard of ASP.NET being hosted outside of aspnet_wp.exe on IIS 5.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Mon, 8 Nov 2004 19:13:47 +0100, "Ingo Lundberg"
<ingemar.lundberg@__I_hate_spam__.knowit.se> wrote:
Is the answer to my troubles so obvious that it doesn’t trig anyone to jump
in? Maybe I wasn’t provoking enough :-)?

Let me rephrase this. When did hosting of ASP.Net web apps start to be
dependant of the isolation level of the IIS 5 settings? Where is the
official MS documentation of this?

I bet some of the most reason fixes is guilty. At my current location w2k
servers have been patched with MS fixes. They show the same problem!!!

Regards,
Ingo

"Ingo Lundberg" <ingemar.lundberg@__I_hate_spam__.knowit.se> skrev i


Nov 18 '05 #3
I a way that's good since I've never heard of it either. I mean, I started
to feel crazy here. But believe me. It is happening and I'm darn puzzled.

MS?

/Ingo

"Scott Allen" <bitmask@[nospam].fred.net> skrev i meddelandet
news:ig********************************@4ax.com...

Hi Ingo:

It's not that the answer is so obvious. For me it is because I've
never heard of ASP.NET being hosted outside of aspnet_wp.exe on IIS 5.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Mon, 8 Nov 2004 19:13:47 +0100, "Ingo Lundberg"
<ingemar.lundberg@__I_hate_spam__.knowit.se> wrote:
Is the answer to my troubles so obvious that it doesn't trig anyone to
jump
in? Maybe I wasn't provoking enough :-)?

Let me rephrase this. When did hosting of ASP.Net web apps start to be
dependant of the isolation level of the IIS 5 settings? Where is the
official MS documentation of this?

I bet some of the most reason fixes is guilty. At my current location w2k
servers have been patched with MS fixes. They show the same problem!!!

Regards,
Ingo

"Ingo Lundberg" <ingemar.lundberg@__I_hate_spam__.knowit.se> skrev i

Nov 18 '05 #4

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

Similar topics

0
by: Grady Nash | last post by:
All of my web servers are running win2000 and .NET 1.1 SP1. On one of my test web servers when I open Perfmon and add a new counter, aspnet_wp is missing. For example I want to see how many...
3
by: | last post by:
This question references to KB articles: http://support.microsoft.com/default.aspx?scid=kb;EN-US;315158 http://support.microsoft.com/default.aspx?scid=kb;EN-US;317012 I'm running Advanced Server...
0
by: Rob | last post by:
hi! i am running a aspnet-application on a machine with 1 gb ram. looking into the taskmanager, the aspnet_wp-process is going to use up to 60 megs heap memory and about 55 megs virtual memory....
2
by: Matt Sollars | last post by:
Hi all. I'm having a nasty problem. A client's website was originally written with classic ASP. They requested a new portion of the site that was deemed a perfect candidate for ASP.NET. So, .NET...
1
by: Ivan Towlson | last post by:
A colleague has just installed VS2003 on Windows 2000 and created her first simple Web application, and aspnet_wp is firing up only transiently, a new instance for each request. We first noticed...
2
by: Sidharth | last post by:
Hello, We are experiencing some issues with the aspnet_wp process on our live servers. The problems are intermittent and we cannot reproduce it on our dev and test servers. Currently around...
2
by: Marcin Belczewski | last post by:
I have a problem with aspnet_wp.exe on my Windows XP. When I start any of my web applications, webservices or even try to create asp.net project under vs.net - aspnet_wp.exe process starts -...
3
by: Ramesh Dodamani | last post by:
Environment: XP Pro, VS.Net 2003, .Net 1.1.4322 with SP1 & KB Hotfix 886903 P4 2.2GHz, 1 GB RAM My system was working fine till a few weeks back when I started seeing the following errors. ...
1
by: Greg | last post by:
Hi, I have a web service that calls an an assembly on a server. My client calls the web service, the web service calls the assembly... very straightforward. I have noticed 2 things though...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: 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?
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
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
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...

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.