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
4
votes
3 answers

Disabling IIS Server Response Headers in Case of 404 and 302 Files

I use the following custom headers and rewrite rules to remove server response headers IIS 8.5 but when open the network monitor on Firefox or Chrome and point to any file with status 404 (as well as missing images) or 302 (as well as missing…
hsobhy
  • 1,493
  • 2
  • 21
  • 35
4
votes
0 answers

Tips for running IdentityServer4 in a web farm

Does anyone have experience with running IdentityServer4 in a web farm (multiple IIS servers) behind a load balancer? We've had some issues getting 2 servers to work together. I didn't see a deployment guide for IdentityServer4. There is one here…
gilm0079
  • 595
  • 1
  • 4
  • 18
4
votes
1 answer

Asp.net Core2 Web Api publish to IIS 8.5 always give 404 when access it

I am working on an Asp.Net-Core-2.0 web API project. I published the web API to IIS, now when I try to access it, it gives me a 404 Error message in all controllers. I have tried to google everything but nothing has helped me. If anybody requires…
Harshad Pansuriya
  • 20,189
  • 8
  • 67
  • 95
4
votes
1 answer

Getting 404 error on page refresh in Angular 4

We have deployed angular 4 application using 'ng build --prod' cli command and created 'dist' folder hosted on IIS 8.5, when we run the application then it's working fine but if pressed F5 key then getting 404 error. Note: please don't suggest to…
sanjay kumar
  • 838
  • 6
  • 10
4
votes
0 answers

IIS 8.5 stuck in UpdateRequestCache state

We are suffering from random high number of ASP.NET\Requests Queued. When we look at IIS worker proccess requests, there are hundreds of request stuck in UpdateRequestCache as you can see in picture (along side many other requests get stuck in…
4
votes
1 answer

IIS won't cache large (76MB) file

I can't seem to get IIS on Windows 2012 R2 to cache a large .exe file. That is, when I constantly request the file I see the file being read constantly in in Resource Monitor, and running netsh http show cachestate does not show the file cached. I…
James McLachlan
  • 1,368
  • 13
  • 27
4
votes
2 answers

How to find the URL of a site in IIS?

How do I found the external URL for a site in IIS 8.5 that doesn't list a host name in the bindings? I've got a client who has given me access to their web server and asked me to find the URL for their live and test sites. The live site is called…
boilers222
  • 1,901
  • 7
  • 33
  • 71
4
votes
2 answers

asp.net mvc bundles gzip compresstion not work

My Bundle Config is like this : public class BaseBundleConfig { public static void RegisterBundles(BundleCollection bundles) { bundles.Add(new ScriptBundle("~/bundles/Models").IncludeDirectory("~/Scripts/models/", "*.js", true)); …
4
votes
1 answer

Send a Response.Status = "404 Not Found" but let IIS remain on the same page

I have a simple question: Is possible to send the Response.Status = "404 Not Found" from a .asp page, but continue to render the actual page? Seems that when i send Response.Status = "404 Not Found" IIS moves to the default 404 error page, while i…
Hart
  • 186
  • 2
  • 12
4
votes
0 answers

Configure Client Certificate Mapping Authentication with Active Directory

I want to implement "Client Certificate Mapping Authentication with Active Directory" to provide enterprise security to our planned API. I just added a Client Certificate to my test user in the Active Directory. Installed the Client Certificate to…
Mario
  • 978
  • 2
  • 11
  • 31
4
votes
1 answer

Getting 500 Error code from asp.net core app on iis 8.5 windows server 2012 but works fine on console

Headline: Getting 500 Error Code when running asp.net core application on windows server 2012 IIS 8.5 but works fine when executed from command line by specifying the generated exe file i.e. "MyApplication.exe" Details: Its not generating any error…
adeel41
  • 3,123
  • 1
  • 29
  • 25
4
votes
3 answers

IIS 8.5: Change authentification mode for url sub path

We have a client intranet web application running as a remote proxy on IIS 8.5 with Windows Authentication enabled. Now, we need to disable Windows Authentication and enable Anonymous Authentication on the URL sub path /api/ to make all data from…
nrbrt
  • 162
  • 1
  • 10
4
votes
1 answer

Windows authentication for Mac browsers

I am encountering the following issue when trying to configure an intranet ASP.NET site in IIS 8.5 for Windows authentication. I have the IIS Windows authentication provider settings set to: Negotiate NTLM This works great for Windows-based…
Joshua Barron
  • 1,532
  • 2
  • 26
  • 42
4
votes
1 answer

Can I tell IIS 8.5 to return a 404 when using httpErrors?

I'm working on a (Web Forms) site running on IIS 8.5 and am currently setting up error handling for 404s and 500s. I already have the system.web > customErrors setup, but since we're running in Integrated mode/newer version of IIS it's pulling from…
James Skemp
  • 8,018
  • 9
  • 64
  • 107
4
votes
1 answer

Task Scheduler-Windows server 2012 - Last Run of the task is terminated by user

On my production server (Windows server 2012) i have scheduled various tasks. I have enabled Task Scheduler history but its of no use. LastRunResult of each of my tasks shows "Last run of the task was terminated by user" which means authenticated…