PDA

View Full Version : سوال: کمک برای رفع خطای EXECUTE permission در asp.net



hyperboy
جمعه 05 تیر 1394, 18:27 عصر
سلام دوستان من مشکل زیر برام پیش اومده
لطفا کسایی که میتونن منو راهنمایی کنن
من از membership برا بخش مدیریت سایت استفاده کردم ولی وقتی میخوام لاگین کنم خطای زیر رو میده

The EXECUTE permission was denied on the object 'aspnet_Membership_GetPasswordWithFormat', database 'arzeshaspdb', schema 'dbo'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: The EXECUTE permission was denied on the object 'aspnet_Membership_GetPasswordWithFormat', database 'arzeshaspdb', schema 'dbo'.

Source Error:



Line 63: else*/
Line 64: {
Line 65: if (Membership.ValidateUser(username, password))
Line 66: {
Line 67: