iis-8 Questions

3

I have tried to setup an website in a new server and I get this error for all static files html/css/js, etc. HTTP Error 500.0 - Internal Server Error The page cannot be displayed because an inter...
Piers asked 22/9, 2017 at 14:56

6

Solved

I know that this has been asked many times before, but unfortunately not about ASP.NET Core web apps, just the classic ASP.NET web apps. All the answers i've found on the internet don't help me, be...
Mabellemable asked 27/6, 2017 at 10:58

5

Solved

My application runs fine within IIS Express on my development workstation, but I am having trouble deploying it to IIS. I receive the following error when I browse to the application: HTTP Error 5...
Slop asked 17/12, 2019 at 7:20

2

Solved

I have a Windows Server 2012 R2 Standard (x64-based processor), and it has IIS 8. I need to configure reverse proxy on it, and it is missing the URL Rewrite module. From what I have read, URL...
Harquebusier asked 18/1, 2017 at 6:8

3

Is it possible to publish an ASP.NET (core) application to a running site on IIS 8 without having to stop and start the website manually? Visual Studio 2015 keeps giving the error that a file is i...
Bunton asked 11/10, 2016 at 7:47

8

Solved

IIS on my development computer stopped working. I just installed the latest update to windows 10 (1803) and now when I try to start the "Windows Process Activation Service" I get an "Windows could ...
Gebler asked 10/5, 2018 at 23:49

2

Solved

I have a couple of Applications added under my Default Website in IIS8.5 (simply http on port 80 IP=*) They point to different physical paths (which are not nested) and this works fine after addin...
Beni asked 18/12, 2014 at 10:14

4

Solved

How to register .Net 4.5.1 with IIS8 on windows 10 machine? it used to be simple as running command "aspnet_regiis -i"...but not anymore. if try to run this command i get error This option is no...
Cooperman asked 22/2, 2016 at 22:14

3

Solved

I want to decrease the timeout time when my ARR server request to back-end server. In IIS settings interface, I cannot find any ARR settings configuration except for ARR cache. Here is the only rel...
Manipur asked 28/10, 2013 at 3:37

3

Solved

I have a WebSocket server that accepts a stream of binary data from a client and responds with another stream of text data for every 4MB read. The server uses IIS 8 and asp.net web api. Server publ...
Camellia asked 4/2, 2015 at 20:21

12

Solved

I want to publish a sample .net core web application on my pc's IIS manager but I failed. I am using Microsoft guidance but it doesn't work for me, if you have reasonable experience to fix this p...
Touchdown asked 25/11, 2016 at 12:45

13

I have just moved my website to new computer which uses IIS 8 from one has IIS 7.5. All but URL rewriting is working well. there is no error message than "HTTP Error 404.0 - Not Found" which I got....
Radiophone asked 30/1, 2013 at 15:19

7

Solved

I've set up a new Windows 2012 R2 server running IIS 8.5. We noticed that when an error occurs (eg the ASP.NET State Service was not running) that instead of outputting a 500 status code error scr...
Dropping asked 24/11, 2013 at 10:54

4

Solved

Getting this on Windows 10 Pro, Visual Studio 2017. ASP .NET Framework 4.6
Reggiereggis asked 17/10, 2017 at 11:12

5

Solved

In IIS 7, I would click on "worker process" then "View Current Request" to see all the requests currently being executed. http://technet.microsoft.com/en-us/library/cc732518(v=WS.10).aspx In IIS ...
Aeroballistics asked 25/3, 2013 at 17:54

8

Solved

I'm trying to assign a certificate to a HTTPS binding. Unfortunately, I get this error from PowerShell: new-item : Cannot create a file when that file already exists At line:3 char:56 + get-item -...
Obscenity asked 31/3, 2014 at 15:25

9

Solved

I am documenting all the sites and binding related to the site from the IIS. Is there an easy way to get this list through a PowerShell script rather than manually typing looking at IIS? I want th...
Largish asked 20/3, 2013 at 15:54

4

I have got a new iis server and from a while i am finding solution for error : 405 - HTTP verb used to access this page is not allowed. The page you are looking for cannot be displayed because...
Pacien asked 12/9, 2016 at 7:57

13

Solved

From Windows 8 to Windows Server 2012 (IIS 8) with Web Management Services installed and working, I can use IIS Manager on W8 box to manage the remote server but I get a 404.7 from WMSvc when I exe...
Brindabrindell asked 13/12, 2012 at 23:46

20

Solved

I have a simple webAPI build by Visual Studio 2013. It works well when I run it from VS13 but when I copy the project in local IIS it gives me the following error. HTTP Error 500.19 - Internal Ser...
Lallation asked 18/11, 2013 at 13:2

4

Solved

Current Setup We currently deploy our ASP.NET Core products to: Windows Server 2016 Hosted on IIS Version 10.0.14393.0 We have a single "Site" with multiple applications under it. Each...
Craw asked 8/6, 2022 at 15:28

4

I am using IIS 8 on Windows 8.1. I have an XML file an I need to have it accessed through (servername)/(path) (path) is predefined by someone else and does not contain an extension. I tried the si...
Hannover asked 13/11, 2013 at 10:8

2

I'm running windows server 2012 R2 running IIS 8. New to the whole windows server environment. To install PHP, I'm following the below tutorial Install and Configure PHP Part of it says, in ord...
Carleecarleen asked 15/6, 2015 at 13:17

22

Solved

I recently upgraded from Visual Studio 2010 to the Visual Studio 2012 RC. The installer also installs IIS 8 Express which Visual Studio now uses as the default web server. IIS 8 is blocking my WEB...
Uncaredfor asked 5/6, 2012 at 23:34

4

Solved

I am attempting to run an application in IIS8 that has the following in the config: <modules runAllManagedModulesForAllRequests="true" /> IIS8 is giving me an error that says... This co...
Jonathonjonati asked 18/9, 2012 at 22:38

© 2022 - 2025 — McMap. All rights reserved.