Is it possible to use the aspnet membership calls within ftp 7.5 extensibility? For instance, can I call Membership.ValidateUser(userName, userPassword) in an AuthenticateUser method that implements Microsoft.Web.FtpServer.IFtpAuthicationProvider.AuthenticateUser? I'm trying to do so but it throws...