문제

If I put configuration settings (like membership provider) DB Connnection, etc. in the "machine.config", and remove the "web.config" file from my current application, will my application work without any trouble? Is it an accepted practice in .NET?

도움이 되었습니까?

해결책

You can do this but you need to be careful that all apps hosted on the server either comply or override the behaviour.

Here is an article that may help you: http://odetocode.com/Articles/427.aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top