Re: Session_start not firing in production server



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.



.



Relevant Pages

  • Re: Session_start not firing in production server
    ... doesn't work with my app in the server. ... probably need to put your global.asax.vb file in the APP_CODE folder. ... application in IIS, so that's not the source of the problem... ... It works OK in my development machine, ...
    (microsoft.public.dotnet.framework.aspnet)
  • VB->SQL: Date Format Problem.
    ... which although it worked on my development machine, ... but wasnt accepted by the live server. ... it appears that the SQL code that is called ... I imagine that this is something to do with regional settings or ...
    (microsoft.public.sqlserver.programming)
  • VB->SQL: Date Format Problem.
    ... which although it worked on my development machine, ... but wasnt accepted by the live server. ... it appears that the SQL code that is called ... I imagine that this is something to do with regional settings or ...
    (microsoft.public.vb.database)
  • Re: Error executing .NET app from a network folder
    ... "strongpair.snk" in my development machine. ... network folder. ... I went on and created the same child code group on the host server and ran ...
    (microsoft.public.dotnet.security)
  • Re: Program crashes in msvcrt.dll
    ... It is not necessary for the development machine to be the same os-version as ... and look at the call stack when it crashes. ... > Windows 2003 Server or Windows 2000 Server. ...
    (microsoft.public.vstudio.development)