473,545 Members | 1,310 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Changing "Global.asa x" file...

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
Nov 21 '05 #1
2 3692

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

Saber S.
----- Original Message -----
From: "Steve" <sj****@hotmail .com>
Newsgroups: microsoft.publi c.dotnet.langua ges.vb
Sent: Tuesday, July 19, 2005 11:14 PM
Subject: Changing "Global.asa x" file...

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

--
Saber S.
"Steve" <sj****@hotmail .com> wrote in message
news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..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

Nov 21 '05 #2
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.asa x".

Many thanks for the quick assist.

Steve

"Saber >AT" <saber[-<-]oxin.ir> wrote in message
news:Og******** *****@tk2msftng p13.phx.gbl...

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

Saber S.
----- Original Message -----
From: "Steve" <sj****@hotmail .com>
Newsgroups: microsoft.publi c.dotnet.langua ges.vb
Sent: Tuesday, July 19, 2005 11:14 PM
Subject: Changing "Global.asa x" file...

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


--
Saber S.
"Steve" <sj****@hotmail .com> wrote in message
news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..
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


Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
2677
by: Lyn | last post by:
Hi and Season's Greetings to all. I have a question regarding the use of a qualifier word "Global". I cannot find any reference to this in Access help, nor in books or on the Internet. "Global" seems to be recognised by Access in at least three cases:- 1) "Global Const". Recently someone in this group helped me resolve a problem, and it...
5
3482
by: j | last post by:
Anyone here feel that "global variables" is misleading for variables whose scope is file scope? "global" seems to imply global visibility, while this isn't true for variables whose scope is file scope. If you have a variable whose scope is file scope in another translation unit, you have to provide a local declaration to access that variable...
9
2477
by: Javaman59 | last post by:
I saw in a recent post the :: operator used to reach the global namespace, as in global::MyNamespace I hadn't seen this before, so looked it up in MSDN, which explained it nicely. My question is, do "global" and "::" always go together? Is there any other use for these operators, than as a pair? TIA,
1
1725
by: Jay | last post by:
I'm installing one of my dlls to the GAC but no matter what attribute I try, the name that shows up in explorer under global assembly name is always just the name of my assembly file. Is there a way to use a short filename but have the fully-qualified assembly name show up in the gac? -- Regards, Jay A. Ritchie
4
3526
by: BB | last post by:
Hello all, I might be missing something here, but am trying to understand the difference between using application-level variables--i.e. Application("MyVar")--and global variables--i.e. public myVar as string, etc. It seems to me that the scope and duration are the same, as they both are there while the application is running, and both go away...
3
3928
by: Pierre | last post by:
Hello, In an aspx page (mypage.aspx) from a web projet, I would like to get the value of a variable of the projet that is declared as public in a module. The variable can be called from anywhere in the code behind page and in the class files, but when I try to call it from an aspx page, it raises an error. <%=myvar%> in mypage.aspx...
3
2174
by: Ernesto | last post by:
Within the scope of one Python file (say myFile.py), I'd like to print a message on ANY exception that occurs in THAT file, dependent on a condition. Here's the pseudocode: if anyExceptionOccurs(): if myCondition: print "Here's my global exception message"
1
12452
by: NachosRancheros | last post by:
Ok so I just started to program with Python about a week ago and I am trying to make a program that will take the path of a file and a shortcut command and save it to a text file. Eventually I want to have a little command line box that sits on the desktop that I can execute those commands from but that is for another day. At the moment I am just...
4
5907
by: =?Utf-8?B?QWxleCBNdW5r?= | last post by:
My Web application is developed in C# Visual Studio 2005 Professional. After deploying the application to the production server I am getting the following error: <%@ Application Codebehind="Global.asax.cs" Inherits="WebApplication.Global" Language="C#" %> I found numerous references to this problem on the web and tried what seems like a...
0
7457
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7802
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7410
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7746
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5320
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3443
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1869
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1010
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
693
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.