-
You provide: "Modify the IIS-AppPool, to not use .NET Framework (new .NET is loaded via another mechanism) and set its identity to either a group managed service account (recommended), custom account …
-
Hello,
I'm building an ERP system with your framework and I am not able to host it with IIS.
I published the WebVella.Erp.Site project.
When I set up a http binding with IP not assigned and port…
-
ok, simple client project, NGINX as proxy, with following location config:
location /changenotifications {
rewrite ^/changenotifications/(.*) /$1 break;
proxy_set_header X-Fo…
-
I tested v2 and works fine on IIS local deployment with Alias, but in v3 I received these errors only on local IIS:
Exception
```
System.FormatException: The format of value '' is invalid.
at…
-
Hi all, on a fresh installation of metricbeat 7.17.24 under Windows Server 2022, IIS metricbeat module activated, we have the following repeating errors in metricbeat logs:
```
2024-10-21T20:05:42.28…
-
I am encountering an issue when deploying a Flutter web application on IIS. The application fails to load the NOTICES file and shows the following error in the browser console:
Uncaught Error: Unab…
-
你好,请问windows环境里,如何发布到IIS服务上。
-
## Failing Test(s)
- WebSocketsOutOfProcessTests
## Error Message
```text
System.Net.Http.HttpRequestException : Response status code does not indicate success: 500 (Internal Server Error).
`…
-
### Component(s)
receiver/iis
### Is your feature request related to a problem? Please describe.
An application pool can be stopped or started. Sometimes, due to password changes and server restart…
syron updated
1 month ago
-
### Problem Statement
I have IIS installed on my Windows server. There are a couple of application pools with hosted applications.
How can I get CPU and memory usage of these pools?
I've read the…