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

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
1
vote
1 answer

Configure NLB for IIS Websites

We have two IIS Servers SERVER A and Server B, where my website (port80) is hosted. I have configured a NLB CLuster for this website using fortinet firewall. and all the links which are pointed to cluster IP. Health monitor for NLB is configured as…
Ansar
  • 11
1
vote
1 answer

Client Machine uses Kerberos only when fiddler is open

I'm trying to get my web app to use the users credentials when connecting to SQL which is on a different box to IIS. I believe I have set up all the authentication settings, but it doesn't work and tries to connect as Negotiate(NTLM) except when…
Noreen
  • 11
1
vote
1 answer

IIS 8.5 URL Rewrite redirect with URL-Parameters

I want to redirect a SEO-Friendly outgoing link like example.com/out/productxyz with IIS 8.5. So I created a Rewrite-Rule with the Action-Type forward. The target URL has Parameters, e.g. example.com/action.aspx?param1=value¶m2=value The Problem…
Lion
  • 508
1
vote
1 answer

"Save configuration to file" IIS 8

I am looking for the "Save configuration to file" function as in IIS 6.0 but in IIS 8.0? Tried "Export Server Package" but this failed? How do you do this? Apologies but I'm a dev really, I'm configuring a new dev machine.
Liam
  • 77
0
votes
1 answer

Is there a default http body size limit set by iis8, and if so, what is it?

Is there a limit, and if so what is it? The following page: http://www.iis.net/configreference/system.webserver/asp/limits explains the following: the maxRequestEntityAllowed attribute specifies the maximum number of bytes allowed in the entity body…
0
votes
0 answers

IIS 8.0 Problems serving up huge static pages

I have an internal IIS server that is used to serve static html pages located on a network share, mounted as a virtual directory. Some of these static html pages are HUGE- I have seen a couple that were 50MB of html, with over 8000 embedded…
Nicros
  • 133