Ken Dale

Results 15 comments of Ken Dale

@DejanMilicic Check this out: https://github.com/ritterim/stuntman/issues/114#issuecomment-203395893 Does that help?

I like the idea! We can investigate this in `vnext` once #161 is finished and merged.

Specifying the cookie domain does not appear to be currently supported. Interested in submitting a pull request to add it? --- At a glance it looks like here https://github.com/ritterim/stuntman/blob/fa0f2899900fa45d3caa7c4c9cf61c5c10e78c68/src/Core/IAppBuilderExtensions.cs#L36-L42 and...

Confirmed the issue via an ARM based deployment (which is ultimately what we want to work). With `WEBSITE_OVERRIDE_STICKY_EXTENSION_VERSIONS=1` set in both the production and staging slots the swap failed: ```...

Hi, I'm the [**keepass-keepasshttp**](https://chocolatey.org/packages/keepass-keepasshttp) Chocolatey package maintainer. Feel free to open an issue at https://github.com/kendaleiv/chocolatey-keepass-keepasshttp/issues if you're having a problem with the Chocolatey package installation method.

This is how I verified the functionality in https://github.com/HangfireIO/Hangfire/pull/1578.

I tried this and it's working for me. If you're having difficulty with this Chocolatey install you could try installing KeePass a different way and manually load `KeePassHttp.plgx` at `C:\Program...

It's intended to be wired up in an OWIN startup class like `Startup.cs`. You should be able to create one and keep any existing functionality in `Global.asax` as well.

There's no current plans but would be willing to merge a PR that added it after review.