Questions tagged [iis-8.5]

IIS 8.5 is the version of IIS that ships with Windows 2012 R2, and Windows 8.1.

IIS 8.5 is the version of IIS that ships with Windows Server 2012 R2, and Windows 8.1.

IIS 8.5 includes several new features not found in IIS 8.0 or lower:

  • Enhanced logging. An administrator can enable the logging of additional custom fields from request or response headers, or from server variables.
  • Logging to event tracing for Windows. An administrator can enable the sending of logging information to Event Tracing for Windows (ETW).
  • Dynamic Website activation. If there are a large number of configured sites (100 or greater, by default), the service will not activate any of the sites when the service is started.
  • Idle Worker Process Page-Out. An administrator can enable an idle worker process to be suspended rather than terminated.
353 questions
0
votes
2 answers

Find out which user or which file is modifying a specific file on Windows IIS8.5

We have an ASP Classic based web site running on IIS 8.5 and have an issue where a file is being modified and the contents of that file are deleted. It happens randomly so we suspect an ex employee still has a user account or possibly has a file on…
Tommy Arnold
  • 101
  • 3
0
votes
1 answer

Replace SAN SSL cert on IIS 8.5 swiftly

I have searched in vain to find a solution to this specific query but cannot find a situation identical to mine. In IIS 8.5, say I have multiple domains, and I have a SAN SSL cert (not wildcard) bound to each one using…
benpage
  • 185
  • 1
  • 9
0
votes
1 answer

Intranet running on IIS 8.5 with only Windows Authentication enabled returns 402.1 and then 403 error

WE've got an ASP.Net MVC application running on an internal server. We are using only Windows Authentication to allow access to portions of the site. When we set IIS to require an SSL connection (using internally generated cert) we always get a 403…
John S
  • 125
  • 6
0
votes
1 answer

IIS Web Farm not processing request

I have setup a IIS web farm using Windows Server 2012 R2 Standard, IIS 8.5 with the following extensions: Web Farm Framework v1.1 External cache v1.0, URL Rewrite v2, ARR v3. Ref:…
ilovetolearn
  • 175
  • 7
0
votes
1 answer

IIS 8.5 throwing 400 Bad request in Production when calling REST WS using Post method

I've a strange issue. Let me explain in details below step by step: I've a vendor developed REST WS (Made using WCF) for synchronizing data with MS CRM. I've developed a windows service, which fetches batches of data to be synchronized from a…
S M Kamran
  • 125
  • 1
  • 8
0
votes
1 answer

IIS hosted WCF service accessible from one domain but not the other

I am accessing some api url with address : http://x.x.x.x:25055/CaseStatus.svc/json/21480 I can access this URL directly from my browser, but when I access this url through PHP curl from my live site (hosting server A), I am getting connection…
MJ Khan
  • 113
  • 5
0
votes
1 answer

why would HTTPS files fail to load on HTTP page?

What are circumstances under which HTTPS resources (scripts? images? videos? iframes?) will fail to load inside of an HTTP page? The files are being served from IIS 8.5, and the problem occurred on multiple browsers. When the files are sent as HTTP,…
Foo Bar
  • 161
  • 8
0
votes
2 answers

Let's Encrypt Name Mismatch on SSL Certificate

BACKGROUND I have a website which is up and running and has a SSL certificate that I bought, I didn't know about Let's Encrypt at the time. I am planning a re-write of the application. I'm moving it to ReactJS, so I am building a .Net Core API to…
J86
  • 401
  • 3
  • 8
  • 15
0
votes
1 answer

ASP.NET file created by one AppPool not readable from another

I have two ASP.NET applications, configured to have a read/write access to a shared NAS location that they use as a simple key-value file store. The NAS location is mapped locally to each application by using NTFS directory junctions, like…
aoven
  • 101
  • 1
0
votes
0 answers

website not working over IPv6 ISP

I have domain example.com which is hosted over window server 2012 R2, IIS 8.5. My web server is IPv6 enabled, online tools are able to resolve my domain over both IPv4 and IPv6, My website is working fine over IPv4 ISP,when i enter example.com in…
user3782114
  • 111
  • 2
0
votes
1 answer

Hosting sub domain of a website on Windows server 2012

I have a domain named: mydomain.com. The website mydomain.com and some sub domain like sub1.mydomain.com, sub2.mydomain.com are hosting on a shared hosting (public IP address: 1.2.3.4). Now, i want to hosting a sub domain: sub3.mydomain.com on a…
0
votes
1 answer

IIS Case insensitive Virtual Directory(App) issue

I have an app in IIS whose url is "http://localhost/MAIN", please note the uppercase virtual directory. When I try to access this url with a lower case app/virtual directory name, like "http://localhost/main" then the app turns the url into…
Numan
  • 111
  • 1
  • 3
0
votes
1 answer

Erro 502.4 configuring load balancer with IIS server Farm

I'm trying to do the follow configuration with IIS SERVER02 - Run two sites (SITE_A with anonymous Authentication, SITE B with WIndows Authentication) SERVER03 - Run two sites (SITE_A with anonymous Authentication, SITE B with WIndows…
Joao Vitorino
  • 146
  • 1
  • 9
0
votes
1 answer

Is IIS_IUSRS required to secure a website?

Looking at the default security permissions of "wwwroot", I see that "IIS_IUSRS" has multiple permissions : Read&execute/List folder content/Read. However, when I delete this group, the default website is always working. Moreover, i already created…
Spilarix
  • 125
  • 5
0
votes
1 answer

IIS multiple sites - New website and port vs New virtual directories

I want to have two sites in the same computer, under inetpub/wwwroot. Should I create two Web Sites running on different ports ( 80 and 8080 for example) and then link each domain to each of them. Or should I make use of virtual directories and have…
Steve
  • 203
  • 6
  • 13