-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I need to move all my sites on a server with IIS 6 to another one, that has same OS (Windows Server 20003) and same IIS version. I'm trying to understand which is the best way to do it. Searching on Google I've found that there are at least 2 methods, one uses IIS Migration Tool, and another…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
I need to move all my sites on a server with IIS 6 to another one, that has same OS (Windows Server 20003) and same IIS version. I'm trying to understand which is the best way to do it. Searching on Google I've found that there are at least 2 methods, one uses IIS Migration Tool, and another…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have the following websites set up in iis 6.
site1.com
site2.com
site3.com
Accessing site1 is via the address https://site1.com. Accessing site2 and site three should be through http.
When I try to access https://site2.com it displays the website of https://site1.com. How can I stop this. I either…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
On three separate occasions on two separate servers at nearly the same times, 6.9 hours seemingly went by without any data being written to the IIS logs, but, on closer inspection, it appears that it was all recorded all at once.
Here's the facts as I know them:
Windows Server 2003 R2 w/ IIS6
Logging…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've installed an ASP.NET 2.0 virtual directory application on the default web site in IIS6 (Windows 2003 computer) with a Visual Studio generated web deployment setup.
Unfortunately, following a successfull installation, I'm unable to access our web site. I get a permanent redirect from IIS as shown…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I've been trying unsuccessfully to enable gzip HTTP compression on my Windows Azure hosted WCF Restful service which returns JSON only from GET and POST requests.
I have tried so many things that I would have a hard time listing all of them, and I now realise I have been working with conflicting…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My web hosting provider is running IIS7 and I am having loads of trouble to get gzip compression to work properly. Host admins say compression is installed. I can confirm compression using some online checking services but not with others. PageSpeed Firefox add-on also says the site is uncompressed…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
YSlow has suggested that I use HTTP compression to improve the performance of my site. However, as noted by Yahoo that are some problems.
There are known issues with browsers
and proxies that may cause a mismatch
in what the browser expects and what
it receives with regard to compressed
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm making an installer program for my web application. My web application uses CSS and JS heavily, so I want to enable both Static and Dynamic HttpCompression for IIS7/7.5.
It needs 2 steps:
I can modified the web.config, put <httpcompression> tag, it's ok.
DynamicContentCompression must…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi, I was sniffing the response header of one my sites and apparently is not using http compression to deliver responses because I'm not seeing the Content-Encoding: gzip in the response header.
But the weird thing is that phpinfo() shows me HTTP_ACCEPT_ENCODING: gzip,deflate,sdch
Im using a rackspace…
>>> More