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

Branding/Content file cannot serve static files #1888

Closed
joostdenijs opened this issue Feb 8, 2014 · 2 comments
Closed

Branding/Content file cannot serve static files #1888

joostdenijs opened this issue Feb 8, 2014 · 2 comments

Comments

@joostdenijs
Copy link

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.

@odelljl
Copy link

odelljl commented Mar 19, 2014

I encountered this same issue when trying to apply Branding of the Layout.css per the branding instructions.

@johnataylor
Copy link
Member

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.

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

3 participants