We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to add:
<location path="Branding/Content"> <system.web> <httpHandlers> <clear /> </httpHandlers> </system.web> <system.webServer> <handlers> <clear /> <add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" resourceType="Either" requireAccess="Read" /> </handlers> </system.webServer> </location>
to the main web.config at line 130.
The text was updated successfully, but these errors were encountered:
I encountered this same issue when trying to apply Branding of the Layout.css per the branding instructions.
Sorry, something went wrong.
We have a new gallery implementation where branding is more first class. closing this bug as we won't be enhancing this on the existing gallery.
No branches or pull requests
Need to add:
<location path="Branding/Content"> <system.web> <httpHandlers> <clear /> </httpHandlers> </system.web> <system.webServer> <handlers> <clear /> <add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" resourceType="Either" requireAccess="Read" /> </handlers> </system.webServer> </location>
to the main web.config at line 130.
The text was updated successfully, but these errors were encountered: