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

normal aspnet_wp.exe behavior?

Is it normal behavior for the aspnet_wp.exe process to exit immediately
after starting? This is happening to me without any errors in the
application event log. No matter what ASP.Net application I run, I get a
Session_End and an Application_End event right after my first page loads.
This is some sort of a problem, right?

I even get this behavior with the default project created by the Visual
Studio "ASP.Net Web Page" wizard. Under what conditions should your session
and application end prematurely without any event log notification? I have
tried several machine.config settings for the processModel, including the
autoConfig option. I am not low on memory.

I am using Windows XP Pro, IIS 5.1, .Net framework 2.0.50727

-Rusty
Nov 19 '05 #1
8 1144

"Rusty Shackleford" <rd***********@hotmail.com> wrote in message
news:Wf********************@comcast.com...
Is it normal behavior for the aspnet_wp.exe process to exit immediately
after starting? This is happening to me without any errors in the
application event log. No matter what ASP.Net application I run, I get a
Session_End and an Application_End event right after my first page loads.
This is some sort of a problem, right?
Yes. I even get this behavior with the default project created by the Visual
Studio "ASP.Net Web Page" wizard. Under what conditions should your
session and application end prematurely without any event log
notification? I have tried several machine.config settings for the
processModel, including the autoConfig option. I am not low on memory.
None. I am using Windows XP Pro, IIS 5.1, .Net framework 2.0.50727


Try the file-based web project in VS2005. It doesn't need IIS.

David
Nov 19 '05 #2
Hi, Rusty.

If you've been editing machine.config,
you may have introduced a fatal error into it.

Copy machine.config.default to machine.config
and test to see if the problem still occurs.

machine.config.default is in the same directory as machine.config.

If the problem persists,
I'd uninstall the .Net Framework, and reinstall it.

If the problem *still* persists, bug it at the Feedback Center :
http://lab.msdn.microsoft.com/productfeedback/

You must login with a Passport account to be able to file bugs.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Rusty Shackleford" <rd***********@hotmail.com> wrote in message
news:Wf********************@comcast.com...
Is it normal behavior for the aspnet_wp.exe process to exit immediately after starting?
This is happening to me without any errors in the application event log. No matter what
ASP.Net application I run, I get a Session_End and an Application_End event right after
my first page loads. This is some sort of a problem, right?

I even get this behavior with the default project created by the Visual Studio "ASP.Net
Web Page" wizard. Under what conditions should your session and application end
prematurely without any event log notification? I have tried several machine.config
settings for the processModel, including the autoConfig option. I am not low on memory.

I am using Windows XP Pro, IIS 5.1, .Net framework 2.0.50727

-Rusty

Nov 19 '05 #3
I started by using a file-based web project, and it runs just fine under the
ASP.Net Development server. In that mode, my sessions and applications stay
alive.

Only when I run under IIS and the aspnet_wp.exe process do I see this
behavior. That makes me think there is something wrong with my .Net or my
IIS. I'm using the .Net framework from the PDC. Maybe there is a bug using
it with IIS5?

-Rusty

"David Browne" <davidbaxterbrowne no potted me**@hotmail.com> wrote in
message news:uo**************@TK2MSFTNGP14.phx.gbl...

"Rusty Shackleford" <rd***********@hotmail.com> wrote in message
news:Wf********************@comcast.com...
Is it normal behavior for the aspnet_wp.exe process to exit immediately
after starting? This is happening to me without any errors in the
application event log. No matter what ASP.Net application I run, I get a
Session_End and an Application_End event right after my first page loads.
This is some sort of a problem, right?

Yes.
I even get this behavior with the default project created by the Visual
Studio "ASP.Net Web Page" wizard. Under what conditions should your
session and application end prematurely without any event log
notification? I have tried several machine.config settings for the
processModel, including the autoConfig option. I am not low on memory.

None.
I am using Windows XP Pro, IIS 5.1, .Net framework 2.0.50727


Try the file-based web project in VS2005. It doesn't need IIS.

David

Nov 19 '05 #4
Thanks for the suggestion, but I only started mucking around with
machine.config after I was convinced I was not doing anything wrong in my
ASP.Net pages. I certainly tried the default file.

I submitted this problem to the feedback center on Thursday. It was
promptly closed with a "could not reproduce" comment.

It is such a blatant problem, that I am wondering if there is a problem with
my framework install.

Just to be clear, when you run a default empty ASP.Net project created by
the VS wizard, your aspnet_wp.exe process continues to run for a while. At
least until the sessions timeout, right?

-Rusty

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uT****************@TK2MSFTNGP15.phx.gbl...
Hi, Rusty.

If you've been editing machine.config,
you may have introduced a fatal error into it.

Copy machine.config.default to machine.config
and test to see if the problem still occurs.

machine.config.default is in the same directory as machine.config.

If the problem persists,
I'd uninstall the .Net Framework, and reinstall it.

If the problem *still* persists, bug it at the Feedback Center :
http://lab.msdn.microsoft.com/productfeedback/

You must login with a Passport account to be able to file bugs.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Rusty Shackleford" <rd***********@hotmail.com> wrote in message
news:Wf********************@comcast.com...
Is it normal behavior for the aspnet_wp.exe process to exit immediately
after starting? This is happening to me without any errors in the
application event log. No matter what ASP.Net application I run, I get a
Session_End and an Application_End event right after my first page loads.
This is some sort of a problem, right?

I even get this behavior with the default project created by the Visual
Studio "ASP.Net Web Page" wizard. Under what conditions should your
session and application end prematurely without any event log
notification? I have tried several machine.config settings for the
processModel, including the autoConfig option. I am not low on memory.

I am using Windows XP Pro, IIS 5.1, .Net framework 2.0.50727

-Rusty


Nov 19 '05 #5
Hi, Rusty.

re:
It is such a blatant problem, that I am wondering if there is a problem with my
framework install.
There very well may be ( a problem ).
That why I suggested install/reinstall as a second option.

It doesn't take too long to do the install/reinstall,
and no possible harm can come out of it, so yes, go ahead.

Clear the .net install logs from your temp directory
after you uninstall the framework.

That way, you'll have a fresh set of logs to append to a new bug filing.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Rusty Shackleford" <rd***********@hotmail.com> wrote in message
news:Zo******************************@comcast.com. .. Thanks for the suggestion, but I only started mucking around with machine.config after I
was convinced I was not doing anything wrong in my ASP.Net pages. I certainly tried the
default file.

I submitted this problem to the feedback center on Thursday. It was promptly closed
with a "could not reproduce" comment.

It is such a blatant problem, that I am wondering if there is a problem with my
framework install.

Just to be clear, when you run a default empty ASP.Net project created by the VS wizard,
your aspnet_wp.exe process continues to run for a while. At least until the sessions
timeout, right?

-Rusty

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uT****************@TK2MSFTNGP15.phx.gbl...
Hi, Rusty.

If you've been editing machine.config,
you may have introduced a fatal error into it.

Copy machine.config.default to machine.config
and test to see if the problem still occurs.

machine.config.default is in the same directory as machine.config.

If the problem persists,
I'd uninstall the .Net Framework, and reinstall it.

If the problem *still* persists, bug it at the Feedback Center :
http://lab.msdn.microsoft.com/productfeedback/

You must login with a Passport account to be able to file bugs.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Rusty Shackleford" <rd***********@hotmail.com> wrote in message
news:Wf********************@comcast.com...
Is it normal behavior for the aspnet_wp.exe process to exit immediately after
starting? This is happening to me without any errors in the application event log. No
matter what ASP.Net application I run, I get a Session_End and an Application_End
event right after my first page loads. This is some sort of a problem, right?

I even get this behavior with the default project created by the Visual Studio
"ASP.Net Web Page" wizard. Under what conditions should your session and application
end prematurely without any event log notification? I have tried several
machine.config settings for the processModel, including the autoConfig option. I am
not low on memory.

I am using Windows XP Pro, IIS 5.1, .Net framework 2.0.50727

-Rusty



Nov 19 '05 #6
Thanks Juan. I will do uninstall/reinstall next like you suggest. I was
hesitant to do that because I think it is going to make me uninstall SQL
Server 2005 first. Too bad I left my VC2005 DVD at the office. :(

-Rusty.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eb**************@tk2msftngp13.phx.gbl...
Hi, Rusty.

re:
It is such a blatant problem, that I am wondering if there is a problem
with my framework install.


There very well may be ( a problem ).
That why I suggested install/reinstall as a second option.

It doesn't take too long to do the install/reinstall,
and no possible harm can come out of it, so yes, go ahead.

Clear the .net install logs from your temp directory
after you uninstall the framework.

That way, you'll have a fresh set of logs to append to a new bug filing.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Rusty Shackleford" <rd***********@hotmail.com> wrote in message
news:Zo******************************@comcast.com. ..
Thanks for the suggestion, but I only started mucking around with
machine.config after I was convinced I was not doing anything wrong in my
ASP.Net pages. I certainly tried the default file.

I submitted this problem to the feedback center on Thursday. It was
promptly closed with a "could not reproduce" comment.

It is such a blatant problem, that I am wondering if there is a problem
with my framework install.

Just to be clear, when you run a default empty ASP.Net project created by
the VS wizard, your aspnet_wp.exe process continues to run for a while.
At least until the sessions timeout, right?

-Rusty

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uT****************@TK2MSFTNGP15.phx.gbl...
Hi, Rusty.

If you've been editing machine.config,
you may have introduced a fatal error into it.

Copy machine.config.default to machine.config
and test to see if the problem still occurs.

machine.config.default is in the same directory as machine.config.

If the problem persists,
I'd uninstall the .Net Framework, and reinstall it.

If the problem *still* persists, bug it at the Feedback Center :
http://lab.msdn.microsoft.com/productfeedback/

You must login with a Passport account to be able to file bugs.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Rusty Shackleford" <rd***********@hotmail.com> wrote in message
news:Wf********************@comcast.com...
Is it normal behavior for the aspnet_wp.exe process to exit immediately
after starting? This is happening to me without any errors in the
application event log. No matter what ASP.Net application I run, I get
a Session_End and an Application_End event right after my first page
loads. This is some sort of a problem, right?

I even get this behavior with the default project created by the Visual
Studio "ASP.Net Web Page" wizard. Under what conditions should your
session and application end prematurely without any event log
notification? I have tried several machine.config settings for the
processModel, including the autoConfig option. I am not low on memory.

I am using Windows XP Pro, IIS 5.1, .Net framework 2.0.50727

-Rusty



Nov 19 '05 #7
re:
make me uninstall SQL Server 2005 first
Some SQL 2005 versions only run with particular .Net versions.
You have to keep SQL 2005 and the .Net Framework versions in synch.

Remember, you only have to install/reinstall the .Net Framework.
You don't need to uninstall/reinstall the full VC2005!

You can uninstall the .Net Framework from the
"Add or Remove Programs" applet in Control Panel.

To reinstall, look for dotnetfx.exe in the DVD.

You could also download ( it's only around 23MB ) the
..Net Framework version you need from the Download Center :

http://www.microsoft.com/downloads/s...displaylang=en

If you're running Beta 2, the version is 2.0.50215.45, and it's at :
http://www.microsoft.com/downloads/d...DisplayLang=en

If you're running the Release Candidate, download the
correct version from MSDN Subscriber Downloads.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Rusty Shackleford" <rd***********@hotmail.com> wrote in message
news:Sq********************@comcast.com... Thanks Juan. I will do uninstall/reinstall next like you suggest. I was hesitant to
do that because I think it is going to make me uninstall SQL Server 2005 first. Too bad
I left my VC2005 DVD at the office. :(

-Rusty. "Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eb**************@tk2msftngp13.phx.gbl...
Hi, Rusty.

re:
It is such a blatant problem, that I am wondering if there is a problem with my
framework install.


There very well may be ( a problem ).
That why I suggested install/reinstall as a second option.

It doesn't take too long to do the install/reinstall,
and no possible harm can come out of it, so yes, go ahead.

Clear the .net install logs from your temp directory
after you uninstall the framework.

That way, you'll have a fresh set of logs to append to a new bug filing.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Rusty Shackleford" <rd***********@hotmail.com> wrote in message
news:Zo******************************@comcast.com. ..
Thanks for the suggestion, but I only started mucking around with machine.config after
I was convinced I was not doing anything wrong in my ASP.Net pages. I certainly tried
the default file.

I submitted this problem to the feedback center on Thursday. It was promptly closed
with a "could not reproduce" comment.

It is such a blatant problem, that I am wondering if there is a problem with my
framework install.

Just to be clear, when you run a default empty ASP.Net project created by the VS
wizard, your aspnet_wp.exe process continues to run for a while. At least until the
sessions timeout, right?

-Rusty

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uT****************@TK2MSFTNGP15.phx.gbl...
Hi, Rusty.

If you've been editing machine.config,
you may have introduced a fatal error into it.

Copy machine.config.default to machine.config
and test to see if the problem still occurs.

machine.config.default is in the same directory as machine.config.

If the problem persists,
I'd uninstall the .Net Framework, and reinstall it.

If the problem *still* persists, bug it at the Feedback Center :
http://lab.msdn.microsoft.com/productfeedback/

You must login with a Passport account to be able to file bugs.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Rusty Shackleford" <rd***********@hotmail.com> wrote in message
news:Wf********************@comcast.com...
> Is it normal behavior for the aspnet_wp.exe process to exit immediately after
> starting? This is happening to me without any errors in the application event log.
> No matter what ASP.Net application I run, I get a Session_End and an Application_End
> event right after my first page loads. This is some sort of a problem, right?
>
> I even get this behavior with the default project created by the Visual Studio
> "ASP.Net Web Page" wizard. Under what conditions should your session and
> application end prematurely without any event log notification? I have tried
> several machine.config settings for the processModel, including the autoConfig
> option. I am not low on memory.
>
> I am using Windows XP Pro, IIS 5.1, .Net framework 2.0.50727
>
> -Rusty



Nov 19 '05 #8
Juan,

I uninstalled/reinstalled the .Net Framework 2.0.50727, and I still have
this problem. I have already reported this as a bug to the feedback
website, and they closed it saying they "could not reproduce". I guess I am
SOL.

It's not like my applications are being recycled. They don't restart. The
sessions are ended, and the worker process exits. That's it.

Is anyone else out there using 2.0.50727 from the PDC? Are you running on
Windows XP with IIS 5.1? Do your InProc sessions survive?

-Rusty

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:O4**************@TK2MSFTNGP09.phx.gbl...
re:
make me uninstall SQL Server 2005 first


Some SQL 2005 versions only run with particular .Net versions.
You have to keep SQL 2005 and the .Net Framework versions in synch.

Remember, you only have to install/reinstall the .Net Framework.
You don't need to uninstall/reinstall the full VC2005!

You can uninstall the .Net Framework from the
"Add or Remove Programs" applet in Control Panel.

To reinstall, look for dotnetfx.exe in the DVD.

You could also download ( it's only around 23MB ) the
.Net Framework version you need from the Download Center :

http://www.microsoft.com/downloads/s...displaylang=en

If you're running Beta 2, the version is 2.0.50215.45, and it's at :
http://www.microsoft.com/downloads/d...DisplayLang=en

If you're running the Release Candidate, download the
correct version from MSDN Subscriber Downloads.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Rusty Shackleford" <rd***********@hotmail.com> wrote in message
news:Sq********************@comcast.com...
Thanks Juan. I will do uninstall/reinstall next like you suggest. I
was hesitant to do that because I think it is going to make me uninstall
SQL Server 2005 first. Too bad I left my VC2005 DVD at the office. :(

-Rusty.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eb**************@tk2msftngp13.phx.gbl...
Hi, Rusty.

re:
It is such a blatant problem, that I am wondering if there is a problem
with my framework install.

There very well may be ( a problem ).
That why I suggested install/reinstall as a second option.

It doesn't take too long to do the install/reinstall,
and no possible harm can come out of it, so yes, go ahead.

Clear the .net install logs from your temp directory
after you uninstall the framework.

That way, you'll have a fresh set of logs to append to a new bug filing.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Rusty Shackleford" <rd***********@hotmail.com> wrote in message
news:Zo******************************@comcast.com. ..
Thanks for the suggestion, but I only started mucking around with
machine.config after I was convinced I was not doing anything wrong in
my ASP.Net pages. I certainly tried the default file.

I submitted this problem to the feedback center on Thursday. It was
promptly closed with a "could not reproduce" comment.

It is such a blatant problem, that I am wondering if there is a problem
with my framework install.

Just to be clear, when you run a default empty ASP.Net project created
by the VS wizard, your aspnet_wp.exe process continues to run for a
while. At least until the sessions timeout, right?

-Rusty

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uT****************@TK2MSFTNGP15.phx.gbl...
> Hi, Rusty.
>
> If you've been editing machine.config,
> you may have introduced a fatal error into it.
>
> Copy machine.config.default to machine.config
> and test to see if the problem still occurs.
>
> machine.config.default is in the same directory as machine.config.
>
> If the problem persists,
> I'd uninstall the .Net Framework, and reinstall it.
>
> If the problem *still* persists, bug it at the Feedback Center :
> http://lab.msdn.microsoft.com/productfeedback/
>
> You must login with a Passport account to be able to file bugs.
>
>
>
> Juan T. Llibre, ASP.NET MVP
> ASP.NET FAQ : http://asp.net.do/faq/
> Foros de ASP.NET en Español : http://asp.net.do/foros/
> ======================================
> "Rusty Shackleford" <rd***********@hotmail.com> wrote in message
> news:Wf********************@comcast.com...
>> Is it normal behavior for the aspnet_wp.exe process to exit
>> immediately after starting? This is happening to me without any
>> errors in the application event log. No matter what ASP.Net
>> application I run, I get a Session_End and an Application_End event
>> right after my first page loads. This is some sort of a problem,
>> right?
>>
>> I even get this behavior with the default project created by the
>> Visual Studio "ASP.Net Web Page" wizard. Under what conditions
>> should your session and application end prematurely without any event
>> log notification? I have tried several machine.config settings for
>> the processModel, including the autoConfig option. I am not low on
>> memory.
>>
>> I am using Windows XP Pro, IIS 5.1, .Net framework 2.0.50727
>>
>> -Rusty
>
>



Nov 19 '05 #9

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

Similar topics

1
by: Ravikanth[MVP] | last post by:
Hi There are several things that might cause this. When I've experienced it, usually it was because something had one or more of the files in my project locked. Check to see if you have Index...
1
by: zalbermere | last post by:
I'm running an application under Framework 1.1 on a PDC. I've got Aspnet_wp.exe running under a new account, to which I've given the following rights: a.. Access this computer from the network...
1
by: Dean R. Henderson | last post by:
I have a Windows library that I bind into a Windows Form application and into an ASP.NET Web Application. I have a procedure in the library that executes a DTS Package. I have also used...
5
by: Ken Barrett | last post by:
I apologize in advance for cross-posting, but I have noted that others have experienced similar issues and was hoping that someone could help. Briefly, I am working on an ASP.NET content...
2
by: Akoni | last post by:
Hello, I have written a ASP.NET (C#) front-end that connects to an unmanaged win32 c++ dll. A few problems occur: -I am unable to use the IO stream (write to an event log) from the dll....
4
by: Everett Muniz | last post by:
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...
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 -...
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: 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
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
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...
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...

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.