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
0
votes
0 answers

iis - Redirect URL by numeral in order

Good afternoon people. The issue is that I was testing redirecting pages and I ended up having to repeat the code 11 times. But I believe there is a way to automate this. If anyone can help me. What I want to do is access an address …
0
votes
1 answer

Getting actual, compiled ASP file in IIS Failed Request Trace

When an error occurs on an ASP (Classic, VBScript) page, the resulting error message (if error responses are set to be displayed) – and also the full FREB log, if you have that turned on – shows the line number in the processed ASP file where the…
0
votes
0 answers

IIS Web Server Single IP Multiple Sites

IIS 8 / Windows Server 2012 R2 I am new to IIS and need some advice regarding hosting multiple sites on a server with a single IP address. Not sure if I should be using application pools or VDs, or how to configure the bindings. My domain is…
TheOrdinaryGeek
  • 429
  • 1
  • 4
  • 13
0
votes
2 answers

How to receive an alert when a Windows Web server running IIS with no internet or SMTP connectivity is restarted?

I have 3 web servers, and I have little control over the antivirus that keeps restarting the machine at around 1am. This causes a critical program to stop running and I'm only aware of it in the morning. Is there a way for the server to send an…
Sean
  • 1
0
votes
0 answers

Somehow IIS site SSL certificate keeps automatically changing

Like the attached image, for some unknown reason, the SSL certificate sometimes will automatically changes that lead me to switch it back over and over again. We have look for the pattern but can't really find any clue. So my questions are What…
0
votes
1 answer

Windows Authentication not working on Windows Server 2012 R2

I've exhausted every bit of me to get Windows Authentication to work on the server and I cannot find any help on the internet. Windows authentication is working on my local PC, below is what I've done so far, kindly assist me understand if there's…
0
votes
1 answer

IIS ARR NTLM ntlmssp_negotiate

This is NTLM authentication: Get / -> HTTP 401 Get / ntlmssp_negotiate -> HTTP 401 ntlmssp_challenge Get / ntlmssp_auth -> HTTP 200 My problem is that ntlmssp_negotiate is not pass trough Expected Behavior: Request . Response loadbalancer:80 Get…
Mertuarez
  • 121
  • 4
-1
votes
1 answer

How to access IIS 8 default site outside of domain network?

Our web server 2012 R2 has a static IP address on our domain network and site is on IIS - can be accessed only if client is on the domain network via LAN or VPN. Cannot be accessed via internet. This is our GIS server and IT says it should be…
cob
  • 1
-1
votes
1 answer

IIS 8.5 Securing FTP

I have a IIS installation on Windows Server 2012 R2. I need to provide FTP access to a website. Its only one person. The easiest way to make it secure is to make an ip-restriction and only allowing his IP address? And if I do that, is there…
-1
votes
2 answers

direct url to server ip address and port

We have a Windows 2012 dedicated server. There’s a custom service running on port xxxxx which accepts connections from our custom built hardware devices over TCP/IP port. As of now we use servername.serverdomain.com:xxxxx to connect to the service…
AM0
  • 1
  • 2
-1
votes
1 answer

Concerns about Migrating from IIS6 to IIS8

We would like to migrate our websites from IIS 6 to IIS 8. I would like to understand if I could face any "additional" compatibility issues when we migrate to IIS 8/8.5 as opposed to IIS 7.
Vincent
  • 9
  • 1
-1
votes
1 answer

How many sites per pool in IIS8

I am migrating a old server to a new box and i am attempting to clean it up. This box has 600+ sites running on it. I wanted to know what the best practices would be for site pooling. These sites are for small businesses and some get more traffic…
jackncoke
  • 223
  • 1
  • 3
  • 9
-1
votes
1 answer

File server access via IIS 8 WebDAV using SSL and cert-based auth

I have: A hole in the corporate firewall allowing me to accept incoming connections on ports 80 and 443 Exactly one domain name for external web access No access to corporate DNS settings An onsite Windows Server 2003 domain controller also…
flabdablet
  • 139
  • 1
  • 6
-1
votes
1 answer

Howto urlrewrite for subdomain in IIS 8

I have 2 domains on server2012, IIS8 www.abc.com and www.xyz.com mailenable works like this way: www.xyz.com/mewebmail I want users to access their mails like that: webmail.abc.com this means I need to redirect (or urlrewrite) webmail.abc.com…
user231500
  • 1
  • 1
  • 2
-1
votes
1 answer

IIS8: Redirect subdomain to specific port

I've got a Windows 2012 vServer with IIS8. I've some applications running on it like YouTrack or TeamCity. From extern, I can point at them http://domain.tld:port/[query]. But I don't like that. What I want to have is…
1 2 3
23
24