Global.asax

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm handling application level errors in Global.asax file. When I move my
project to production, do I need to move Global.asax.cs file to? or the
project.dll in bin folder takes care of it?

Thnx
 
You don't need to copy over any source code (*.cs) files to the server.
Their code is compiled into the project DLL.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Sometimes you eat the elephant.
Sometimes the elephant eats you.
 
Back
Top