Re: Session_start not firing in production server
- From: "George Ter-Saakov" <gt-nsp@xxxxxxxxxxx>
- Date: Thu, 1 Feb 2007 14:19:11 -0500
In order Global.asax to work you must create an application.
In IIS Managment console right click on your folder and you will see
"Create" next to "Application Name"
On your develoment machine VS does it automaticly when you creating project
George.
"Alex" <alekz77@xxxxxxxxxxx> wrote in message
news:u5PapGhRHHA.1208@xxxxxxxxxxxxxxxxxxxxxxx
Hello All,
I'm having a problem with global.asax file. The session_start method of
globals.asax.vb is not firing in my project when I copy the files to a
production server. It works OK in my development machine, which has VS2005
on Windows XP SP2.
The production server is a Windows 2000 Server SP4. (Almost a fresh
install, only with .NET FWK 2.0).
I configured a new site in IIS5. Then I compiled the application in the
development machine and copied ALL the files (including the /bin folder)
to the server.
I've checked the global.asax file by putting a breakpoint in the
session_start method and it get hit while debugging (always in MY comp).
Then I removed all the code for testing purposes and left only this:
Sub Session_Start(ByVal sender as object, ByVal e as EventArgs)
Throw New Exception("HEEEELLLOOOOOOO")
End Sub
The server doesn't stop at the exception, so no code is being called. (I
didn't use Diagnostics.EventLog since I had security permissions to
configure and this was a bit quicker to test)
My question is, are there any changes that need to be made in order for
this to work?
I tried these already:
. Changing the compile options of the global.asax (the default is
"Content", and I used "Embedded resource", then changed it back since it
didn't solve my problem).
. Restarting IIS after running
"%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i"
Any suggestions are welcome.
Thanks
__________________
Alejandro
+ Info: The development machine has also "Microsoft visual studio 2005 Web
Application Projects" installed.
.
- Follow-Ups:
- References:
- Prev by Date: Re: Microsoft Word 10.0 Object Library
- Next by Date: Re: Deleting rows from an unbound gridview
- Previous by thread: Re: Session_start not firing in production server
- Next by thread: Re: Session_start not firing in production server
- Index(es):
Relevant Pages
|