Saturday, 31 May 2014

How to add Global.asax in Visual Studio 2012

This question and this post talks about Global.asax template missing in Visual Studio 2012. I have a similar problem in Visual Studio 2012. What you can do is download the default template of Global.asax file and add it to the project. Simply download and copy it to the project. Then choose right click “Add Existing”, select the two files and you are done.

Global.asax download

Make sure you change the namespace in this file to what you are using in your project.





That’s it!!…..Happy Programming...

No comments:

Post a Comment