There are number of important settings that can be stored in the configuration file. Here are some of the most frequently used configurations, stored conveniently inside Web.config file..
1.Database connections.
2.Session States
3.Error Handling (CustomError Page Settings.)
4.Security (Authentication modes)
What is the best place to store Database connection string?
In Web.Config, you would add a key to the AppSettings Section:
No comments:
Post a Comment