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

Use own build on Azure App Service #728

Closed
chrfin opened this issue Mar 19, 2019 · 1 comment
Closed

Use own build on Azure App Service #728

chrfin opened this issue Mar 19, 2019 · 1 comment

Comments

@chrfin
Copy link
Contributor

chrfin commented Mar 19, 2019

To solve my performance problems (see here) I created my own EF build which solved the problem and works fine in my development environment.
But today I tried to publish a new version to my Azure App Service and it failed to start with Strong name signature could not be verified.. I quickly copied over the original 6.2.0 version and the app is now working again, but with the performance problems...

Is there a way to disable the strong-name check on Azure to use my custom build?

Further technical details

EF version: 6.2.0
Database Provider: EntityFramework.SqlServer
Operating system: Azure App Service
IDE: Visual Studio 2017 15.9.9

@chrfin chrfin changed the title Use own build on Azure Web App Use own build on Azure App Service Mar 19, 2019
@ajcvickers
Copy link
Member

@chrfin I doubt very much that there is a way to do this, but that would really be a question for the Azure folks.

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

2 participants