-
### Current behavior
I have multiple problems. Either the publish fails with "file is locked" or the published app is not accessable or - the current error - it states that "there is no target for ne…
-
**To Reproduce**
In an environment with IIS bindings on multiple sites that use certificates received through win-acme perform the following steps:
1. Run renewal where ordering a certificate work…
-
## Failing Test(s)
- ServerComparison.FunctionalTests.HelloWorldTests.HelloWorld
## Error Message
```text
| [0.354s] ServerComparison.FunctionalTests.HelloWorldTests Error: Test …
-
##### SUMMARY
When configuring Bindings in IIS, there are multiple options in addition to SNI, e.g. "Disable HTTP/2". When this is configured, together with SNI, the value for sslFlags in applicatio…
kjebu updated
2 months ago
-
Most IIS functional tests that are quarantined, are a result of some form of:
```
System.AggregateException : Operation did not succeed after 12 retries (Sequence contains more than one element) (…
-
When I used IIS Express in the Properties of the project (in the Web tab) the metrics page works just fine, but if I used Local IIS instead it doesn't work at all. Thoughts?
-
```
The Streeme projects does not support IIS. If you install Streeme on a IIS
system you will soon find out it does not work on IIS. However after some
digging I got it working with the following c…
-
-
![_output_1xml](https://cloud.githubusercontent.com/assets/3851540/25116475/96d71936-243f-11e7-9328-e2a532bc972c.png)
![_output_2win7install](https://cloud.githubusercontent.com/assets/3851540/251164…
yowko updated
7 years ago
-
Looks like IisHelper.cs is missing the following in CreateSiteBinding
```
//determine ssl flag
if (binding.BindingHostRequired.GetValueOrDefault() && GetIisVersion().Major >= 8)
b.SetAttribute…