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

RELEASES file hosted in IIS #205

Open
matteomigliore opened this issue Oct 17, 2013 · 1 comment
Open

RELEASES file hosted in IIS #205

matteomigliore opened this issue Oct 17, 2013 · 1 comment

Comments

@matteomigliore
Copy link

I suggest to add an extension to the RELEASES file, I'm trying to add it in a IIS website, but I don't know how to insert the MIME type.

[Update]
To publish the files using IIS, place a web.config with this configuration:

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <directoryBrowse enabled="false" />
        <staticContent>
            <mimeMap fileExtension=".nupkg" mimeType="application/zip" />
            <mimeMap fileExtension="." mimeType="plain/text" />
        </staticContent>
    </system.webServer>
</configuration>
@patrickjohncollins
Copy link

This web.config should ideally be included automatically in Releases folder.

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