Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't store configuration in the App_Plugins folder #8

Open
arknu opened this issue Jun 23, 2016 · 3 comments
Open

Don't store configuration in the App_Plugins folder #8

arknu opened this issue Jun 23, 2016 · 3 comments

Comments

@arknu
Copy link

arknu commented Jun 23, 2016

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

@TimGeyssens
Copy link
Owner

Ah good catch, will update

@PhilDye
Copy link

PhilDye commented Dec 6, 2016

Beware of creating a breaking-change for existing installs if the path is moved; it should perhaps fall-through from one path to another?

@ThumNet
Copy link
Contributor

ThumNet commented Nov 13, 2017

I don't know is this feature request is still current, but I made pull request (#14) for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants