Cake.IIS icon indicating copy to clipboard operation
Cake.IIS copied to clipboard

IIS addin for Cake

Results 11 Cake.IIS issues
Sort by recently updated
recently updated
newest added

We've recently released new icons for Cake extensions, to help more easily differentiate Cake Addins, Modules, Recipes, etc. [![cake-contrib logos](https://user-images.githubusercontent.com/177608/116633858-f5a9c380-a930-11eb-8333-e5cd978e3340.png)](https://github.com/cake-contrib/graphics) More information: https://github.com/cake-contrib/graphics

Dear Developers, lately my Team can't use the SiteExists() funtion. The functions throws allways a NullReferenceException. It's related to the latest addin version and occurs on Windows 10 (latest and...

Cake version = 0.30.0 Cake.IIS version = 0.4.1 When specifying a remote location for these functions I get a null exception. `DeletePool("127.0.0.1", "Test") - Fail` `StopPool("localhost", "Test") - Fail` The...

- Cake version = 0.27.1 - Cake.IIS version = 0.4.0 (and previous) When adding a site I get: `System.IO.FileNotFoundException: Could not load file or assembly 'System.Reflection.TypeExtensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'` Adding...

I am using remote iis so I am unavailable to use versions higher than 0.3.1, because it is a mistake with remote

To get this addin to run correctly I had to add ```&loaddependencies=true``` otherwise I would get an error like `Could not load file or assembly 'System.ServiceProcess.ServiceController, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ...`...

We use teamcity for our build server and I'm taking over a project for a developer who is no longer with us. He wrote a build.cake file to push our...

Hello! I have a task for deploying the site. One feature is there that the `PhysicalPath` of the site changes everytime when deploying new version (For example: C:\Apps\CompProject_v_1.0.0.1, next C:\Apps\CompProject_v_1.0.0.2)....