Hello Bernard Cheah,
1) dosen´t work
using Windows FTP Client
C:\Users\Administrator>ftp
ftp> open public.docs.zollern.portais.net
Connected to public.docs.zollern.portais.net.
Connection closed by remote host.
From FTP locally and Remotelly FTP CLient show message
after connected "Connection closed by remote host".
ftp> open zollern.portais.net
Connected to zollern.portais.net.
220 Microsoft FTP Service
User (zollern.portais.net:(none)): anonymous
331 Anonymous access allowed, send identity (e-mail name) as password.
Password:
230-Bem Vindo ao FTP Default!
230 Anonymous user logged in.
ftp>
with Defaul FTP is OK!
2) I don't know if has relationship,
i just looking for any way to fix Microsoft FTP.
The FTP pubished at the Site public.docs.zollern.portais.net
is not shown on FTP Manager (IIS6) launched by IIS7,
only Default FTP is shown.
After fix anonymous read only access ( I hope ). I will start to test non
windows users to read/write access with Custom authentication
providers (SqlMembershioProvider/SqlRoleProvider).
The current web.config is:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<clear />
<add value="Default.htm" />
<add value="default.aspx" />
<add value="Default.asp" />
</files>
</defaultDocument>
<security>
<authorization>
<add accessType="Allow" users="?" />
</authorization>
</security>
</system.webServer>
<system.web>
<roleManager defaultProvider="FTPSqlRoleProvider" enabled="true">
<providers>
<remove name="AspNetWindowsTokenRoleProvider" />
<add name="FTPSqlRoleProvider" type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" applicationName="/" connectionStringName="LocalSqlServer" />
</providers>
</roleManager>
<authentication mode="Forms" />
<membership defaultProvider="FTPSqlMembershipProvider">
<providers>
<add name="FTPSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" applicationName="/" connectionStringName="LocalSqlServer" enablePasswordReset="false" enablePasswordRetrieval="false" passwordFormat="Clear" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" />
</providers>
</membership>
<profile defaultProvider="FTPSqlProfilePrivider">
<providers>
<add name="FTPSqlProfilePrivider" type="System.Web.Profile.SqlProfileProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" applicationName="/" connectionStringName="LocalSqlServer" />
</providers>
</profile>
<identity impersonate="false" />
</system.web>
</configuration>
The new Microsoft FTP7 could be able to publish many FTP sites over the same IP, like Sites HTTP?
PS: I am from Brazil, my mother language is Portuguese. Sory by same English mistake.I am trying to do my best.