Questions tagged [iis7]
IIS – formerly called Internet Information Server – is a web server application and set of feature extension modules created by Microsoft for use with Microsoft Windows.
143 questions
0
votes
1
answer
143
views
CDN SSL Sertificate - Two web sites on IIS 7.0 - Port 443 Issue
I am using imperva CDN as proxy for my two web sites.
Also i am using IIS 7.0 (Windows server 2008-R2) as my web host.
Web site 1 is like : www.test-1.com
Web site 2 is like : www.test-2.com
After ...
1
vote
1
answer
421
views
Prevent Imperva CDN from showing origin IP info when we stop web site on IIS
I am using a CDN as proxy for my web site.
When i stop that web site on IIS & open web site in browser(without https://) default page of IIS shows like below:
CDN supports SSL.
For configure web ...
1
vote
1
answer
302
views
subfolder is not resolved without force typing https
I have set up the subdomain reg.example.com on a dedicated windows server 2019 (not the same server as example.com). The main url works when I don't type https (I simply enter reg.example.com in ...
1
vote
0
answers
112
views
Identical records in IIS logs
While inspecting the web server logs, I came across several instances of separate records that look just the same. For example:
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-...
4
votes
1
answer
137
views
How would you implement redirects for domain canonicalization, no-www, and HTTPS for IIS 7.5
For the moment I'm stuck with an IIS-server, unfortunately not my best subject (I'm much better w. Apache).
We have a site on a Win 2008 R2 Server with IIS 7.5.
It's an old site and we are working on ...
1
vote
0
answers
58
views
IIS7 Rewrite to block bad inbound linking not working
I want to block users to our site that are coming from links on seriously inappropriate website (e.g. warez, link bait sites, etc).
I have tried this but doesn't work - I go to the blocked site, ...
3
votes
1
answer
646
views
IIS7 rewrite rule triggers 404 rather than redirecting to new pagw
We recently replaced most of our default pages from default.htm to default.asp.
Rewrite rules work fine if it's a sub-folder, e.g. example.com/help/default.asp where the default.htm was deleted. If ...
1
vote
0
answers
188
views
My WordPress site is slow when I'm not using a VPN
I host a WordPress site which isn't behaving as I'd expect.
Its taking an age to load, sometimes timing out before its finished.
However, if I have my VPN (PIA) enabled, it loads immediately and is ...
0
votes
1
answer
5k
views
IIS 7.5 maxQueryStringLength configuration question
We have a Windows 2008 R2 server running IIS 7.5.
Applications running inside are occasionally making GET requests to themselves with a rather long parameter list (up to 3000 chars) and this, when ...
0
votes
1
answer
442
views
Does Classic ASP pages called with Querystring parameters are cached by the HTTP-level Kernel cache?
Our company have a website made in Classic ASP, which most of them are static pages.
We have enabled Kernal cache for 30 seconds in our web.config file in order to speed-up the displaying of all our ...
-1
votes
1
answer
542
views
In IIS 7.5, how do you redirect an HTTPS domain to the canonical domain?
So I have a site configured with example.com:80 and www.example.com:80, as well as a certificate for port 443.
When a user goes to the www.example.com:80 or 443, which has the SSL certificate ...
2
votes
1
answer
346
views
URL rewrite problem on IIS7.5
My aim is to create Friendly URLs for a website hosted on IIS 7.5.
The site has 3 pages with the following URLs:
http://www.example.com/contact.php?langid=1&title=contact
http://www.example.com/...
1
vote
0
answers
103
views
Are there settings that must go into the IIS ApplicationHost.config file only?
Are there setting that must go into ApplicationHost.config opposed to into web.config file under the IIS web server? I.e. Are there any settings not allowed in web.config, or can I move all my ...
2
votes
1
answer
567
views
Track Google Analytics from a redirected domain using IIS
I have a olddomain.com that redirects to newdomain.com and we want to know the best way to track how many people are coming from olddomain.com on Google Analytics?
Currently I have two rewrite ...
1
vote
0
answers
1k
views
Newbie looking for some help, iis vs wamp [closed]
I have been banging my head against a wall for several days now, searches rarely uncover the issue I'm having or a solution to the problem. Which I'm sure is a combination of my ignorance and not ...