Global Application variables
Date: Mon, 15 Mar 2004 19:36:08 -0800
In ASP I can place the global.asa file in the root of the website. On startup, the file is only run once.
In dot Net, there is a global.asax file in each virtual/project, each of which get executed when the virtual is accessed. How can I set up a similar situation as in ASP, where I can have the Application variables set at startup of the website.
Thanks and regards,
Relevant Pages
- Using one file to set all application variables
... How can I set up a similar situation as in ASP, where I can have the Application variables set at startup of the website. ... (microsoft.public.dotnet.framework.aspnet) - Converting ASP site to .NET
... existing personal website to .NET from classic ASP. ... I'm assuming I want my aspx files in the root of my site in the same ... Previously I had my server set up so that the root folder of my web was ... (microsoft.public.dotnet.general) - Re: Forcing ASP.NET 1.1 isnt working
... Since the home page was asp (unmanaged code), ... the website require access to the 2.0 framework directory. ... (and without reconfiguring any existing apps to run under ASP.NET 2.0). ... (microsoft.public.dotnet.framework.aspnet) - Re: Manually Configure site for ASP .NET 2 - Revisited
... but with Windows XP x64 Edition. ... Configuring web site http//localhost/DotNetNuke to ASP .NET 2.0 failed. ... devices", I have created a website, but as soon as I carry out the last ... (microsoft.public.dotnet.framework.aspnet) - Re: Programmer reluctant to move to .NET
... Aside from other issues that have been addressed nobody said anything -- ... government has gotten serious about compelling website publishers to make ... What benefits could I really expect from moving from ASP to .NET? ... I would like to know what problems/issues are involved in moving from ... (microsoft.public.dotnet.general) |
|