App domain restarts when .resx file changes. Any way to avoid this?

后端 未结 2 1177
忘了有多久
忘了有多久 2021-01-03 10:45

I have an ASP.NET app with many .resx (resource) files used for localized user controls and pages.

We would like these files to be editable on-the-fly.

Howev

2条回答
  •  庸人自扰
    2021-01-03 11:06

    This blog post should help you out. I suspect its this:

    The number of re-compilations (aspx, ascx or asax) exceeds the limit specified by the setting in machine.config or web.config (by default this is set to 15)

提交回复
热议问题