web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Hosk's Dynamic CRM Blog / How to add a Global.asax fi...

How to add a Global.asax file in Visual Studio 2010

Hosk Profile Picture Hosk

A simple problem I came up agaisn’t today, how to create a Global.asax file.

This global.asax file is an optional file which handles application level events.

I wanted one to set up some variables for my web service (CRM 4) and I wasn’t sure how to add one and I finally worked it out.

Go to the solution explorer -> add new item -> Global application class.

Hey presto you will now have a Global.asax file and a cs file to go with it.


Filed under: .NET, CRM 4

This was originally posted here.

Comments

*This post is locked for comments