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

Make OrchardStarter modify static configuration in an optional way #4748

Open
orchardbot opened this issue Sep 2, 2014 · 0 comments
Open

Comments

@orchardbot
Copy link

@Piedone created:
https://orchard.codeplex.com/workitem/20919

Currently OrchardStarter modifies static configuration classes, like the Web API-related GlobalConfiguration and MVC statics (ControllerBuilder, FilterProviders, ViewEngines, ModelValidatorProviders). It would be better if such static configuration would be optional (i.e. the caller could opt with it or not) or even better, if web initialization code would go into a separate initialization logic, like WebStarter.

Admittedly this is only an issue if you want to use Orchard not as a standalone web app but as part of another app, with Orchard App Host..

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

1 participant