0
votes
0answers
50 views

How to increase memory and cache size for application pool in IIS 7 efficiently [closed]

I search internet for increase memory and cach for application pool in IIS 7 but all topics are diffused and I do't know the effect of that settings together. can some body describe How I can ...
0
votes
5answers
76 views

Port numbers for SSL

We have an existing web site with HTTP on port 80 and HTTPS on port 443. I'm adding a second site to that now, and from what I understand, I cannot host two sites on the same SSL port. So my ...
1
vote
0answers
80 views

MVC4 App opens with directory listing and gives a 404 for any direct URL's entered in the browser

I've just deployed a previously (on my local IIS) working MVC4 app to IIS 7.5 on the dev server. After tweaking this and that - one knows how these things get forgotten - the app finally launches, but ...
1
vote
2answers
52 views

Default Wordpress site on IIS

We have multiple wordpress installations on our IIS7 (Windows Server 2008) Server as follows: http://www.example.com/site_one http://www.example.com/site_two http://www.example.com/site_three These ...
1
vote
1answer
375 views

IIS - HTTP Redirect all requests for one virtual directory to another

How do I set up an HTTP Redirect rule to redirect all requests for a virtual directory to another virtual directory, when I don't know the hostname or complete URL, and cannot use the URL Rewrite ...
1
vote
1answer
147 views

dynamically rewrite URLs upon the user's selection - is it possible?

In my PHP based web application, there's a form that generates a URL according to the user's selection. The form has 7 different fields, each one of them affects the final URL, none of them is ...
4
votes
4answers
8k views

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 ...
3
votes
3answers
1k views

Why doesn't Firefox cache my images and CSS

I am using IIS7, I have already set up the following. But when I run Firefox it seems not to cache any of my images even with "remember history" set. <?xml version="1.0" encoding="UTF-8"?> ...
6
votes
2answers
844 views

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 ...
0
votes
1answer
176 views

Force hostname for request

I have a web server running Apache HTTPD 2.2 serving as a reverse proxy for my IIS 7.5 server. This worked fine, until I wanted to use OpenID (using DotNetOpenAuth). Since DotNetOpenAuth throws an ...
1
vote
1answer
189 views

Please explain some of the features of URL Rewrite module for a newbie

I am learning to use the IIS Rewrite module and some of the "features" listed in the page is confusing me. It would be great if somebody could explain them to me and give a first hand account of when ...