-
Posted to
IIS7 - Publishing
by
robmcm
on
11-17-2009, 4:38 PM
Is the administrator account a local account or domain account? If the administrator is a local account then you would need to use the following path:
HostingRoot
DOMAINNAME (physical dir)
user1 (physical dir)
user2 (physical dir)
etc.
LOCALUSER
administrator (virtual dir pointing to HostingRoot)
If this still does not work, I ...
-
Posted to
IIS7 - Publishing
by
robmcm
on
11-11-2009, 11:23 AM
BTW - On one of my servers, I do not use either Basic Authentication or IIS Manager Authentication for FTP ; I use FTP extensibility to create custom authentication providers for all of my FTP sites. This requires a little bit of coding, but it allows you to create custom authentication providers for FTP that do not use Windows accounts or IIS ...
-
Posted to
IIS7 - Publishing
by
robmcm
on
11-11-2009, 11:11 AM
You can use either Basic Authentication or IIS Manager Authentication for FTP - both will work in your situation, the choice is based on the level or type of security that you want to implement. Here are some things to consider:
Basic Authentication – this requires the use of physical accounts.
PROs: Accounts can be in a domain, therefore ...
-
Posted to
IIS7 - Publishing
by
robmcm
on
11-11-2009, 10:40 AM
This depends on the type of FTP user isolation. Using the "User name directory (disable global virtual directories)" mode of FTP user isolation, you could create a physical structure like mh8759's example:
HostingRoot
DOMAINNAME (physical dir)
user1 (physical dir)
user2 (physical dir)
etc.
Then you could create a ...
-
Posted to
IIS7 - Publishing
by
robmcm
on
11-11-2009, 10:33 AM
The FrontPage Server Extensions do not work with IIS 7.5 - therefore they are not supported on Windows Server 2008 R2 or Windows 7. You may see a bunch of errors if you try to install FPSE with IIS 7.5, and after the installation has completed they will not work.
Quoting some of my earlier posts, currently there are no plans to support FPSE on ...
-
Posted to
IIS7 - Publishing
by
robmcm
on
10-19-2009, 12:47 AM
Unfortunately, the FrontPage Server Extensions are not supported on Windows 7, and you will see a number of errors if you try to install FPSE on Windows 7, and you will see additional errors if the FPSE installation somehow manages to succeed and you try to use FPSE.
-
Posted to
IIS7 - Publishing
by
robmcm
on
10-19-2009, 12:26 AM
I just posted this to another thread, but there is a way to make this work with a browser, you need to create a "global listener site" with the access methods disabled. I wrote a couple of blog posts a while ago that explain how to do this and some of why it's ...
-
Posted to
IIS7 - Publishing
by
robmcm
on
10-19-2009, 12:22 AM
There is a way to make this work with a browser, you need to create a "global listener site" with the access methods disabled. I wrote a couple of blog posts a while ago that explain how to do this and some of why it's ...
-
Posted to
IIS7 - Publishing
by
robmcm
on
10-13-2009, 8:10 PM
Setting permissions on redirection.config is not sufficient; the "Prerequisites" section of the following walkthrough should list everything that you need to do:
http://learn.iis.net/page.aspx/321/configure-ftp-with-iis-70-manager-authentication/
-
Posted to
IIS7 - Publishing
by
robmcm
on
10-13-2009, 8:05 PM
I wrote a blog post a few months ago with some things to check when using Apple's WebDavFS with IIS:
http://blogs.msdn.com/robert_mcmurray/archive/2009/07/01/using-apple-s-webdavfs-for-mac-os-x-with-webdav-on-iis-7.aspx
You might want to see if my notes in that blog post help alleviate the problem.