-
Notifications
You must be signed in to change notification settings - Fork 8
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
install.xdt does not support <location> node in web.config #13
Comments
Can you email me your web.config (use my gmail a/c)? |
With the information that the location element starts after the
|
The Specifically you end up with a web.config that ends with:
and attempts to the browse the site generate HTTP 500 responses. |
Just to clarify, if you run |
Indeed, manual intervention is required. I believe this is because Glimpse using a .transform, rather than a .xdt, and so the default behaviour is to insert missing nodes where applicable, whereas xdt just goes bang, and the InsertIfMissing attribute doesn't seem to work as nicely as it should |
Now that NuGet finally supports @kevinobee - please feel free to open an issue in the Glimpse issue tracker and we will try to clean this up ASAP. I'm not 100% sure though that even |
Trying to install nuget package causes an error to be thrown as our web.config contains the node around <system.webServer>
Example web.config:
Given that /configuration/system.webServer does not exist, the transformation fails.
The text was updated successfully, but these errors were encountered: