-
Posted to
IIS7 - General
by
bapo_10@hotmail.com
on
07-16-2009, 11:28 AM
I am struggling with the concepts here:
1/. What is the difference between Application_Start and Application_OnStart in Global.aspx file?
2/. What IIS actions cause these voids to fire - is there a difference?
The same is true of the following
3/. What is the difference between Application_End and Application_OnEnd in ...
-
Posted to
IIS7 - Publishing
by
bapo_10@hotmail.com
on
07-14-2009, 11:02 AM
Ok - Thanks I'll check it out.
So if I understand correct the application domain is being shut down (Which I think I catch in Application_End), and won't come up again until a page is hit?
-
Posted to
IIS7 - Publishing
by
bapo_10@hotmail.com
on
07-14-2009, 10:30 AM
Thanks for the response. Yes I've been looking at this and it appears that it is idle and they are shutting it down after this time period.
Do you know is there a way to schedule a job on the server to do a similar thing to a ping. I was hoping to keep a third machine out of it. this is the reason I wrote it as a web site (my physical ...
-
Posted to
IIS7 - Publishing
by
bapo_10@hotmail.com
on
07-14-2009, 9:32 AM
So i try again and hopefully understand a little more.
Problem: My application sits in shared web space. My web service provider is re-cycling the application every 20 Minutes or so - viz/.
HostingEnvironment initiated shutdown HostingEnvironment caused shutdown at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at ...
-
Posted to
IIS7 - Extensibility
by
bapo_10@hotmail.com
on
07-12-2009, 6:39 AM
thankyou - I'll try it
-
Posted to
IIS7 - Extensibility
by
bapo_10@hotmail.com
on
07-11-2009, 2:42 AM
I have a web site that operates in on a shared hosting server running IIS 7.x.
My provider insists on cycling the app pool and indeed on IIs shutdown and restart from time to time.
My application is logged in 24 * 7 to a third party server.
I have a gloabl.asax file that needs fired when the web server (IIS), is cycled and ...
-
Posted to
IIS7 - Publishing
by
bapo_10@hotmail.com
on
07-08-2009, 2:09 AM
Thanks for the response I implemented the AsyncPostBackTimeout. I'm a bit of a novice at this stuff but if I include something like the following where updateCatchLog is a link to my database of c# caught errors - is this a way of clearing and recording the error. I'm finding it difficult to test because the errors come infrequently. Any ...
-
Posted to
IIS7 - Publishing
by
bapo_10@hotmail.com
on
07-01-2009, 4:11 AM
I have my web site up and running. It has debug enabled (I know I shouldn't - but it has), When I connect over a slow connection the system timesout and hangs the application (code behind no longer executes even on re-entry to the site).
The specific error is line 513Sys.Webforms.PagerequestmanagerTimeOutexception: TheServer ...
-
Posted to
IIS7 - Publishing
by
bapo_10@hotmail.com
on
06-28-2009, 5:40 PM
Yes I have quizzed them along these lines - thankyou for the possible cause.
-
Posted to
IIS7 - Publishing
by
bapo_10@hotmail.com
on
06-27-2009, 7:05 PM
I have written an application using ASP.NET 3.5, XP and IIS 5. The application runs fine on my local machine. I can connect to the app - the worker process fires up and I am able to open as many IE browsers against it as I wish. I can close them - open them at will and the application behaves as if I am connecting to one instance ...