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

IIS Redirecting by domain in ASP.NET MVC 4

I've created an app that is like a mini-shop, but now I have two problems with my clients: Some of them want it to be their domain, instead of mine, say: http://myshop.com/?shop=a197dc43fd89e should be: http://store.theirdomain.com I can check…
1
vote
1 answer

IIS 8.0 Second Website on port 81 not visible publicly

I have been given a VM in Windows Azure with Windows Server 2008 R2/ IIS 8.0 running. It has a default website. Now I wanted to create a dev version of that site at some other port, say 81. I added that application and added inbound rule in the…
bilal.haider
  • 113
  • 1
  • 5
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
  • 506
  • 10
  • 21
1
vote
1 answer

Reading IIS error logs - status and substatus

While trying to troubleshoot an IIS error I came upon a guide that discussed the error code in the IIS log. The 4 server logs you NEED to know to fix any IIS / ASP.NET error The post uses the following excerpt from an IIS log file ... 2013-06-16…
webworm
  • 604
  • 2
  • 8
  • 18
1
vote
0 answers

HTTP 503 Service Unavailable. IIS 8

After installing Helicon Zoo in IIS to deploy python django app on IIS I ve got with other applications, which were deployed before and working, HTTP 503. Logs give next information (for DefaultWebSite): A listener channel for protocol 'http' in…
1
vote
0 answers

What's the best way to read/write to UNC virtual directory on IIS8?

I have IIS8 on Windows Server 2012 on one server, and Windows file server on Windows Server 2008 R2 on another server. I am trying to read/write from ASP.NET MVC 5 application running on IIS8 to a unc virtual directory pointing to a file share on…
1
vote
2 answers

Access IIS 8 Localhost from internet

i want access my localhost(IIS 8 On Windows 8) from outside using internet access. I get my public ip from whatismyip.org (202.67.xx.xx) and follow this link to open a port(80,443,8081-8082). So i created 3 new rules for port that allowed all…
Yohanim
  • 157
  • 1
  • 3
  • 10
1
vote
1 answer

IIS 8.5 Outbound rewrite rules cannot be applied when the content of the HTTP response is encoded ("gzip")

I'm configuring IIS to work as a proxy in front of several java web servers. I know that static compression cannot be enabled when using rewrite rules because the outbound rule won't work. There are several post concerning this issues and some blog…
jelle
  • 35
  • 1
  • 8
1
vote
0 answers

IIS8 ASP.NET : What effect does private memory limit have on GC and Cache

I'm having a real tough time of the documentation. I can verify with my eyes a worker process will attempt to stay bellow the private memory limit set on the application pool however I can not turn up the documentation around this. I've seen it…
Rapzid
  • 186
  • 5
1
vote
1 answer

IIS8 and ARR 3.0 using different SSL certificates

We would like to use our expensive company named SSL certificate on the ARR load balance server and rewrite URLs to the content (web)servers which will use a general wildcard SSL certificates. Is this possible or is it restricted to using the same…
strobosch
  • 33
  • 2
1
vote
1 answer

getting a 404 error on Ghost (blog) / IIS 8 in a virtual directory

what I want to do is to have ghost hosted in a virtual directory or application something like: www.mysite.com/blog what I have installed so far IIS 8 - url rewrite 2 Node.js v0.10.24 x64 Ghost 0.3.3 iisnode x64 I followed the instructions on…
pedrommuller
  • 279
  • 5
  • 14
1
vote
0 answers

Can I set up IIS 8 to reverse proxy some POSTs to an external server?

I've pointed www.myoldsite.com to a new IP address, and that IP address hosts www.mynewsite.com on IIS8. I'm trying to reverse proxy some POSTs back to www.myoldsite.com via ARR but I'm not able to get it to match the Request URI pattern. I have…
mikebridge
  • 195
  • 1
  • 2
  • 11
1
vote
1 answer

Windows 2012 R2 IIS 8.5.9600.16384 and Google Go Webservice in parallel

My network adapters are using three IP4 addresses: a b c The IIS runs two sites: A, B and the binding is A>a:80 B>b:80 B>b:443 I configured the IIS to listen to a and b as follows: netsh http add iplisten ipaddress=a:80 netsh http add iplisten…
Holger Schmeken
  • 123
  • 1
  • 1
  • 7
1
vote
1 answer

Enable SSL for "Sub-Application" in IIS 8

I have a website in IIS 8 that has several applications nested under it. So: example.com | ---app1 | ---app2 example.com has both an http binding on port 80 and an SSL binding on port 443. Both work. However, the app1 and app2 are…
rybl
  • 245
  • 2
  • 8
1
vote
1 answer

ColdFusion 10 with IIS 8 on server 2012, does tomcat need to be installed separately?

I have ColdFusion 10 setup on Windows Server 2012 with IIS8. My isapi_redirect.log tells me Tomcat is probably not started or is listening on the wrong port I have setup the tomcat connector in IIS and checked it all a hundred…
user200868
  • 11
  • 2