Global.asax

Y

Yummy

What is the use of the file "Global.asax" for ASP.Net when I have created a
web service(ASP.Net) in VS.Net ?

How can I implement some public global variables for ASP.Net pls ? The case
is just like module.vb in VB.Net.

Thanks.
 
B

Brock Allen

You can still create a module in a VB.NET webservice. And just so you know
the man behind the curtain, a module in VB.NET is really just a class with
all Shared methods, properties and fields.

-Brock
DevelopMentor
http://staff.develop.com/ballen
 

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

Top