Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

ASP Pages running under ASPNET_WP worker process

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS Fails Intermittently  
Author Message
Pete

External


Since: Feb 05, 2005
Posts: 9



(Msg. 1) Posted: Mon Apr 04, 2005 5:53 am
Post subject: ASP Pages running under ASPNET_WP worker process
Archived from groups: microsoft>public>inetserver>iis (more info?)

Is it possible to run ASP pages under the ASPNET_WP.exe worker process
instead of the DLLHost worker process and what do I need to do to accomplish
this

 >> Stay informed about: ASP Pages running under ASPNET_WP worker process 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Mon Apr 04, 2005 9:01 am
Post subject: Re: ASP Pages running under ASPNET_WP worker process [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Pete" <Pete RemoveThis @discussions.microsoft.com> wrote in message
news:375CDB68-96E8-4A53-A08C-B192A9A4279B@microsoft.com...
 > Is it possible to run ASP pages under the ASPNET_WP.exe worker process
 > instead of the DLLHost worker process and what do I need to do to
accomplish
 > this

Why would you want to do that?

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a>
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: ASP Pages running under ASPNET_WP worker process 
Back to top
Login to vote
Pete

External


Since: Feb 05, 2005
Posts: 9



(Msg. 3) Posted: Mon Apr 04, 2005 9:01 am
Post subject: Re: ASP Pages running under ASPNET_WP worker process [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If a standard ASP page would run under the same worker process as ASP.net
pages then wouldn't they be able to share a session. the reason I ask is we
are about to re write our entrire site to asp.net and it would preffer to do
this in stages.

but as there are many entry and exit points on the site transfering the
sessions to sql would require a great deal of work. but if they could share
the inprocess session then we could transfer the whole site over and update
gradually.

"Tom Kaminski [MVP]" wrote:

 > "Pete" <Pete DeleteThis @discussions.microsoft.com> wrote in message
 > news:375CDB68-96E8-4A53-A08C-B192A9A4279B@microsoft.com...
  > > Is it possible to run ASP pages under the ASPNET_WP.exe worker process
  > > instead of the DLLHost worker process and what do I need to do to
 > accomplish
  > > this
 >
 > Why would you want to do that?
 >
 > --
 > Tom Kaminski IIS MVP
<font color=purple> > <a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/</font" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/</font" target="_blank">http://mvp.support.microsoft.com/</font</a>>
 > <a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP Pages running under ASPNET_WP worker process 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 4) Posted: Mon Apr 04, 2005 10:35 am
Post subject: Re: ASP Pages running under ASPNET_WP worker process [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Just because they are running in the same process doesn't mean that the
routines that each DLL uses to setup, configure and access the session store
is the same. The ASP.NET session state store is different to the ASP session
state store.

I believe Egbert Nierop has a component that can do this (allow ASP and
ASP.NET to share a single session store) for your migration period,

Cheers
Ken

--
Blog: www.adopenstatic.com/cs/blogs/ken/
Web: www.adopenstatic.com


"Pete" <Pete DeleteThis @discussions.microsoft.com> wrote in message
news:C6697B33-ED41-4D8A-B63E-F6BD5CEA079B@microsoft.com...
: If a standard ASP page would run under the same worker process as ASP.net
: pages then wouldn't they be able to share a session. the reason I ask is
we
: are about to re write our entrire site to asp.net and it would preffer to
do
: this in stages.
:
: but as there are many entry and exit points on the site transfering the
: sessions to sql would require a great deal of work. but if they could
share
: the inprocess session then we could transfer the whole site over and
update
: gradually.
:
: "Tom Kaminski [MVP]" wrote:
:
: > "Pete" <Pete DeleteThis @discussions.microsoft.com> wrote in message
: > news:375CDB68-96E8-4A53-A08C-B192A9A4279B@microsoft.com...
: > > Is it possible to run ASP pages under the ASPNET_WP.exe worker process
: > > instead of the DLLHost worker process and what do I need to do to
: > accomplish
: > > this
: >
: > Why would you want to do that?
: >
: > --
: > Tom Kaminski IIS MVP
: > http://www.microsoft.com/windowsserver2003/community/centers/iis/
: > http://mvp.support.microsoft.com/
: > http://www.iistoolshed.com/ - tools, scripts, and utilities for running
IIS
: >
: >
: >
 >> Stay informed about: ASP Pages running under ASPNET_WP worker process 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
ASP worker process only running at 50% cpu - We have just set up a new server running Windows Server 2003 (IIS 6) and have an asp web app that kicks off threaded processes. The problem I'm having is that the process (running under w3wp.exe and user IWAM_MachineName which is a member of IIS_WPG...

IIS 6.0 cgi process not running as same user as worker pro.. - Hi list, I've set up an application pool to run as a specific user which I set up properly (member of IIS_WPG, relevant security policy, relevant NTFS permissions, etc). When I run a Perl CGI in this application pool, the w3wp process runs as my user,...

Performance problems IIS 6.0 running in IIS 5 (Isolation M.. - Hi, I have setup a IIS 6 server and I'm in the process of moving some ASP applications that were hosted on a server running IIS 5. The ASP applications are requesting data from an Oracle database hosted on a separate machine. When the IIS 6 server is....

IIS 5.0 aspnet_wp.exe process is using 100% CPU - Hi, I have an IIS State dump below. The aspnet_wp.exe process is using 100% intermittently. Opened log file 'C:\iisstate\output\IISState-3592.log' *********************** Starting new log output IISState version 3.3.1 Mon Jul 12 13:16:13 2004 OS =....

iisstate log,aspnet_wp process autorestart! - Can someone please help me to locate the problem. I have iis5.0 + win2k server + .net framework 1.1.4322.2032 in my application event log ,there is log below: Event Type: Error Event Source: .NET Runtime User: N/A Computer: COMPUTERNAME Description: The...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]