开发者

Web.Config transformations in the debugger

开发者 https://www.devze.com 2022-12-17 04:37 出处:网络
When you run an application in the debugger, it appears to not apply the transf开发者_StackOverflow中文版ormations to the web.config based on your build selection.Is this the case or am I missing some

When you run an application in the debugger, it appears to not apply the transf开发者_StackOverflow中文版ormations to the web.config based on your build selection. Is this the case or am I missing something? It appears to be working just fine if I publish to local IIS, just does not seem to work in the debugger.


after saving the web.config changes then applying full refresh "ctrl + F5" (actually not always required) to the browser you are suppose to get the effect of the changes.

also check the existance of:

<compilation debug="true">

in the web.config file.

0

精彩评论

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

关注公众号