0
votes
0answers
39 views

Werid behaviour of IIS 6

I have a site who needs to be pointed to: inetpub\wwwroot\cakephp\app\webroot\ If I point the "Default Web Site" to that directoy, my web application works perfectly. Now, as I want to add more ...
0
votes
0answers
234 views

Configure IIS7 subfolders to work using a web.config file

I am having troubles to configure IIS 7 to work as I expect. I have been looking for solutions for some months but I don't get it working... At my wwwroot folder i have 4 subfolders (each one for a ...
3
votes
1answer
226 views

Local path in iis greyed out

I am trying to deploy an application to my website, but the Local Path in IIS Manager is greyed out. Why is this occurring?
2
votes
1answer
129 views

How do I find which Website has a particular hostname

I want to find which website listed in the IIS 6 Manager has a particular host header value configured in its identities. Currently I have to go through each website, right click properties, Web Site ...
2
votes
1answer
443 views

IIS6 error“The handle is invalid” when closing the IIS Manager mmc

We have a couple of servers that for some reason, show an error dialog when closing out of the IIS Manager. The error gives absolutely no information, and searches on Google and Bing have returned ...
0
votes
2answers
643 views

How can I access/administer IIS running on XP from other computers?

I have a question regarding IIS for XP. I used to install and use IIS 5.1 on my XP pro and install and use IIS 6.0 on XP pro 64bit edtion for a little while. I read that I can access and administer ...
0
votes
1answer
533 views

Remove all HTTP bindings from an IIS 6 site while leaving SSL bindings

We have a (remote, via a reseller) customer who configured their IIS6 server to not have any port 80 HTTP bindings, only port 443 SSL bindings. We would like to reproduce this without going through ...
1
vote
3answers
1k views

Is there a command line parameter for inetmgr.exe or inetmgr6.exe to specify the remote computer name?

I want to run something like the following and immediately connect to that server. c:\windows\system32\inetsrv\InetMgr6.exe \servername or c:\windows\system32\inetsrv\InetMgr.exe \servername
0
votes
1answer
414 views

Difference between adding MIME types in IIS via Websites vs Local Computer?

What is the difference between adding MIME types in these 2 different situations? When in IIS 6 manager... Right click on the computer name (local computer) > properties > mime types Right click on ...