R
Roy Chastain
I have a very simple Global.asax file (this is my first ASP.Net stuff). I would like it to work the way that the old Global.asa
worked in that I have only 1 file and it compiles when it changes and the Application restarts.
I have copied the file to the virtual directory of the application on the web server. IIS does not seem to know that it is there.
I have even restarted IIS. Still does not seem to know the file is there.
Where would I see compile errors for that file?
This is all on a Win2003 server.
Thanks
worked in that I have only 1 file and it compiles when it changes and the Application restarts.
I have copied the file to the virtual directory of the application on the web server. IIS does not seem to know that it is there.
I have even restarted IIS. Still does not seem to know the file is there.
Where would I see compile errors for that file?
This is all on a Win2003 server.
Thanks