Multiple Global.asax files

jsandoval

Active member
Joined
Dec 27, 2004
Messages
28
Location
Denver
Programming Experience
10+
I have multiple global.asax files which contain an application variable which identifies an AS/400 library used in my SQL's. Each global file designates either a TEST library, Demo library or Production library. When I have deployed the application to the respective servers I change the global.aspx file code to indicate the desired Global.aspx.vb file I want it to use (GlobalTest.aspx.vb, GlobalDemo.aspx.vb, GlobalProd.aspx.vb).

This has proven unfruitful. So I have either take the wrong approch or this is not doable with .NET.

If anyone can advise me I would be appreciative.
 
Back
Top