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

Remove legacy classic pipeline web.config transforms #462

Open
tbertenshaw opened this issue Oct 14, 2014 · 1 comment
Open

Remove legacy classic pipeline web.config transforms #462

tbertenshaw opened this issue Oct 14, 2014 · 1 comment

Comments

@tbertenshaw
Copy link

If i create a new asp.net project and then add cassette.aspnet i get a 500.22 error.
which is the result of adding Classic pipeline modules.(https://groups.google.com/forum/#!topic/cassette/3XmAHtzhlSw)

<system.web>
    <httpModules>
      <add name="CassetteHttpModule" type="Cassette.Aspnet.CassetteHttpModule, Cassette.Aspnet" />
    </httpModules>
    <httpHandlers>
      <add path="cassette.axd" verb="*" type="Cassette.Aspnet.CassetteHttpHandler, Cassette.Aspnet" />
    </httpHandlers>
  </system.web>

Can this be removed from the web.config.transform which the nuget package uses?

@dontjee
Copy link

dontjee commented Oct 24, 2014

+1

I was getting the same error after I added cassette.aspnet to my asp.net project running in IIS Express on Windows 8. Removing that section resolved the issue.

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