I am trying to code a membership website on an ISP server but when I try to login, I get the following error:
Procedure 'aspnet_Membership_GetPasswordWithFormat' expects parameter '@UpdateLastLoginActivityDate', which was not supplied.
I have no idea why I get this error or how to begin to fix it.
When I try it from my local computer, there are no problems. Can anybody help me?

Signature
Sav
DWS - 17 Feb 2006 02:50 GMT
make sure you have all the aspnet tables and stored procedures and views on
the ISP web server.
Good Luck
DWS
> I am trying to code a membership website on an ISP server but when I try to login, I get the following error:
>
> Procedure 'aspnet_Membership_GetPasswordWithFormat' expects parameter '@UpdateLastLoginActivityDate', which was not supplied.
>
> I have no idea why I get this error or how to begin to fix it.
> When I try it from my local computer, there are no problems. Can anybody help me?