View Single Post
  #1 (permalink)  
Old Dec 1st, 2005, 12:24
bwalker bwalker is offline
New Member
Join Date: Nov 2005
Age: 39
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Get Enviroment Variables in HTML page

I have my ConnectionString in my web.config file and can access it through my code behing page easy enought,

Public oSQL AsNew OleDb.OleDbConnection(ConfigurationSettings.AppSet tings("SQLconn"))

but I can't access through the HTML page. I obviously don't want to bring my connectionstring into the HTML code.

Thanks for any assistance,
Bob
Reply With Quote