sevensolutions / nomad-iis

🧩 A TaskDriver plugin for HashiCorp Nomad to run IIS workloads.
MIT License
10 stars 1 forks source link

Who is using Nomad IIS? #56

Open sevensolutions opened 3 weeks ago

sevensolutions commented 3 weeks ago

Hi there 👋

I just want to know a little bit, who is using this driver plugin.

Please give a 👍 or write a comment to tell me a little bit more if you want. Maybe you want to give me some details in what environment you're using it. Is it mainly in a Home-Lab, Development or Production Environment?

I wan't to use this information to prioritize my work.

If you find this driver helpful, please leave a star on Github.

Thx 🙏

nickwales commented 3 weeks ago

Hi! I'm a Hashicorp Solutions architect trying this out for the first time with a view to recommending to a customer. So far all in a cloud lab environment. The driver is installed and showing up on Windows 2022, Nomad 1.8. I am however currently getting this error when trying out both of the sample apps: https://learn.microsoft.com/en-us/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-error-500-19-webpage#hresult-code-0x80070021

sevensolutions commented 3 weeks ago

@nickwales Hi, nice to hear that but sorry for the problems you're facing. I found the bug, fixed it and published a new version. Can you please update to v0.9.0 and try again? The static-sample-app mentioned in the readme should now work directly.

If you want to try the aspnet-sample-app you may still get a 500. In this case please check this.

nickwales commented 3 weeks ago

@sevensolutions thank you, trying the new version right now.

Update: The static site works! Now trying to set that configuration for the ASP site with powershell 🤔 Solved: Set-WebConfiguration //System.WebServer/Security/Authentication/anonymousAuthentication -metadata overrideMode -value Allow -PSPath IIS:/