Questions tagged [iis]

IIS is the acronym for Internet Information Services, the webserver provided by Microsoft.

Taken from the official IIS website:

Internet Information Services (IIS) for Windows® Server is a flexible, secure and easy-to-manage Web server for hosting anything on the Web. From media streaming to web application hosting, IIS’s scalable and open architecture is ready to handle the most demanding tasks.

215 questions
14
votes
2 answers

What is the advantage of increasing "maximum worker processes" in IIS?

What is the advantage of upping the "Maximum Worker Processes" from the default of 1 in IIS? Given that it seems any worker process can reply to a request from a single client (ie they are not assigned a client) and that session variables are only…
Digital Lightcraft
  • 839
  • 2
  • 9
  • 20
8
votes
2 answers

Huge difference in visits/hits between IIS logs and google analytics

I use google analytics to monitor visitors access, and I am very happy with it, easy to use blabla, you name it :) Few days ago I copied IIS logs from website and used free/evaluation commercial log parsers on the market to find out what RAW IIS…
fborozan
  • 213
  • 2
  • 5
8
votes
1 answer

Add custom domain on Azure without application restart?

Few months ago Azure started restarting applications when change occurs in custom domains. This behavior is, of course, quite bothersome as, aside of unnecessary restarts, startup on Azure can't exactly be called swift. In my case I have two…
PTwr
  • 131
  • 3
8
votes
6 answers

Remove HTTPS site from Google search index because users are getting a certificate error

We have a busy website where we never used SSL. Recently its indexed by Google as https://www.example.com. The users are getting security certificate errors. In google webmaster tools we can only remove the relative URL. For example, any thing…
rumi
  • 181
  • 1
  • 3
7
votes
1 answer

Why doesn't FireFox cache my JavaScript file?

I've been trying to figure out why Firefox does not cache my JavaScript file. I don't have this issue with Chrome or IE. Here is what my server's Response Header looks…
Roman Mik
  • 213
  • 2
  • 5
6
votes
4 answers

Google Webmaster Tools says my XML sitemap "appears to be an HTML page"

We're running a lot of sites and we've started to get a lot of these errors in Webmaster Tools: Sitemap is HTML Your Sitemap appears to be an HTML page. Please use a supported sitemap format instead. One of the problematic sitemaps:
Adam Lynch
  • 421
  • 5
  • 11
6
votes
0 answers

Fetch as google Content-length: 0 when using IIS with active request routing (ARR)

I'm very new to this and just had a new issue dropped on my desk which I could use help with. Basically all requests for domain name www.example.com are routed through an IIS with active request routing (ARR), which then routes the request to the…
joebegborg07
  • 161
  • 1
6
votes
3 answers

IIS URL Rewrite http to https EXCEPT files in a specific subfolder

I am trying to force all traffic on my web site to use HTTPS, using the URL Rewrite 2.0 module added to IIS 7.5. I got that working and now have a need to exclude a couple of pages from using SSL. So I need a rule to rewrite all URL except those…
BrettRobi
  • 251
  • 1
  • 2
  • 6
5
votes
1 answer

IIS sub-domain reverse proxy based on host name

I have a virtual machine in azure running three self hosted applications (not hosted in IIS) on three different ports. I can access them at the urls below: my-server.cloudapp.azure.com:8080…
kimsagro
  • 61
  • 7
5
votes
3 answers

Can't access website from same network

I've setup IIS locally to host a website. I've created a free NOIP account so I can access it with a domain name. It's temporary, so I plan to assign a real domain to it later. I setup port forwarding on the router. Everything is in place. I…
Charlie74
  • 201
  • 1
  • 2
  • 9
5
votes
1 answer

How to manage 70K redirects

I have a website with about 1.5M pages. I am condensing pages that do not have large amounts of content to improve the quality of the site. As a result, I have about 70K pages that I have added a canonical link to, pointing towards the new master…
5
votes
1 answer

IIS Dynamic IP Restrictions Module and Googlebot

I consider using IIS Dynamic IP Restrictions Module in order to make it hard for DoS (Denial of Service) attacks. But I am not sure how that would work out for search engine bots like Googlebot. Any idea?
tugberk
  • 787
  • 3
  • 8
  • 18
5
votes
5 answers

How to change the listening port on IIS 7 web application?

I have an apache running on port 80, I want to move my Web Applications to *:8080 But I don't remember how. I've seen this link but Edit Bindings isn't in my options list. Not even in Basic Settings nor in Advanced Settings. Heres An image of What…
apacay
  • 181
  • 1
  • 1
  • 6
5
votes
1 answer

Will not having https redirect from example.com to www.example.com affect SEO

I've recently set up SSL for a bunch of my domains using a Positive SSL Multi-domain certificate from NameCheap, my domain provider. In the past when I was using single domain certificates, they would cover both the www domain and the non-www…
JeffryHouser
  • 151
  • 2
4
votes
1 answer

How can I redirect all my files on old URLs to new URLs on IIS?

I've been looking and trying out different pieces of code for months to no avail. Most of what I have found is for .htaccess, and not for IIS. I have two scenarios: subdomain1.domain.com to subdomain2.domain.com keeping everything appended intact.…
1
2 3
14 15