开发者

Does Webconfig in asp.net is same for Multiple Users or diffrent?

Does Webconfig in asp.net is same for Multip开发者_JS百科le Users or diffrent?


The settings in web.config apply to the entire web application and are therefore global to all users of the site.


Web.config acts as a central location for storing the information to be accessed by web pages.

Ex:Connection String stored in Web.config.It can be accessed in all pages. If the connection string changes its just a matter of changing it at one place.

It is same for Multiple user.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜