Questions tagged [iis-7]

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

2135 questions
0
votes
1 answer

How to set IIS Logging to best fit this scenario

I need to monitor a IIS 7 App Pool (WCF is running on it) and I would like to read messages like: Request A Received. Pool is down. Starting Pool. Request B Received. Pool going up. Request C Received. Pool going up. Pool UP. Response A sent.…
Leonardo
  • 121
  • 6
0
votes
1 answer

Wilcard binding in IIS 7.5

Scenario Domain is mydomain.com Website host IP is 1.2.3.4 I have setup the DNS for *.mydomain.com to point to 1.2.3.4 Requirement I need to route incoming requests for *.mydomain.com to a single site in IIS 7.5 e.g. site1.mydomain.com,…
Jimbo
  • 309
  • 1
  • 5
  • 16
0
votes
1 answer

Intermittent DB connection failure

Recently I started to see intermittent errors in log files of my web application. Raising from different places of the application the error is always about failed connection to DB which is located on another server: A network-related or…
0
votes
1 answer

SSL Certificate Install in IIS7 from PFX issue

I was following along this list for installing an SSL certificate and got stuck on step 12/13. Apparently there is no 'director security tab' in IIS 7.x so I'm not sure how to proceed. In my IIS Server Certificates panel - I can currently see the…
user3267755
  • 121
  • 1
  • 3
0
votes
1 answer

IIS Request Filtering - Why filter querystrings

In IIS7 & 8 Request Filtering feature, you can have rules to allow or deny URL and QueryString. I get why you would want to block sequences that comes in with attack vectors such as drop or document.cookie but how do you know what querystrings to…
DomBat
  • 149
  • 1
  • 2
  • 8
0
votes
1 answer

Asphostportal IIS6 vs IIS7

I have two shared accounts at asphostportal. One uses IIS 6 and one uses IIS7. On both I have websites in Classic ASP. On the IIS 6 account, when I make an error in code and upload it then try to access that page, I get an error message that looks…
0
votes
1 answer

How to identify source / script of spam IIS 7

I am looking for a way to find the source of spam on one of my webservers, attached to Parallels Plesk Automation 11.5. The server currently runs Windows 2008 r2 & IIS7. The mail queue keeps growing and as one would guess, blocking the IP's is not…
Rudolph
  • 191
  • 1
  • 1
  • 10
0
votes
1 answer

Firefox presenting "Secure Connection Failed" page for our certs

Firefox does not like our internal certificates. I'm trying to figure out why... tl;dr - Our internal IIS servers, signed with our internal CA, present a "Secure Connection Failed" page, with technical details that say "Connection Not Encrypted".…
BeanBagKing
  • 111
  • 1
  • 3
0
votes
1 answer

Office Interope Needs IIS restart-Windows Server2008R2-IIS7

I have an application hosted at Windows server 2008R2 with IIS7 with MS Excel2013 32bit. This application uses Excel application to convert excel sheets to webpages. It works fine until user keeps using it. but if no user uses application for an…
AddyProg
  • 101
  • 4
0
votes
1 answer

How do I go about setting up multiple internal sites from one server on iis7?

What I'm essentially aiming to do is have a web server running Win 2008 Standard and IIS7 which will serve internal sites. The idea is that the sites will be accessed with a setup like the following: Site 1: http://intranet Site 2:…
LiamGu
  • 131
  • 3
  • 10
0
votes
1 answer

Is it possible to take an IIS7 site offline, with a 503 message?

is it possible to turn off / make offline, a website on IIS7 BUT it has a maintenance page 'sorry, we're offline' with a status 503? I know the app_offline.html page does this BUT it reports a 404, not a 503. Can this be done another way?
Pure.Krome
  • 6,508
  • 18
  • 73
  • 87
0
votes
1 answer

HTTPS Redirect in IIS 7 Only Working on Localhost

I am trying to force SSL redirection on a website through IIS 7 (Server 2008) using the following:
AndrewHPI
  • 1
  • 2
0
votes
3 answers

Migrating security certificate from IIS 6.0 to IIS 7.0

We have a security certificate configured in IIS 6.0 on our old server. We are migrating to a new server. How do I migrate the security certificate of our website from IIS 6.0 to IIS 7.0?
rboorgapally
  • 233
  • 2
  • 5
  • 18
0
votes
1 answer

HTTP error 403.4 SSL required, although I do not have SSL enabled

I have a SBS 2008. I am trying to enable the existing default DeltaDRL location #2 as shown in the CA-PKI-SnapIn. The error message is: download not possible. The location is http://pc-nt-mv.hug.local/CertEnroll/hug-PC-NT-MV-CA(1)+.crl I did create…
Daniel
  • 6,940
  • 6
  • 33
  • 64
0
votes
3 answers

MySQL configurations are not saved after restarting windows server machine

I have a PHP application hosted on a windows server 2008 R2 machine. I had a problem with strict mode in MySQL and solved it by disabling the strict mode using the following command set GLOBAL.sql_mode=''; When I restart the machine, strict mode is…
Hazem Taha
  • 111
  • 4