1,557 questions with Internet Information Services tags

Sort by: Updated
0 answers

What is the meaning of "System.IndexOutOfRangeException: Index was outside the bounds of the array"?

I would like to know more about the "System.IndexOutOfRangeException: Index was outside the bounds of the array at System.Collections.Generic.HashSet`1." What could cause this exception during my login and recycling the application pool in IIS…

Internet Information Services
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,242 questions
asked 2024-03-18T21:52:53.8766667+00:00
Homer Macalintal 20 Reputation points
edited the question 2024-03-18T23:02:08.3533333+00:00
Homer Macalintal 20 Reputation points
1 answer

How to fix provider: SSL Provider, error: 0 - One or more of the parameters passed to the function was invalid.

We have updated TLS 1.1 to 1.2 on application server where ASP.NET web application is hosted on IIS. The application is built with .Net framework 4.7.2. But after installing cipher on the application server, application unable to connect the SQL database…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,202 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,401 questions
asked 2023-02-03T15:13:20.1966667+00:00
Milind Panchal 0 Reputation points
commented 2024-03-18T19:38:26.2166667+00:00
Dawid Kiersnowski 0 Reputation points
0 answers

IIS failed request trace logs are inconsistent across all applications.

We are having a problem with IIS Failed Request Tracing, not all websites are generating the XML logs.  We have a Windows Server 2016, IIS 10.0 with one default web site and three application pools and applications.  The Failed Request Tracing has been…

Internet Information Services
asked 2024-03-18T19:12:19.5133333+00:00
Gern Blandsten 0 Reputation points
0 answers

IIS 10 with Windows Authentication not working anymore HTTP Error 401.2 - Unauthorized

I have created an application with asp.net core mvc v8 that works with Windows authentication in IIS 10. Setting: Authentication: all are disabled except Windows authentication. I have it mounted on a server and I need it to work on my local network. And…

Internet Information Services
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,059 questions
asked 2024-03-18T14:34:06.6566667+00:00
Luis Cáceres 0 Reputation points
commented 2024-03-18T18:45:33.38+00:00
Lex Li (Microsoft) 4,242 Reputation points Microsoft Employee
3 answers

RE: IIS Run as Standard user

Since a long time, I'm trying to have a AD users run as Standard permission with using Domain policy. After a long search and applied some solutions I'm unable to have that user can run the IIS. Even I found followed answer on Microsoft Community as…

Internet Information Services
asked 2024-03-18T11:39:54.3266667+00:00
Jay Vyas 0 Reputation points
edited an answer 2024-03-18T16:44:40.4233333+00:00
Lex Li (Microsoft) 4,242 Reputation points Microsoft Employee
2 answers

Event 9009 IIS Apphostsvc - The Application Host Helper Service encountered an error

Hi Team, We have noticed one error event in the vent viewer. IIS config history path contains 11 files. hope all are the configuration backups. we tried to reset the "Application host Helper service" but the files are not removing from the…

Internet Information Services
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
11,863 questions
asked 2024-03-14T07:01:14.7833333+00:00
Vishakhan K 0 Reputation points
commented 2024-03-18T12:14:59.92+00:00
Vishakhan K 0 Reputation points
2 answers

When publish rdlc report in iis 7 its not working

I have a asp.net project which contain RDLC report. When I publish the website to iis7 on server. The project is working fine but the report is not. it is giving credentials error.

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,202 questions
asked 2024-03-15T13:17:09.0766667+00:00
Shuhel Patel 0 Reputation points
commented 2024-03-18T09:50:50.67+00:00
Sam Wu-MSFT 6,791 Reputation points Microsoft Vendor
1 answer

In IIS when you have a FastCGI process, signal the process before it recycles

Currently, when IIS recycles a fastcgi process, this process is not notified beforehand. The result is that there's no clean way to flush logs, commit transactions or do other finalizations. Proposed solution: in web.config allow for a URL handler that…

Internet Information Services
asked 2024-03-11T16:53:49.79+00:00
Robert van Geel 0 Reputation points
commented 2024-03-18T07:18:49.25+00:00
Lex Li (Microsoft) 4,242 Reputation points Microsoft Employee
1 answer

How to resolve error 0x80073701 during Features Installation on Microsoft Windows Server 2019 Datacenter OS

Hello, I am encountering Error 0x80073701 while attempting to install certain features on Azure VM running Microsoft Windows Server 2019 Datacenter OS. This error appears when I try to install everything together or with each feature separately. Is…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,380 questions
Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,202 questions
Windows Server Management
Windows Server Management
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Management: The act or process of organizing, handling, directing or controlling something.
419 questions
asked 2024-03-04T15:15:44.6066667+00:00
Diego de Torres 0 Reputation points
answered 2024-03-18T03:56:09.6066667+00:00
Wesley Li 3,265 Reputation points
3 answers

Setting ASPNETCORE_ENVIRONMENT variables system wide for BLUE GREEN setup

Hi, we have a number of environments (CI, QA, STAGING, BLUE, GREEN) where we have set the ASPNETCORE_ENVIRONMENT variable for the entire environment at the machine level. this is set in the applicationHost.config in the system.webServer area as…

Internet Information Services
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,059 questions
asked 2023-04-18T20:32:38.25+00:00
Lance Lyons 86 Reputation points
answered 2024-03-17T09:57:16.2966667+00:00
jacqueline callaghan 0 Reputation points
1 answer

Developing Web API in C# with VS 2022: IIS Express Error, no connection to local IP, access denied

I'm developing a Web API with C#, Net 8, in Visual Studio 2022. Everything was fine until I changed one detail in "$schema": "http://json.schemastore.org/launchsettings.json", "iisSettings": { …

Internet Information Services
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
284 questions
asked 2024-03-07T11:53:07.5333333+00:00
Georg Aubele Lehmbau 0 Reputation points
commented 2024-03-14T09:54:51.0766667+00:00
Sam Wu-MSFT 6,791 Reputation points Microsoft Vendor
1 answer

RDP User Cannot Access IIS Server

Hello, I am trying to grant a Remote Desktop Protocol (RDP) user access to my Internet Information Services (IIS) server. I want to prevent them from creating new bindings or modifying existing ones. So far, I have created the user and added them to the…

Internet Information Services
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,175 questions
asked 2024-03-08T06:11:53.5433333+00:00
Arjun Goel (DevOn) 0 Reputation points
edited a comment 2024-03-14T09:01:22.6933333+00:00
Yurong Dai-MSFT 2,681 Reputation points Microsoft Vendor
0 answers

err_connection_reset if asking client certificate with Windows Server 2022

Hi! Windows Server 2022, one way SSL works fine. But after requiring client certificate in IIS, err_connection_reset error appears immediately in client browser. In server versions 2016 and 2019 everything works fine with the same configuration. …

Internet Information Services
asked 2021-12-07T13:35:55.993+00:00
UV 6 Reputation points
edited a comment 2024-03-13T14:22:00.85+00:00
Elena Shlykova 0 Reputation points
0 answers

DCOM Exception in Event Viewer due to IIS related activities in remote machine

I'm receiving Event ID 10028 (DCOM) in remote machine when fetching IIS Server Websites and AppPools using Microsoft.Web.Administration dll Error: DCOM was unable to communicate with the computer evserver1.domain.com using any of the configured…

Internet Information Services
asked 2024-03-12T12:46:42.7533333+00:00
Ajitha Banu Nazar 0 Reputation points
commented 2024-03-13T07:15:39.43+00:00
Yurong Dai-MSFT 2,681 Reputation points Microsoft Vendor
0 answers

Issues with FTP

Hi Everyone, I have an FTP site setup with basic anonymous authentication - and it works fine - I can connect and upload/download. I need to add another site on the same machine but cant have them both on port 21 so I have tired to setup a binding to…

Internet Information Services
asked 2022-01-18T03:20:14.107+00:00
Ottoman Osman 1 Reputation point
commented 2024-03-13T05:36:02.6466667+00:00
J Ken 0 Reputation points
2 answers

how to find the display name for IIS v10 or above in regkey value

Hi All, I am trying to get the Inventory list for IIS applications using below string on SNOW tools. IIS v8 we are using thus key to discover the product --> HKLM/Software/Microsoft/Windows/current version/Uninstall String/&BF61.....8CCC7 -->…

Internet Information Services
asked 2024-03-12T14:37:02.9366667+00:00
Nagarajan 0 Reputation points
commented 2024-03-12T19:05:12.4566667+00:00
Michael Taylor 45,801 Reputation points
1 answer

Inquiry about the Deprecation of WebClient/WebDAV Services, Overall Impact, and Replacement Options

Hi Team, I recently came across information about the deprecation of WebClient/WebDAV services and the potential impact on WebDAV publishing and WebDAV authorization rules, and I'm seeking clarification on the impact and alternative solutions. Could…

Internet Information Services
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
7,823 questions
asked 2024-03-06T09:33:49.89+00:00
Ramkumar M 0 Reputation points
commented 2024-03-12T09:40:59.49+00:00
Yurong Dai-MSFT 2,681 Reputation points Microsoft Vendor
1 answer

Need to configure the IIS on windchill slave servers

I've installed windchill on master server where we are using Apache and DS for accessing the windchill. And in slave servers we are using IIS manager for windchill that will access it from AD. So that it will not ask me for authentication for known user…

Internet Information Services
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
11,863 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,663 questions
asked 2024-03-08T06:41:13.8733333+00:00
Ankit Chandra 0 Reputation points
answered 2024-03-12T07:41:34.8633333+00:00
Yanhong Liu 465 Reputation points Microsoft Vendor
1 answer

Application pool 'apppool' is being automatically disabled due to a series of failures in the process(es) serving that application pool.

Application pools are automatically stopping after few seconds

Internet Information Services
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
11,863 questions
asked 2024-03-11T11:15:12.27+00:00
Gundati, Sadaiah 0 Reputation points
answered 2024-03-12T07:09:19.62+00:00
Yurong Dai-MSFT 2,681 Reputation points Microsoft Vendor
1 answer

Microsoft IIS SSL Certificate "Export" option missing

Hi I have Imported an SSL certificate in Windows 2019 Server, IIS ver 10. When I right click on the certificate from IIS, the "Export" option is missing. Is there any way to bring this option back or try exporting it from command…

Internet Information Services
asked 2022-07-27T06:48:39.733+00:00
Gaby Tannous 6 Reputation points
commented 2024-03-09T16:29:28.9933333+00:00
Hockman, Tom 0 Reputation points