Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

ASP code that cause problem w/ IIS 6.0 isolation

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  FORM POST problem  
Author Message
nospam95

External


Since: Sep 23, 2003
Posts: 8



(Msg. 1) Posted: Tue Sep 23, 2003 2:37 pm
Post subject: ASP code that cause problem w/ IIS 6.0 isolation
Archived from groups: microsoft>public>inetserver>iis (more info?)

Does anyone know of any specific code written in ASP will cause IIS 6
running in native WP isolation mode to freak out?

MS Engineer (in private news group) confirm that some ASP code will not run
in IIS6 WP isolation and I must switch to IIS5.0 isolation. However, they
weren't able to tell me exactly what will cause this problem.

 >> Stay informed about: ASP code that cause problem w/ IIS 6.0 isolation 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Tue Sep 23, 2003 5:28 pm
Post subject: Re: ASP code that cause problem w/ IIS 6.0 isolation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In general, it is not IIS6 that is "freaking out" when running in native WP
isolation Mode -- it is the Application that is "freaking out" when running
in native WP isolation Mode.

The usual cause of applications "freaking out" on IIS6 is due to:
- State -- IIS6 proactively recycles its applications, and if ASP
applications do not manage their Session/state correctly to survive such a
recycle, the application will lose its state on the recycle and completely
freak out.
- Timeout -- IIS6 also proactively idle-timeouts applications, and if ASP
application expect a longer session timeout than this idle timeout, the
application can break.

In other words, IIS5 can keep the ASP application loaded in memory until it
ate up all system resources. IIS6 will step in and prevent that from
happening, but the side effect is that your applications have to gracefully
survive a recycle... something that never happened on IIS5.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Frank" <nospam.RemoveThis@nospam.org> wrote in message
news:eXnMjGggDHA.1648@TK2MSFTNGP09.phx.gbl...
Does anyone know of any specific code written in ASP will cause IIS 6
running in native WP isolation mode to freak out?

MS Engineer (in private news group) confirm that some ASP code will not run
in IIS6 WP isolation and I must switch to IIS5.0 isolation. However, they
weren't able to tell me exactly what will cause this problem.

 >> Stay informed about: ASP code that cause problem w/ IIS 6.0 isolation 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (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 ]