global.asax in Web Application

  • Thread starter Thread starter Poggs
  • Start date Start date
P

Poggs

Where do you put Global.asax methods in the web application?

Can't seem to Add Global.asax in web application projects..
 
Poggs said:
Where do you put Global.asax methods in the web application?

Can't seem to Add Global.asax in web application projects..
Yes you can . Add New Item --> global application class.
 
Back
Top