Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Global.asax file
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Global.asax file
Divers
Thread ID:
00694438
Message ID:
00694438
Vues:
49
I've been reading the docs on the Global.asax file and, according to what I've read, I should be able to add/create objects that are available to my application and web pages (they call them "Server-Side Object Tags"). The syntax is:
<object id="MyObjectName" runat="server" scope="application" class="DotNetClassName" />
Where does this go in the Global.asax? I've tried putting it in several different places but the compiler chokes on it. I'm assuming Global.asax is the same as Global.asax.cs. Do I have to preface this somehow?
-Paul

RCS Solutions, Inc.
Blog
Twitter
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform