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

IIS 8.5 / Windows Authentication - 401 response on certain clients

We are running a Tomcat application behind a IIS 8.5 Windows Authentication Proxy, the redirect is via the tomcat AJP connector. We now have the problem that on certain clients, the authentication fails with a 401 error, the users get a logon prompt…
1
vote
1 answer

using a self-signed certificate with Amazon SES

I'm configuring Amazon Simple Email Service, I get to the point when I try to send an email and I get the error message: The SMTP server requires a secure connection or the client was not authenticated. The server response was: Authentication…
pedrommuller
  • 279
  • 5
  • 14
1
vote
0 answers

Video Streaming Fails on IIS 8

I am using FastCGI with IIS 8 on windows-server 2012. The server is hosting a Django based website. The website works fine until I stream the videos (which are saved in the media folder on the server and are webm files). FireFox does not render…
1
vote
0 answers

What's the difference between a sessionKey and a key container?

I know how to export/import key containers in IIS using the aspnet_regiis command. Using that, I can export e.g. iisConfigurationKey that is used in applicationHost.config for the AesProvider and import the key container on another server. But what…
Simeon
  • 111
  • 3
1
vote
1 answer

Google Chrome Returns err_connection_aborted, all other browsers display site

We're hosting a website with IIS on Windows Server 2012. Normally, the site is accessible from any browser. We're seeing the site intermittently accessible on campus when using Google Chrome. The chrome error is: err_connection_aborted. A user that…
SteadH
  • 666
  • 3
  • 16
  • 33
1
vote
1 answer

Using IIS URL Rewrite to redirect from one sub domain to another

I'm trying to set up IIS to redirect traffic from https://sub.foo.com to https://www.foo.com, but NOT redirecting any traffic to https://sub.foo.com/bar. The regular HTTP redirect module doesn't allow this kind of control (https://sub.foo.com/bar…
Mourndark
  • 159
  • 3
  • 14
1
vote
2 answers

IIS FTP stopped accepting connections after instance reboot, 421 Service not avaialble error

IIS FTP server stopped accepting connections, returning a "421 Service not available, remote server has closed connection." error message after the instance was rebooted. The problem does not appear to be a firewall issue. I had set up an IIS FTP…
J21042
  • 121
  • 1
  • 6
1
vote
1 answer

Windows server 2012 R2 limiting request data in php

I work mainly with with Linux based servers and Sugarcrm. One of my clients has deployed his suagrcrm instance on a windows server. SugarCrm is a php application that I would normally run under a LAMP stack but can work with MS SQL etc. Anyway the…
Andy
  • 11
  • 1
1
vote
1 answer

Can't connect to MSDeploy service from Visual Studio 2013

The Situation I have a hosted server that has our development webserver on it. I have installed the Web Management Service (via Web Platform Installer) and have setup an IIS Management user, setup delegations, started the service and I am trying to…
CodeWarrior
  • 199
  • 3
  • 9
1
vote
1 answer

IIS Server only accesible on port 80 within network

I have an IIS 8 server running under Windows Server 2012. When it is accessed over port 80, I can access it from within the network. With an internal IP address of 192.168.1.14, I can go to 192.168.1.14 from other computers' browsers in the network…
Jake
  • 602
  • 1
  • 9
  • 17
1
vote
1 answer

iis server export bcd file in use

I'm migrating the webserver to a different server. So I tried to export the IIS server into a server package. I've done this before and it worked like a charm every time. Today though this error message popped up. I used the default full export…
Feanaro
  • 153
  • 1
  • 1
  • 6
1
vote
2 answers

What happened to the ASP.NET account in Windows Server 2012 R2 and IIS 8.5?

I'm making my first foray into setting up an ASP.NET MVC 3 application on IIS 8.5 and Windows Server 2012 R2. This application uses Active Directory & Windows authentication for permission management. On IIS 6, I had to give the machine ASP.NET (on…
jason
  • 113
  • 1
  • 1
  • 4
1
vote
1 answer

IIS 8 URL Redirect on site level

I am trying to do a simple 301 perm redirect to another url in IIS 8. The end results would be if i navigated to domain2.com i would end up on domain1.com. We are moving from IIS 6 to a new server and have aprox 600+ sites that will be configured on…
jackncoke
  • 223
  • 1
  • 3
  • 9
1
vote
1 answer

How do i find out what's preventing delete requests from working in iis7.5 and iis8?

Our site has an MVC Rest API. Recently, both the live servers and my development machine stopped accepting DELETE requests, instead returning a 501 Not Implemented response. On my development machine, which is Windows 7 running IIS7.5, the solution…
Simon
  • 111
  • 2
1
vote
0 answers

IIS virtual location path

Sorry in advance, for this seems to be a very noobish question and should be easily fixable, yet I can't work it out: I am setting up windows authentication for a website running on IIS 8.5: The Yii framework of the website takes input like…
Worp
  • 327
  • 1
  • 4
  • 15