Jump to content

membership control error


sansat6699

Recommended Posts

i recently created c#.net web application in vs2005 environment using membership control provided by vs 05 ,first i uploded my site to ftp a/c then generated sql script from enterprise manager of my local database and run script on remote database using sql query analyzer database created , i try to run application it give me error on login page that 'dbo.aspnet_CheckSchemaVersion' stored procedure have not permission to executethen i learned that dbo is admin then i created stored procedures with my user name ('abc'), then i followed same and change stored procedures ownership to my username ('abc') than again i try to run my application it give error that

Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'
but
same stored procedure is there only with owner name changed such as abc.aspnet_CheckSchemaVersion
, i serched a lot but i not find a solution on that please help me in solving it
i am using sqlserver 2000 with limited permission i have permission to execute stored procedureand application in asp.net2.0
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...