Top "Iis-8" questions

Internet Information Services (IIS) Version 8 is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows, and shipped with WIndows 8 and Windows Server 2012.

install IIS8 on windows 7?

I am currently looking at upgrading my development environment in an attempt for it to replicate IIS on my production …

iis windows-7 iis-8
Disabling TLS 1.0 breaks ASP.NET application

Running on Windows Server 2012R2 I am trying to disable TLS 1.0 on IIS because client has a site scanner which …

asp.net ssl iis-8 windows-server-2012-r2
Ms deploy from the command line

Ok built the code and pulled the command details from VS during a verbose build via the publish option on …

package iis-8 msdeploy msdeployserviceagent
Trust a self signed cert from IIS

I have an externally hosted iis webserver where i run my website. I would like to add a self signed …

iis certificate ssl-certificate iis-8
AspNet Core using in memory repo for data protection when running in IIS

I'm running a production server (Windows Server 2012) with an AspNet Mvc Core RC1 website. I'm seeing the following in the …

iis asp.net-core iis-8 data-protection
Infinite redirect loop for Basic or Windows authentication?

I am working on a new ASP.NET application. On IIS8, if I disable Anonymous access and enable Basic or …

asp.net windows-server-2012 iis-8
HTTP Error 500.19 in IIS 8 when system.web configuration is present in apphost config

We have a utility that automatically sets up ASP.NET web applications upon install on customer servers. This utility traditionally …

asp.net iis iis-8
Retrieving the COM class factory for component with CLSID {688EEEE5-6A7E-422F-B2E1-6AF00DC944A6} failed

I am creating application which stop the IIS Default Web Site. I used a PowerShell script to stop website because …

c# asp.net powershell iis iis-8
Let's Encrypt certificate not trusted on Firefox

I just added the certificate in IIS 8 (Windows Server 2012) using letsencrypt-win-simple.V1.9.1 . There are no problems in Google Chrome but …

firefox ssl-certificate iis-8 windows-server-2012-r2 lets-encrypt
Event viewer log creation error with MVC 4

Action Method public ActionResult Index() { ViewBag.Message = "Modify this template to jump-start your ASP.NET MVC application."; LogError("lok", "lok2", "…

asp.net-mvc-4 iis-8 windows-server-2012 event-viewer