Re: Application_Start event in Global.asax doesnt start?
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Thu, 18 Oct 2007 17:35:01 -0400
re:
!> I do the following:
!> 1. IISReset.
!> 2. Deploy application files.
!> 3. Start http://localhost/default.aspx
Try this order :
1. Deploy application files.
2. IISReset
3. Start http://localhost/default.aspx
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/
======================================
<gamesforums@xxxxxxxxxxx> wrote in message news:1192740334.006158.187250@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi! I have some code within the Application_Start event in Global.asax
that runs a sqlscript against my sql server to check the
databasversion. My problem is that sometimes the Application_Start
event doesnt fire, it skips it and goes directly to my default.aspx
file.
I do the following:
1. IISReset.
2. Deploy application files.
3. Start http://localhost/default.aspx
Sometimes the Application_Start is fired, other times it doesnt. Ihave
seen that this more often do happen in my production environment(IIS
6.0, Windows Server 2003) than on my developer machine.
Any ideas?
Regards... Mcad
.
- References:
- Application_Start event in Global.asax doesnt start?
- From: gamesforums
- Application_Start event in Global.asax doesnt start?
- Prev by Date: listing users by profile values
- Next by Date: Re: Image Hyperlink Targets
- Previous by thread: Application_Start event in Global.asax doesnt start?
- Next by thread: RE: LinkButton & Hyperlink
- Index(es):