Open punkster91 opened 6 years ago
same here
from here it seems that the IIS nuget package is not compatible with remote usage.
I think the NuGet package was only released for IIS Administration REST API, https://github.com/Microsoft/IIS.Administration Thus, the NuGet version is internally different from the version shipped with Windows.
I came into this problem too! Can anybody help us with this, this is painful TAT
The same problem. Does anybody know how to fix it?
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 functions work if you don't use the remote-location at all.
DeletePool( "Test") - Success
StopPool("Test") - Success
Error:
I had to downgrade to these versions to use the remote-location successfully Cake version = 0.22.0 Cake.IIS version = 0.3.1