Oct 5, 2008 #1 technisup Programmer Sep 28, 2007 41 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 Jul 15, 2002 5,269 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.