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

Check IIS modules upon installing #25

Closed
roycornelissen opened this issue Dec 18, 2015 · 2 comments
Closed

Check IIS modules upon installing #25

roycornelissen opened this issue Dec 18, 2015 · 2 comments

Comments

@roycornelissen
Copy link

After installing the Augurk WebDeploy package, I got 405 Method Not Allowed errors from IIS on some DELETE calls. They were caused by the WebDavModule being present in the IIS application. The installer should check and delete the module if present. Request filtering may also hinder the API, when the DELETE verb is blocked. On application level, DELETE should be allowed, maybe best if it's done explicitly.

@marktaling
Copy link
Member

This should be resolved by implementing #36, which eliminates the need to use IIS at all.

@marktaling
Copy link
Member

This will be resolved as part of #58.

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