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 code that cause problem w/ IIS 6.0 isolation

 
   Web Hosting and Web Master Forums (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:   
Related Topics:
Low Vs Medium Application Isolation - Hello All, I'm working on a ASP web project that uses VB.NET middle tier components, CCW is used for interop. My application works fine if I set the IIS Application Protection property for the virtual directory to LOW but throws up an error with a rando...

IIS is not processing my asp.net code - My asp.net code doesn't get executed by IIS. My file is saved with .aspx extension. When i do a view source, all the vb code is displayed. This shouldn't be visible if the server is processing the code, only the HTML should be displayed. How do i ge...

Permission Denied using MS code - I used the following code from MSDN. Set objMail = CreateObject("CDONTS.Newmail") objMail.From = "rob@here.com" objMail.To = "jdr@there.com" objMail.Subject = "Bad News" objMail.Body = "I owe you 50" obj...

ASP CODE IS STOPPING IIS SERVICE DEAD - Im running some pretty straight forward code. Mainly database access (SQL7) doing inserts and sometimes when the script runs it halts the IIS service dead in its tracks. Before the page can even finish loading. the error seems to be caused when i..

Error code 59 ( W3SVC failed ) - I cannot connect to my server using Internet explorer. The server I am trying to connect to has the error codes 59 and 36? I am trying to configure print services on the server and need to browse to them through IE .. If you know of a fix for this....
   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 ]