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
2 answers

Forward HTTP traffic to virtual machine

I have the following setup: One Windows Server 2012 with an external, static IP address (Name: P). On that physical server a virtual server is running via Hyper-V (Name: V). V hosts a secure website (HTTPS). P has the Remote Desktop Gateway service…
Daniel Hilgarth
  • 75
  • 1
  • 10
1
vote
0 answers

401 error when setting error responses to custom in iis

I was receiving 401 unauthorized access errors on my /account/login page The controller contains a [authorize] attribute while all the actions have [allowanonymous]. I have forms and anon authentication enable in IIS. The physical path credentials…
1
vote
0 answers

Securing iis 8 nt permissions

I have an win2012/IIS 8 webserver which I am trying to secure. I want to isolate each site/user to their own folder as best as possible. I have moved the websites to "c:\sites\mysiteA\", "c:\sites\mysiteB\" and so on. I have setup separate user…
David Meagor
  • 41
  • 1
  • 4
1
vote
1 answer

Binding SSL Certificate Reset in Win 2012

On a Windows 2012 server we create websites using C# code. This also applies the https binding w/ SSL. For some reason whenever a new site is created it sets all sites' SSL cert to "Not Selected" Is there way to prevent this? Code we use //get the…
aron
  • 129
  • 4
  • 13
1
vote
1 answer

how to configure intranet site on same server as internet site IIS 8?

Here is what I have: Mydomain.com's A record to my public IP. Org.Mydomain.com CNAME pointed to the same IP. DefaultWebSite is bound to * IP addresses in IIS and has the default iisstart.htm page. Org.mydomain.com(site in IIS) is bound to…
user1431356
  • 119
  • 1
  • 4
1
vote
1 answer

IIS Send 200 Instead of 405 when POST to a Static File

I am trying to deploy a static network speed test application. IIS need to behave like This Nginx Config. Everything working fine, but I need to send 200 instead of 405. When Running Upload Test. (POST request to a Static File) Looking for ISS…
1
vote
3 answers

SSL certificates apparently confusing different websites

My VPS contains a dozen or so websites, with several SSL certificate including the following. *.railtrax.com *.insiderarticles.com Currently, all the *.railtrax.com websites are working fine. But the *.insiderarticles.com website (I only have one)…
Jonathan Wood
  • 269
  • 1
  • 3
  • 13
1
vote
0 answers

4D app with https via IIS reverse proxy not working

I am trying to set up a simple reverse proxy for http and https for a 4D app running on a windows server 2012 R2. I got http working but not https. When I open the public firewall and access the 4D app directly https is working fine. Could someone…
KarlAlois
  • 11
  • 2
1
vote
1 answer

FTP Hostname and Username combied "|" (IIS windows server 2012 r2)

I have setup a working FTP site but a specific setup is being asked... This is credentials I use to login to my FTP (This works just fine) Host: "Myhostname" Username: "MyUserName" Password: "MyPassword" Port: 21 What I am being told is that we…
Alex
  • 11
  • 3
1
vote
1 answer

using appcmd to set physical path of a website

How can I use appcmd in IIS7 to set the physical path of a website? Something like... appcmd set site summit /[path='/'].path:c:\newpath
John Livermore
  • 303
  • 1
  • 3
  • 8
0
votes
1 answer

Can IIS 8 Request Filtering inspect/filter form posts?

I have a server which is constantly being attacked by malicious scripts (from various geo-locations, so IP filtering isnt effective) Fortunately, I have determined some of the form post values which are common and am hoping to filter the requests…
Jimbo
  • 309
  • 1
  • 5
  • 16
0
votes
2 answers

SQL attacks every 5 minutes

I'm looking at our Windows Server 2012 R2 logs and can see many of these type of warnings/errors http://example.com/page.aspx?aa4=1&bb3=20999999.1 union select unhex&c=E,1,4rln7NsBMfSHKp1Oxq9pnezDOpERYplN_SU,&typo=1(hex(version())) -- and 1=1 I've…
Computer
  • 111
  • 2
0
votes
1 answer

Routing Rules icon in Microsoft ARR 3 - Server Farm Section Does not exist

I want to implement Application Load Balancing by Application Request Routing - ARR3 on IIS8. I download ARR3 Source file and install on my server. the server farm section created in my iis but when I check the ARR modules it includes Cacheing,…
0
votes
1 answer

How to redirect mysterious bad referral URLs with dual top level domains

Over the last six months I have been seeing thousands of hits against non-existant, bad URLs under my company's domain (.NET CMS site running on Windows 2012 R2). For example, the correct friendly URL for a real page on our site will be…
Wolf Tone
  • 3
  • 1
0
votes
1 answer

Why is IIS 8 redirecting all HTTP requests to HTTPS?

I have a fresh install of Windows Server 2012 R2 with IIS 8 installed and all fully patched. I have created a new web site with a single page called home.htm and the site has an HTTP binding on port 80 and a host header. When I try to browse to…
Matt Coffey
  • 11
  • 1
  • 2