I am new to this newsgroup & to .NET in general. I have been playing around
with Visual Studio .NET, building and rendering web pages using VB "code
behind" files. My problem / question is;
How do I ensure that changes made to the "Global.asax.vb " file are
immediately reflected in the "Global.asa x" file? After I change to the
"Global.asax.vb " file, the "Global.asa x" file date modified does not change
and I do not see the updated values in the rendered web page.
Thanks, Steve
with Visual Studio .NET, building and rendering web pages using VB "code
behind" files. My problem / question is;
How do I ensure that changes made to the "Global.asax.vb " file are
immediately reflected in the "Global.asa x" file? After I change to the
"Global.asax.vb " file, the "Global.asa x" file date modified does not change
and I do not see the updated values in the rendered web page.
Thanks, Steve
Comment