开发者

How to make use of RIA Services App.config files (without copying settings to web.config)

开发者 https://www.devze.com 2023-01-18 15:55 出处:网络
Even though I link my web-app with my RIA Services.web library, the App.config setting files are never used and I always need to copy the module settings 开发者_JS百科manually to my web.config.

Even though I link my web-app with my RIA Services.web library, the App.config setting files are never used and I always need to copy the module settings 开发者_JS百科manually to my web.config.

Am I doing something wrong? Should the App.config file be recognised and automatically loaded?


You're not doing anything wrong. Configuration settings in app.config files that are part of loaded assemblies will not be loaded by your web application.

0

精彩评论

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

关注公众号