Questions tagged [iis-8.5]

Internet Information Services (IIS) 8.5 in Windows Server 2012 R2 provides a secure, easy-to-manage, modular and extensible platform for reliably hosting. It's new version of popular IIS.

Internet Information Services (IIS) 8.5 in Windows Server 2012 R2 provides a secure, easy-to-manage, modular and extensible platform for reliably hosting websites, services and applications. With IIS, you get choice and control without giving up reliability or security. Customize and add new features, such as application request routing and load balancing through free IIS Extensions. Maximize web security through a reduced server foot print and automatic application isolation. Easily deploy and run both ASP.NET and PHP web applications on the same server. Question having this tag should also have .

661 questions
6
votes
0 answers

Microsoft Edge Issue - The requested resource requires user authentication

I have a website and api hosted on IIS 8.5 and lately users of the site are getting the following console error when attempting to POST data to the api when using Microsoft Edge: HTTP401: DENIED - The requested resource requires user…
slee423
  • 1,307
  • 2
  • 20
  • 34
6
votes
0 answers

WebApi and MVC Routing not working on Server 2012 IIS 8.5 (404.0 Error)

I have an application using .NET Framework 4.7.1 with WebAPI and MVC routes defined in it. They both work when debugging locally with IISExpress, but when I deploy to the Development server (Windows Server 2012R2 with IIS 8.5), all I get is a 404.0…
6
votes
0 answers

IISNode error only on FIRST request after app pool recycle / website restart

I am running an express.js app, with iisnode as the handler. Whenever I restart the site in IIS, or recycle the app pool (either manually or by saving the web config after changing a file) the app crashes with a 500.1001 error but only on the very…
Benghis Ghrant
  • 183
  • 1
  • 11
6
votes
0 answers

HTTPERR folder filling up with thousands of Timer_ConnectionIdle entries (IIS 8.5)

I get about 500mb of these logs a day (granted my site is getting 90-120 million requests a day.) I had to make a scheduled task to purge these weekly so they don't fill up the servers SSD. I finally wanted to take a stab to figure out what could be…
bfritz
  • 2,416
  • 2
  • 20
  • 29
6
votes
2 answers

Owin on IIS web requests hang indefinitely

We are running an Owin applications on IIS 8.5 on Win 2012 R2 behind a loadbalancer. One some occations, requests to certain URLs hang indefinitely. If the user selects cancel in the browser, and reloads the page, everything is OK and the server…
Vidar Kongsli
  • 826
  • 2
  • 9
  • 20
6
votes
0 answers

The state server has closed an expired TCP/IP connection

We are getting 500: Server Error page on our IIS 8.5 server, on different frequency of times, and the number of error is increasing and decreasing with the traffic level. After investigating Event Log we find below error. The state server has…
6
votes
1 answer

Redirect IIS's root to application root

I have several applications installed on IIS: /abc /bcd Now I want to redirect users coming to / to the /abc website. Since the root is not part of any application, I cannot use IIS Rewrite Module which uses redirects defined in web.config. So I…
Jonas Sourlier
  • 13,684
  • 16
  • 77
  • 148
5
votes
4 answers

How to deploy a .NET Core project to Windows Server 2012 R2

I deployed my .NET Core project to Windows Server 2012 R2 64-bit and this happened: HTTP Error 502.5 - Process Failure according to Microsoft guide, they said that it is because of platform conflicts with…
Truong Tran
  • 51
  • 1
  • 1
  • 4
5
votes
2 answers

System.Web.HttpContext.Current.User.Identity.Name giving other user's name

I am using windows authentication for my intranet application which was developed in MVC 4.0. To get the current user using below code. string userid = System.Security.Principal.WindowsIdentity.GetCurrent().Name.ToUpper(); in Web.config file, i set…
RPU
  • 61
  • 1
  • 4
5
votes
1 answer

Asp.net Core + IIS 8.5 : The view 'Index' was not found

Deployed App on IIS 8.5, Asp.net core 3 apps, Front-end, API and Login (on the same site); All 3 are working PERFECTLY in IIS express from VS2015; The front-end (only html/AngularJS) & API are working perfectly on IIS 8.5 But for the Login…
DavidT
  • 322
  • 3
  • 10
5
votes
1 answer

Redirect HTTP to HTTPS in WEB.CONFIG compatible with IIS 8.5 (ASP.NET)

Going bonkers here. I have a rule, to redirect ALL pages from HTTP to HTTPS, that worked just fine in IIS8 but I get a 500 Internal Server Error in IIS 8.5. I figure there is some configuration I am missing, but at a loss after searching for hours…
MC9000
  • 2,076
  • 7
  • 45
  • 80
5
votes
1 answer

How to get freb.xsl file in IIS_FailureTrace directory

I am running IIS on Windows Server 2012 R2. I follow the follow steps to enable 'failed request tracing' in IIS: http://blogs.msdn.com/b/kishorerajendran/archive/2015/05/08/iis-failed-request-tracing.aspx I get a fr000001.xml file in my…
n179911
  • 19,547
  • 46
  • 120
  • 162
5
votes
1 answer

Activate both, WinCache and OpCache for php 5.6 to improve performance?

We're running a typo3-website on Windows Server using IIS 8.5 and php 5.6.15 via FastCGI. To improve performance and reduce db-load, we enabled the WinCache-Extension, because of it's UserCache capabilities. WinCache's OpCache is disabled, since it…
mjStallinger
  • 192
  • 2
  • 15
4
votes
2 answers

Why am I getting a '800a01a8' Object required error when loading XML from 3rd party API?

I started getting this error on our production Windows 2012 server running IIS 8.5: Microsoft VBScript runtime error '800a01a8' Object required: 'MERCHANTmydoc.documentElement' The error seems to occur on this line: Set…
4
votes
2 answers

WordPress 301 Redirects on IIS

I am really struggling with getting the 301 redirects working on our server after deploying a new website. Everything I have tried has either resulted in a 500 error or just plain not working. Below is the rewrite section excerpt from my web.config…
Burgi
  • 421
  • 8
  • 24
1 2
3
44 45