You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're using WebDeploy to publish your site from Visual Studio, the entire App_Plugins folder will be copied to the server, no questions asked. This means that the configuration will be overwritten.
The PageNotFoundManager.config file should go either in App_Data or the Config folder, not in App_Plugins
The text was updated successfully, but these errors were encountered:
If you're using WebDeploy to publish your site from Visual Studio, the entire App_Plugins folder will be copied to the server, no questions asked. This means that the configuration will be overwritten.
The PageNotFoundManager.config file should go either in App_Data or the Config folder, not in App_Plugins
The text was updated successfully, but these errors were encountered: