Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using namespace in virtual directory(sub-dir)

Status
Not open for further replies.

schwank

Programmer
Sep 16, 2002
9
US
I have an application with a two virtual directories... one parent directory for anon access, and a sub directory set up as a virtual dir in IIS for purposes of Forms Authentication.

Only problem is, my SQL ConnString is stored as a global var in the global.asax file of the parent...

no matter what i seem to do, the subdirectory cannot find this string, even though it shows up in the Object Browser.

do I have to duplicate this info in the global.asax of the sub directory, or is there some way I can access the parent variables?

thanks.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top