473,490 Members | 2,487 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Global.aspx in VS 2005

I need to add some code to the Global.aspx file in the ASP.Net 2.0 project
but I don't find and adding a module with such name doesn't give me the
events that I need

Thank you,
Samuel

Oct 23 '06 #1
6 1846
Sorry, the correct extension is .asax
Samuel

"Samuel Shulman" <sa************@ntlworld.comwrote in message
news:Oa**************@TK2MSFTNGP02.phx.gbl...
>I need to add some code to the Global.aspx file in the ASP.Net 2.0 project
but I don't find and adding a module with such name doesn't give me the
events that I need

Thank you,
Samuel

Oct 23 '06 #2
Samuel,

What, exactly, is your problem ?

What do you want to accomplish ?
How did you try to do it ?


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Samuel Shulman" <sa************@ntlworld.comwrote in message
news:eV**************@TK2MSFTNGP03.phx.gbl...
Sorry, the correct extension is .asax
Samuel

"Samuel Shulman" <sa************@ntlworld.comwrote in message
news:Oa**************@TK2MSFTNGP02.phx.gbl...
>>I need to add some code to the Global.aspx file in the ASP.Net 2.0 project but I don't find and
adding a module with such name doesn't give me the events that I need

Thank you,
Samuel


Oct 23 '06 #3
It's ok I wanted to implement some the Application's events
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
Samuel,

What, exactly, is your problem ?

What do you want to accomplish ?
How did you try to do it ?


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Samuel Shulman" <sa************@ntlworld.comwrote in message
news:eV**************@TK2MSFTNGP03.phx.gbl...
>Sorry, the correct extension is .asax
Samuel

"Samuel Shulman" <sa************@ntlworld.comwrote in message
news:Oa**************@TK2MSFTNGP02.phx.gbl...
>>>I need to add some code to the Global.aspx file in the ASP.Net 2.0
project but I don't find and adding a module with such name doesn't give
me the events that I need

Thank you,
Samuel



Oct 23 '06 #4
Were you able to, finally ?

If not, post the failing code so we can take a look at it and suggest alternate coding.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Samuel Shulman" <sa************@ntlworld.comwrote in message
news:uA**************@TK2MSFTNGP02.phx.gbl...
It's ok I wanted to implement some the Application's events
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
>Samuel,

What, exactly, is your problem ?

What do you want to accomplish ?
How did you try to do it ?


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Samuel Shulman" <sa************@ntlworld.comwrote in message
news:eV**************@TK2MSFTNGP03.phx.gbl...
>>Sorry, the correct extension is .asax
Samuel

"Samuel Shulman" <sa************@ntlworld.comwrote in message
news:Oa**************@TK2MSFTNGP02.phx.gbl...
I need to add some code to the Global.aspx file in the ASP.Net 2.0 project but I don't find and
adding a module with such name doesn't give me the events that I need

Thank you,
Samuel





Oct 23 '06 #5
From the Solution Explorer, right click on the web site and select Add New
Item. Then choose 'Global Application Class'.

"Samuel Shulman" <sa************@ntlworld.comwrote in message
news:Oa**************@TK2MSFTNGP02.phx.gbl...
I need to add some code to the Global.aspx file in the ASP.Net 2.0 project
but I don't find and adding a module with such name doesn't give me the
events that I need

Thank you,
Samuel

Oct 23 '06 #6
It's |OK now
thank you
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:u8**************@TK2MSFTNGP04.phx.gbl...
Were you able to, finally ?

If not, post the failing code so we can take a look at it and suggest
alternate coding.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Samuel Shulman" <sa************@ntlworld.comwrote in message
news:uA**************@TK2MSFTNGP02.phx.gbl...
>It's ok I wanted to implement some the Application's events
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
>>Samuel,

What, exactly, is your problem ?

What do you want to accomplish ?
How did you try to do it ?


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Samuel Shulman" <sa************@ntlworld.comwrote in message
news:eV**************@TK2MSFTNGP03.phx.gbl...
Sorry, the correct extension is .asax
Samuel

"Samuel Shulman" <sa************@ntlworld.comwrote in message
news:Oa**************@TK2MSFTNGP02.phx.gbl...
>I need to add some code to the Global.aspx file in the ASP.Net 2.0
>project but I don't find and adding a module with such name doesn't
>give me the events that I need
>
Thank you,
Samuel
>
>
>




Oct 24 '06 #7

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

Similar topics

1
265
by: fd123456 | last post by:
Hi Tom, I have just read your previous message about not having VS. I have never tried compiling anything without it, so I don't know the particular pitfalls you might encounter. Global.asax...
7
5200
by: Ankit Aneja | last post by:
I put the code for url rewrite in my Application_BeginRequest on global.ascx some .aspx pages are in root ,some in folder named admin and some in folder named user aspx pages which are in user...
8
5664
by: Thomas Coleman | last post by:
Ok, I've obviously discovered that Global.aspx has been completely changed in ..NET 2.0. However, I haven't figured out how to declare a constant that's available to any page in my application...
5
14975
by: ad | last post by:
The Global.asax is code-inside with default. How to change Global.asax to code-behind?
4
4208
by: Mark Olbert | last post by:
I have several ASP.NET 1.1 websites where I centralized a read-only dataset (i.e., one which no web page ever changed) and its associated SqlDataAdapters. In 2.0 I noticed that the Global.asax...
16
3192
by: Roman Ziak | last post by:
Hello, there were times when I used to be looking for a way to access JavaScript Global object similar to those found in VBScript or PHP ($GLOBALS). At present this has only academic value for...
4
9001
by: Hardy Wang | last post by:
Hi all, In order to solve code-behind of global.asax problem, I removed the code from global.asax, and just leave one line "<%@ Application Language="C#" Inherits="Global"%>" in this file. Then I...
4
3015
by: Al Santino | last post by:
Hello, I've created a simple C# web services project using Visual Studio 2005. My service compiles and runs correctly when called by remote clients. I'm able to step through the service in the...
8
13172
by: Rob T | last post by:
When I was using VS2003, I was able to compile my asp.net project locally on my machine and copy it to the production server and it would run just fine. I've now converted to VS2005. The project...
4
10246
by: Joe | last post by:
Hello all! I added a Global.asax to my application. I'm using the Application_BeginRequest event. Everything works fine in my development enviorment but when I publish the web site the...
0
6974
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7183
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...
1
6852
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...
0
5448
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4878
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...
0
4573
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3074
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1389
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 ...
0
277
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...

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.