1,582 questions with Internet Information Services tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

Unable to start the IIS Express Web server

Microsoft Visual Studio 2019 could not start the IIS Express Web server. Module DLL C:\Program Files (x86)\IIS Express\aspnetcore.dll failed to load. The returned data is an error message. I tried all kinds of methods, installed all kinds of tools and…

Internet Information Services
asked 2024-03-26T16:25:16.29+00:00
Developer two 40 Reputation points
edited a comment 2024-03-27T16:10:48.01+00:00
Lex Li (Microsoft) 4,742 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Running python/flask app on IIS using ASP.Net Core Module handler

Looking for insight into running/flask app using a modern/maintained method. wfastcgi is essentially deprecated (version 3.0.0 was released 7 years ago). HttpPlatform handler was replaced by the [asp.net] core module even before that (2016). I’ve made…

Internet Information Services
asked 2024-03-22T18:23:02.2866667+00:00
Blake Duffey 41 Reputation points
commented 2024-03-27T14:05:09.95+00:00
Blake Duffey 41 Reputation points
0 answers

Maximum request length exceeded error from ASMX call inside an asp net core application

Hello Within an .Net 6.0 framework application I created a service reference to an old asmx webservice. It is a migration of an old webforms program. The .Net program uploads various images into the webserver. The larger images causes an Exception…

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,166 questions
asked 2024-03-22T16:07:39.28+00:00
Wojciech Rajchel | reconline AG 0 Reputation points
commented 2024-03-26T09:14:00.78+00:00
Sam Wu-MSFT 7,036 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Can the Azure Key Vault VM Extension be configured to write events to the event log "Microsoft-Windows-CertificateServicesClient-Lifecycle-System/Operational" ?

End goal - I want to automate certificate renewal and rebind in IIS, using certificates from an Azure Key Vault. i.e. When a cert is renewed in the key vault, the cert should get pushed/pulled to the VM, then the IIS binding should swap to the newer…

Internet Information Services
asked 2022-12-20T22:50:59.937+00:00
Bollwerk, Pete 41 Reputation points
commented 2024-03-21T15:50:47.7+00:00
DM97-3655 0 Reputation points
1 answer One of the answers was accepted by the question author.

"The page cannot be displayed because an internal server error has occurred."

I know it is a common error and I have done some search. I thought I did the work to get more details by modifying web.config: <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.web> …

Internet Information Services
asked 2024-03-20T03:49:39.6433333+00:00
Hong 1,046 Reputation points
commented 2024-03-20T09:44:27.3866667+00:00
Yurong Dai-MSFT 2,781 Reputation points Microsoft Vendor
0 answers

sc-status 200 sc-win32status 64

I have an F5 load balancing setup configured with two servers. My MVC web application, which incorporates jQuery, and Bootstrap, is hosted on an IIS server with an SSL certificate. However, when accessing the application via HTTPS from outside 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.
12,127 questions
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,272 questions
Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
648 questions
asked 2024-03-19T11:35:43.77+00:00
chandru v 0 Reputation points
edited the question 2024-03-20T01:02:22.33+00:00
Jeanine Zhang-MSFT 9,181 Reputation points Microsoft Vendor
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,166 questions
asked 2024-03-18T14:34:06.6566667+00:00
Luis Cáceres 5 Reputation points
commented 2024-03-19T15:33:09.4333333+00:00
Lex Li (Microsoft) 4,742 Reputation points Microsoft Employee
1 answer

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
commented 2024-03-19T15:29:34.48+00:00
Lex Li (Microsoft) 4,742 Reputation points Microsoft Employee
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,375 questions
asked 2024-03-18T21:52:53.8766667+00:00
homerm 80 Reputation points
commented 2024-03-19T15:27:39.3266667+00:00
Lex Li (Microsoft) 4,742 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.
12,127 questions
asked 2024-03-14T07:01:14.7833333+00:00
Vishakhan K 0 Reputation points
edited a comment 2024-03-19T07:26:22.3466667+00:00
Yurong Dai-MSFT 2,781 Reputation points Microsoft Vendor
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,255 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,715 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
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,742 Reputation points Microsoft Employee
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,255 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 7,036 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,742 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,458 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,255 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.
421 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 4,815 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,166 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.
297 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 7,036 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,244 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,781 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 48,281 Reputation points