-
Notifications
You must be signed in to change notification settings - Fork 10.3k
DNX 4.6 and Azure Web Apps #844
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
Comments
I met this problem several times before. Usually I turn on the option "Remove additional files at destination" when publishing, and that solve the problem for me. |
Thank you, but I always turn on this option. It will not help this time :/ |
It was caused by an incorrect connection string. The error message was not very helpful. |
SteveSandersonMS
added a commit
that referenced
this issue
Nov 27, 2018
* Handle links to empty-string href, resolved against base href Needed to change the URLs used in E2E tests to be able to cover this (i.e., removed the /RouterTest prefixes so the default relative URL became an empty string) * Change links in StandaloneApp sample to be relative * Standardize on base URIs having trailing slash everywhere Hence also change terminology from "base URI prefix" to simply "base URI" * Handle link highlighting when visiting base-href-but-without-trailing-slash * Removing leading slashes from base-relative URLs in templates
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
my web application is targeting DNX 4.6 (Beta 6). It runs perfectly on IIS Express, but when I publish to Windows Azure, it crashes.
I am not able to find more error details. Can you help?
Dusan
The text was updated successfully, but these errors were encountered: