Hello.
The global.asax is located at the web site's root directory level (in
the same repository as the web.config).
However, this file is not present by default if I remember correctly.
You have to add it explicitely into your solution
Click right button on your solution, from your VS2005 solution
explorer, then click on add new element.
You may find the file global.asax to add.
HTH
Jordan
somoza.albert@gmail.com - 15 Aug 2007 11:21 GMT
On Aug 15, 2:29 am, jordan.hou...@gmail.com wrote:
> Hello.
>
[quoted text clipped - 9 lines]
> HTH
> Jordan
That's it Jordan, thanks.