Questions tagged [iis]
IIS is Internet Information Services, the web server included with Microsoft's Windows Server operating systems. This is a generic tag. Wherever possible please use a *version-specific* tag, such as [iis-7], [iis-7.5], etc.
5,421 questions
-1
votes
0
answers
58
views
Install certificate on IIS 6.0 Manager [closed]
I am trying to replace an expired certificate in IIS 6.0 Manager for SMTP.
I imported a new certificate using MMC. But I cannot bind the certificate to IIS 6.0. The option for TLS encryption was ...
0
votes
1
answer
230
views
503 Error while running ASP.NET App under IIS ARR Load Balancer, but works running on single VM
Windows 2016 Server Farm.
3 ARR Server.
3 IIS Web Servers.
(All servers are running DFS, so all settings are constantly updated when changes are made. All IIS Settings and all web files are identical ...
0
votes
1
answer
106
views
RapidSSL wildcard - Issuer of this certificate could not be found
I imported it into the Exchange server. But there is a warning for the certificate as follows.
Issuer of this certificate could not be found
Issued by : RapidSSL TLS RSA CA G1
Issuer:
CN = RapidSSL ...
0
votes
1
answer
54
views
IIS URL rewrite if specific pattern matched, URL rewrite should stop searching and execute the request
I changed my server configuration and the direct access to some files is no longer working.
So I created with mklink a link inside the wwwroot dir. The link is under the sub dir \mData.
Accessing ...
2
votes
1
answer
292
views
How to prevent Microsoft Application Request Routing from URL normalization
I'm trying to configure Nextcloud + Collabora on a Windows Server. Both applications run in Docker containers. Both are visible to the local machine via HTTP, and I'm setting them up to be visible ...
0
votes
0
answers
93
views
IIS/Web deploy: import error and MultiSz handling
I exported a web site from IIS 8.5 (Windows Server 2012R2) using Web Deploy v4:
msdeploy -verb:sync
-source:metakey=lm/w3svc/18
-dest:archiveDir="c:\migr\www.mywebsite.com"
When I import ...
-1
votes
0
answers
56
views
How to disable automatic updates for AspNetCore Runtime?
Starting with .NET 8.0.20, our servers have been updating the AspNetCore Runtime automatically, but not the NETCore Runtime. This causes the IIS AspNetCore Module V2 to error, stating that the ...
0
votes
0
answers
88
views
IIS - Webfarm not found by LocalSystem user
Windows Server 2022 Datacenter, IIS 10. ARR module is installed, configured and working.
The configuration of the webfarm (in \System32\inetsrv\config\applicationHost.config) looks like this :
<...
0
votes
2
answers
177
views
IIS Internal Server Error 500 when client certificates enabled
Scenario:
AWS hosted EC2
Machine running IIS directly.
Default inetpub/wwwroot setup
Installed self-signed certs to enable HTTPS.
Open browser to localhost - OK.
Open browser to https://localhost - ...
3
votes
0
answers
130
views
Could not load file or assembly error on ASP.NET IIS sites
I am trying to deploy two IIS sites to a new server.
The sites are both running fine on another server, and were copied directly. I tried both via web deploy and simply setting up sites and copying ...
1
vote
0
answers
82
views
MSDeploy onto IIS server: Can't resolve Web Deploy 4's SQL Management Objects requirement in 2025
Using Visual Studio 2022 to deploy an app that has Entity Framework database migrations that need to run along with deployment to update a SQL Server database. I can deploy the app successfully if I ...
2
votes
1
answer
234
views
need to redirect browser from simple URL to certificate (file) download
IIS with URL Rewrite (Windows 11)
I'm trying to create rule(s) to redirect a URL to access and download a file (.cer). The protocol is only http.
e.g.,
user goes here "http://www.example.org/pki/...
3
votes
1
answer
97
views
IIS Rewrite a file URL to a different URL
We have some printed material with a QR code. The code was supposed to go to a landing page so we could keep track of how many times a PDF file was downloaded and by who, but somewhere along the line ...
2
votes
2
answers
238
views
IIS not showing management icons [duplicate]
I recently installed windows 11 and retrieved all updates. Finally I installed IIS and checked all regular options:
After restarting, When I open the IIS manager, the options and icons are not ...
1
vote
1
answer
342
views
IIS loading but not showing sites
I used IIS in the last few weeks without issue.
Today I cannot see any of my sites.
O/s: Windows 11 Pro
IIS: 10.0.26100.1
IIS loads fine, but under computer name when expanded no sites or worker ...