-
Posted to
IIS 7 - Troubleshooting
by
salzano
on
11-30-2009, 2:40 PM
today, i found out that i am missing logs for one of my customer websites since july 2009. i verified the following:log directory in iis is accuratefile permissions on said directory are identical to others that are working log format and frequency are identical to others that are workingother websites are creating logsso i sabotaged the ...
-
Posted to
IIS7 - General
by
salzano
on
10-01-2009, 12:53 PM
Cool. I was still digging through PowerShell documentation when your reply appeared. This was quick and easy--I thank you both for your assistance. I used this, specifically:
c:\windows\system32\inetsrv\> appcmd list sites > sitelist.txt
PowerShell looks like a fairly powerful tool set, but it's not installed on our server and I ...
-
Posted to
IIS7 - General
by
salzano
on
10-01-2009, 10:48 AM
I need a printout of all the websites we have in IIS7, one of their domain bindings and whether that site is started or stopped. If I could export the Features View content to Excel or print some of its columns, that would be perfect. Any ideas?
Thanks
-
Posted to
IIS7 - URL Rewrite Module
by
salzano
on
07-10-2009, 12:28 PM
Yes, the www version works without the rules.
I have solved the issue after thinking about our last exchange. I learned that IIS 7 returns an empty 200 response for a domain that resolves at the server but is not bound to any website profile. I was used to the 400 bad request error that is returned by IIS 6 in the same situation, and assumed ...
-
Posted to
IIS7 - URL Rewrite Module
by
salzano
on
07-10-2009, 9:25 AM
[quote user="ruslany"]
The redirection URL does not look right. Try this:
<action type="Redirect" url="http://www.d*********.com/{R:1}" redirectType="Permanent" />
[/quote]
Again, your suggestion makes sense, but didn't help. I can get the www version to work and the non-www ...
-
Posted to
IIS7 - URL Rewrite Module
by
salzano
on
07-09-2009, 4:23 PM
Hey, that makes sense. I followed your advise, and now this website's webconfig looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
...
-
Posted to
IIS7 - URL Rewrite Module
by
salzano
on
07-08-2009, 9:01 AM
Thanks for your quick response.
[quote user="ruslany"]The rule will not work because the url pattern will never match the request.[/quote]
There has to be some other problem, because the "Test Pattern" feature in the IIS Rewrite module tells me that www.mysite.com/something does not match the pattern and ...
-
Posted to
IIS7 - URL Rewrite Module
by
salzano
on
07-07-2009, 5:03 PM
What am I missing?
I built the rewrite rule through the interface, but the webconfig looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
...
-
Posted to
IIS.NET Site Feedback
by
salzano
on
07-07-2009, 4:59 PM
i requested two forgotten passwords today, and never got a single email.
i just signed up this morning, and my password never worked. it appears that i am logged in now that i chose a username and filled out a captcha when clicking on a "questions/problems with iis.net?" link at the bottom of this site. up until i clicked that link, i ...