Tuesday, April 03, 2007

Problem while enabling Form Authentication in MOSS 2007

While enabling the form authentication in MOSS 2007 i was facing this problem.

Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'

This is because the Application Services Database for SQL Server is not configured in your Database in which you want to enable the form authentication. Run the Aspnet_regsql.exe your configuration problem will be solved. For more about the Aspnet_regsql.exe refer

http://msdn2.microsoft.com/en-us/library/x28wfk74.aspx

No comments:

ASP.NET MVC - Sport Facility Booking system

  The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be su...