Questions tagged [iis-8]

The version of Microsoft's web server that comes with Server 2012 and Windows 8. It adds support for multiple SSL-certs for a single IP (SNI), web sockets, Application Initialization.

348 questions
1
vote
0 answers

PHP 7.3 doesn't show in WPI in IIS 8.5

I have 3 Windows servers, two of them are Windows Server 2012 R2 - IIS 8.5 and the other is Windows Server 2012 - IIS 8.0 I wanted to update to PHP 7.3.x automatically through the Web Platform Installer, but in both R2 boxes with IIS 8.5 there…
MirrorMirror
  • 105
  • 2
  • 12
1
vote
1 answer

HTTPS redirect occassionally failing in IIS

Environment information: Windows Server 2012 R2 IIS 8 IIS URL Rewrite Module 2 (13/04/2015) 7.2.2 Umbraco 7.11.1 Configuration description We have an Umbraco site which is bound to two primary domain names, let's call them sitea.com and…
agrath
  • 261
  • 2
  • 10
1
vote
0 answers

What is the recommended way of deploying a Java EE application in IIS?

I was given the task of deploying a Java EJB application in Windows Server 2012 with IIS 8. The application was previously deployed to Glassfish 4 on Jelastic. After checking the requirements, I decided that Apache TomEE Plus version 7.1 would be a…
Marc.2377
  • 227
  • 2
  • 15
1
vote
0 answers

IIS Renamed Images still show previous contents - Caching issue?

On our website using IIS 8, we are serving done jpgs on an image management screen.The images are on a separate hard drive that is connected in IIS via a virtual folder. All the photos are named with the entity ID followed by the photo number.…
1
vote
1 answer

IIS - Complete Certificate Request when Create Certificate Request was from another server

To be clear, I have both the csr and cer files. The csr was generated on my desktop. The cer was generated by our CA. I can import the site.cer file file but it doesn't show up in IIS because the csr is missing. Is there a way to import that csr…
whoisearth
  • 151
  • 2
  • 7
1
vote
2 answers

How do you stop users directly accessing files on a website in IIS

I want to stop users on the internet being able to enter this URL into a browser and access these files directly. How can I do this? for example: mysite/uploadedfiles/file1.txt is there any iis rule? Please help me.
Rakesh
  • 115
  • 3
1
vote
0 answers

asp.net jit multiple core slow

Using IIS I'm Running Asp.net 4.5 and trying to find a way to improve jit times on a machine multiple(8) cores. The test I use is timing 100 different pages. The machine i'm testing all this on is 4 core, 8 logical processors. The maximum I see csc…
Wayne
  • 11
  • 1
1
vote
0 answers

Temporarily restrict access to IIS website

We have a site (asp.net on IIS) that implements forms authentication. Some sections of the site are locked down and require registration, some are open to the public. This site is actively under development and we need to temporarily restrict…
Paddy
  • 111
  • 5
1
vote
1 answer

IIS not responding to requests

IIS with an exchange back-end isn't responding to valid queries, but will throw 400 Bad Request for invalid queries. From localhost PS: > telnet 127.0.0.1 80 GET / HTTP/1.1 HTTP/1.1 400 Bad Request [ etc. ] > telnet 127.0.0.1 80 GET /…
1
vote
0 answers

How to find cause of Classic ASP page errors - IIS8

I'm running a Windows Server 2012 R12 running IIS8. I have a classic ASP website running on it, and for the most part it runs fine. The website gets about 1.5 million page views per month (approx 400,000 unique page views). I have a custom error…
4532066
  • 131
  • 6
1
vote
0 answers

Recommended Perfmon counters to measure web server performance

Hi there are lots of resources in general about this question (I found this useful https://technet.microsoft.com/en-us/library/2008.08.pulse.aspx). However I would like some more specific suggestions. I'm a developer and I'm not a sys-admin, but my…
user1102550
  • 189
  • 1
  • 6
1
vote
1 answer

IP address of bindings in IIS can they be different to server IP?

Bit of a noob question, but in IIS, can I create a binding for a site (e.g. abc.domain.com) with an IP address that isn't the server's IP? E.g. server IP 192.168.3.4 Binding abc.test.com - IP 192.168.3.5 Is this a valid config? Thanks!
GurdeepS
  • 1,646
  • 5
  • 26
  • 33
1
vote
1 answer

No FTP login prompt windows 2012

I've just finished installing windows 2012 fresh. I setup the ftp service as I have in the past. Now, however, when I go to a command prompt on another machine and type FTP my.server.com It says "connected" but no login prompt is presented and…
Jon Glazer
  • 155
  • 2
  • 12
1
vote
1 answer

IIS - Chunked large file uploads fail without error

I need a way to send large files (5 GB) to my webserver, for this I use a plugin that can send chuncks of 100MB. I configured request/response limits and if I send files with a maximum of approximately 800MB, then everything is working fine. If I…
1
vote
1 answer

Why is IIS not allowing TCP connections from external IPs through NLB

I've got a development web server environment consisting of 2 Windows 2012 VM's configured with NLB (Multicast mode.) They are each using a single network adapter with 2 IP's assigned: the shared NLB IP, and their non-shared individual IP. Our usage…
Jordan Rieger
  • 388
  • 1
  • 6
  • 18