-
Posted to
IIS7 - General
by
JaroDunajsky
on
10-13-2009, 12:04 PM
If a hostname based site (:80:www.site1.com) is stopped and there is a port based site running on the same port (:80:) then the port based site would take over processing requests when the hostname based site is stopped.
But why don't you just configure 2 sites with the same hostname based binding and switch between ...
-
Posted to
IIS7 - Publishing
by
JaroDunajsky
on
10-09-2009, 9:42 PM
The best I can think is a vey unlikely case of corrupted MSi that is maybe cached locally or between your machine and microsoft download center.
That would explain why it fails to install. The MSI log file doesn't appear to give comprehensive information about corrupted files (though you can open the log ...
-
Posted to
IIS7 - Publishing
by
JaroDunajsky
on
10-08-2009, 3:24 PM
What is your OS version? What location on www.iis.net have you used?
I just tried to install FTP7.5 on 64bit Win2008 using Web Platform Intaller and it went fine. I also succesfully tried to directly run MSI following the amd64 link on http://www.iis.net/extensions/ftp
You could try to save MSI locally and install from command line using ...
-
Posted to
IIS7 - URL Rewrite Module
by
JaroDunajsky
on
08-12-2009, 3:50 AM
Not sure what limitations do you have in mind. You mean potential issues with Visual Studio and IIS7 debugging when URL Rewrite is used?
Well, you will not get the intellisense when adding/editing URL Rewrite specific configuration to the web.config files from Visual Studio. You could use IIS Manager to write URL Rewrite settings (which ...
-
Posted to
IIS7 - URL Rewrite Module
by
JaroDunajsky
on
08-11-2009, 6:41 PM
There is no way today to enable URL Rewrite with the Cassini. You would need to use VS to debug on top of IIS7. But your scenario is considered to be supported in the future. Unfortunately I cannot provide you any more details at this time.
-
Posted to
PHP Community
by
JaroDunajsky
on
07-28-2009, 7:20 PM
You should check security settings on your content directory. Unless your PHP application is explicitly writing ACLs on the file, they would be inherited from settings on the content directory
-
Posted to
IIS7 - Extensibility
by
JaroDunajsky
on
07-28-2009, 7:17 PM
I don't exactly understand what your situation is, but you should not make any assumptions between the pattern of data received by client and sent by server. Data sent by server may be buffered by transport layer, there may be coallescing happening over multiple sends from client as well.
What is the actual problem you are seeing? Are ...
-
Posted to
IIS7 - Web Farms
by
JaroDunajsky
on
07-28-2009, 7:09 PM
If you configure IIS programatically, you can specify a commit path. For all the settings that don't need to be distributed you could write them to the applicationhost.config so there would be no web.config files created by IIS for IIS specific configuration. That would allow you to maintain site level web.config to satisfy your scenarios
-
Posted to
IIS7 - Publishing
by
JaroDunajsky
on
07-28-2009, 3:36 PM
Are you using the FTP server that ships with Win2008 (FTP 6.0) or have you downloaded it from the www.iis.net (FTP 7.0)?
Have you configured any other custom values? From the description it is has to guess what is going on. I could speculate that you configured the passive port range to be very narrow (1-2 ports and) there is a client every ...
-
Posted to
IIS7 - Publishing
by
JaroDunajsky
on
07-28-2009, 3:27 PM
For EFS to work you will need to enable custom properties with WebDAV. The problem you are seeing has to do with the fact that encrypted bit flag is not saved on the webdav side hence client gets confused upon retrieval since it will think the file is not encrypted and you will see nothing but ...