Changing "Global.asax" file...

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

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.asax" file? After I change to the
"Global.asax.vb" file, the "Global.asax" file date modified does not change
and I do not see the updated values in the rendered web page.

Thanks, Steve
 
Re-Build your solution.
You should compile your project to update changes in the .vb files.

Saber S.
----- Original Message -----
From: "Steve" <[email protected]>
Newsgroups: microsoft.public.dotnet.languages.vb
Sent: Tuesday, July 19, 2005 11:14 PM
Subject: Changing "Global.asax" file...
 
Yes, of course. I was trying to edit the "Global.asax.vb" file by opening it
directly instead of opening the project file & then selecting "Global.asax".

Many thanks for the quick assist.

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top