Oct 5, 2008 #1 technisup Programmer Joined Sep 28, 2007 Messages 41 Location US Hi, On ASP 3.0 I was able to create a file conn.vbs where the connection string lines to the db resides in, how can i do the same on ASP.Net? The reason of this is to avoid modify the line in only one file instead of do it in several web pages.
Hi, On ASP 3.0 I was able to create a file conn.vbs where the connection string lines to the db resides in, how can i do the same on ASP.Net? The reason of this is to avoid modify the line in only one file instead of do it in several web pages.
Oct 5, 2008 #2 jmeckley Programmer Joined Jul 15, 2002 Messages 5,269 Location US use the web.config file and set the connection string node. for more assistance use google. Jason Meckley Programmer Specialty Bakers, Inc. Upvote 0 Downvote
use the web.config file and set the connection string node. for more assistance use google. Jason Meckley Programmer Specialty Bakers, Inc.