Skip to main content

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.

Filter by
Sorted by
Tagged with
0 votes
1 answer
143 views

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 ...
SilverLight's user avatar
1 vote
1 answer
425 views

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 ...
SilverLight's user avatar
1 vote
1 answer
304 views

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 ...
Ali Sheikhpour's user avatar
1 vote
0 answers
115 views

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-...
gacanepa's user avatar
  • 111
4 votes
1 answer
139 views

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 ...
user255136's user avatar
1 vote
0 answers
58 views

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, ...
SKidd's user avatar
  • 49
3 votes
1 answer
649 views

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 ...
SKidd's user avatar
  • 49
1 vote
0 answers
189 views

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 ...
John's user avatar
  • 111
0 votes
1 answer
5k views

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 ...
David I's user avatar
  • 23
0 votes
1 answer
443 views

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 ...
AlexLaforge's user avatar
-1 votes
1 answer
546 views

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 ...
Jason Beck's user avatar
2 votes
1 answer
346 views

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/...
Dog's user avatar
  • 187
1 vote
0 answers
104 views

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 ...
claya's user avatar
  • 121
2 votes
1 answer
572 views

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 ...
Tahara Ezell's user avatar
1 vote
0 answers
1k views

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 ...
Finger78's user avatar
2 votes
1 answer
3k views

I have some URLs as follows http://localhost/wordpress/latest/joe/12 http://localhost/wordpress/latest/bloggs/14 http://localhost/wordpress/latest/thing/15 I would like to redirect them to http://...
pee2pee's user avatar
  • 254
0 votes
3 answers
2k views

This is a very strange situation. We have a number of sites hosted on a IIS 7 webserver. We put in a redirect for one subdomain to go to another site. Because we only have one web.config file, it ...
logixologist's user avatar
1 vote
1 answer
70 views

We experienced a strange attack yesterday. Our error log picked up the same 'out of memory' JavaScript error from a single IP address every 10 seconds. The requests came from 6 client ports on the ...
Andrew's user avatar
  • 11
1 vote
0 answers
50 views

We have a site that has 80-some-odd aliases. In other words, each host name's DNS entry points to the same IP address and port number, and when they reach our IIS7.5 server they are forwarded to the ...
dcoli's user avatar
  • 11
2 votes
2 answers
1k views

I recently started serving all my pages over https instead of http. I did so using this rewrite rule: <rule name="force https" stopProcessing="true"> <match url="(.*)" /> <...
Adam's user avatar
  • 737
1 vote
3 answers
219 views

Noob question here. I searched, but couldn't quite find anything that would explain how to do this. I'm using IIS7 on a 2 server web farm with traffic being load balanced to either of the two servers. ...
Fernando Vega's user avatar
1 vote
1 answer
2k views

I have a network share (say, \\mysite\myshare) being served by an IIS 7.5 virtual directory at (say) http://www.example.com/myshare. From a web browser, I can click & navigate every folder and ...
DanB's user avatar
  • 111
1 vote
1 answer
52 views

So I get an email from my boss saying that our VP would really like to use our subdomain.companyname.com/portal for a vendor. Keep in mind that I host "subdomain" now internally and that vendor is ...
blankip's user avatar
  • 464
2 votes
1 answer
4k views

I have created a WebSite in IIS, with the following correct physical path: d:\inetpub\wwwroot\nameofsite. When i try and browse for this site, I get a 404 resource missing error. From the webserver, ...
John's user avatar
  • 23
2 votes
1 answer
3k views

Within an IIS worker process, separate sites (i.e. domains) run in their own app domain. I have a site example.com which has a wildcard DNS record (i.e. *.example.com pointed to an IP.) Will ...
Darkwing's user avatar
1 vote
3 answers
9k views

I can't upload more than 2 MB. I read that IIS' max. upload size is 4 (actually 4,2) GB and ASP.NET's is 2 GB. I really can't think of an alternative. I could change the max. upload size in PHP but ...
William's user avatar
  • 2,363
0 votes
1 answer
299 views

I downloaded Etherpad for Windows On IIS7 Server I've created the directory "etherpad" and now I want to access from external. But while IIS Service is working on Port 80 the etherpad service is ...
Nasenbaer's user avatar
  • 131
0 votes
1 answer
59 views

I am hosting a webserver using IIS on my VPS and I have a domain through godaddy, how would I go about forward my domain to the webserver without mirroring the site using A records.
Ripmax's user avatar
  • 1
3 votes
3 answers
3k views

I'm about to re-work an old HTML-based site and would like to separate out the header and footer of the content into separate files as they'll be common to all pages. The current site author just ...
cpuguru's user avatar
  • 245
5 votes
1 answer
21k views

I'm running IIS 7.5 on Windows Server 2008R2. I currently run a site at the root of mydomain.edu. I also have a variety of applications (e.g., mydomain.edu/calendar, mydomain.edu/research, ...
MTAdmin's user avatar
  • 153
1 vote
1 answer
165 views

In IIS 7 for a certain subfolder of a web application. Does an empty list imply a "deny all" or an "allow all"?
Zeemee's user avatar
  • 113
2 votes
1 answer
218 views

I keep getting 404.7 (FILE_EXTENSION_DENIED) on a sub directory I have under my Default Web Site. Request Filtering allows htm and html files on the server level and the site level. A few months ...
Mike Cheel's user avatar
0 votes
1 answer
97 views

Is there a way, preferably PowerShell based, to extract all the configuration data for a particular web site, for installing that web site on site at clients?
ProfK's user avatar
  • 247
2 votes
1 answer
563 views

I've got a site that is using an Execute URL in the 403.4 error page slot that calls a page named forcessl.aspx. Here's the contents of the file: strWork = Replace(strQUERY_STRING, "http", "...
Phil's user avatar
  • 31
2 votes
1 answer
68 views

We currently run our Plone site across two servers, one (our DB server) that hosts the Data.fs & blobstorage and only runs the Zeoserver, and another (our App server) that runs four clients which ...
rain2o's user avatar
  • 141
2 votes
2 answers
3k views

I have a site site.domain1.com that needs to launch content from another domain - content.domain2.com but I encounter cross-domain JS issues when doing this directly. I basically need to make site....
U01SFA3's user avatar
  • 21
1 vote
1 answer
677 views

I have W2008 running IIS and have about 20 websites (all PHP, about half are WP) running on it. Currently I have this in the header on a few sites and it is working. But it is getting hard to ...
blankip's user avatar
  • 464
2 votes
1 answer
2k views

I have a question regarding a web service, http and https. First of all, there is a quite similar question with an accepted answer on StackOverflow. Like the questioner on SO, I have a simple working ...
Hauns TM's user avatar
  • 121
2 votes
0 answers
101 views

I know this question is kind of a WP and kind of a webmaster issue. I am really stuck troubleshooting how IIS is handling rewrites and permalinks. Anyone that can offer an explanation or demarcation ...
blankip's user avatar
  • 464
6 votes
3 answers
2k views

I've recently just finished building a small website and created friendly URLs using IIS7.5' rewrite module. The site has now been passed to the client's SEO guy and he says the friendly URL format I'...
Dog's user avatar
  • 187
1 vote
0 answers
50 views

I work for a software company and regularly deploy our web applications on our customers IIS boxes via an install wizard which was developed in-house. The install process by default creates a new App ...
Matt's user avatar
  • 111
2 votes
2 answers
6k views

I've always used Apache for all my web development work and I'm struggling to get my head around IIS. I've got an API that re-routes all requests to one particular file: 'api.php', how would I do the ...
user2983512's user avatar
1 vote
1 answer
2k views

I have installed DokuWiki on IIS7. As per my teams requirement we have to move just the Data directory to other server location, e.g.: IIS7 installed DokuWiki location: C:\inetpub\wwwroot\dokuwiki\...
Amit's user avatar
  • 21
0 votes
1 answer
868 views

I have 2 websites on the same server in IIS7. These websites are required to be separate (Application Pools will not suffice). I have a single domain and am not able to create subdomains. Because ...
jpsnow72's user avatar
  • 113
0 votes
1 answer
11k views

I am attempting to redirect the IP address of my domain to the domain name and am running into trouble. The IP address does not redirect to the domain name listed in the redirect statement below. ...
SwDevMan81's user avatar
0 votes
1 answer
80 views

I thought if I removed the host name from the site's binding, like the Default Web Site, just my machine name in the URL would work, but I replaced the binding, and thought my machine name/IP address, ...
ProfK's user avatar
  • 247
0 votes
1 answer
153 views

Suppose I have many different website created on IIS 7 on Windows 2008 R2. Each of them may have different application pool: .NET 1.1 .NET 2.0 .NET 3.5 .NET 4.0 What the system account to run all ...
KentZhou's user avatar
  • 101
1 vote
1 answer
5k views

I'm struggling with a legacy app that uses special characters like %26 in the URL. The characters don't affect the app but can't be changed, so I'm trying to get IIS to deal with them. I've tried ...
plumtreematt's user avatar
1 vote
1 answer
1k views

I have two websites being served on IIS 7.5 Windows Server 2008, with one site (projects.com) recently moved so that it now sits under the 2nd site (mainsite.org). This sub-site has numerous resources ...
krausdogs's user avatar
1 vote
1 answer
1k views

I would like to know how to create a subdomain that is a link to an SQL Server database. I have Windows Server 2008 R2 and SQL Server 2008. I have a static IP on the Windows server, and I have a ...
jwatts1980's user avatar