Trying to use membership
Posted: Tue 04 Sep 2007 19:33
I am a new CoreLab customer, trying to use membership services with MyDirect 4.20 / VS2005 / C#.
So far no good... I am probably doing something wrong or missing astep. Tried to follow documentation...
I can do nothing in ASP.net Web Site Administration Tool.
Cannot test provider - get an error:
Could not establish a connection to the database.
If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider.
Can not add user - get an error:
An error was encountered. Please return to the previous page and try again.
My web.config is:
section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->
section enables configuration
of what to do if/when an unhandled error occurs
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.
-->
So far no good... I am probably doing something wrong or missing astep. Tried to follow documentation...
I can do nothing in ASP.net Web Site Administration Tool.
Cannot test provider - get an error:
Could not establish a connection to the database.
If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider.
Can not add user - get an error:
An error was encountered. Please return to the previous page and try again.
My web.config is:
section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->
section enables configuration
of what to do if/when an unhandled error occurs
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.
-->