How to store connection string in global.asax file and web.config file using c#
C#
1
Posts
1
Posters
0
Views
1
Watching
-
- How to store "connection string" in global.asax file and web.config file using c#? 2) How to get that "connection string" from web.config file and global.asax file to My web application? 3)Where i have to call that connection string on My web application and how i call to that connection from My web application..?
CheeN