easyrealtya
05-12-2005, 02:39 AM
Dear Bruce,Dan or any of you gurus,
Please support guys help get me past this one. I have gotten pretty far on my own but this one has me stuck
Go to http://beta-146070.server1.dotnetsandbox.net/login.aspx?ReturnUrl=%2fDefault.aspx
And login as userid=q and password=Qazqaz1!
You get his error that follows.
I made thedatabase with the utility in my windows\microfsoft.net\framework \v2.0.50215
I copied all the structures to the database you provide on the addon site.
I set my configurationconnection string to use that database as the default provider.
My Web.config is after the error message below.
How did I get the incorrect provider or schema. Can you help me past this one PLEASE
I can run this shabang fine here on my PC but on the beta site I go Kaboom ;)
Server Error in '/' Application.
The 'System.Web.Security.SqlMembershipProvider' requires a database schema compatible with schema version '1'. However, the current database schema is not compatible with this version. You may need to either install a compatible schema with aspnet_reqsql.exe (available in the framework installation directory), or upgrade the provider to a newer version.
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.Configuration.Provider.ProviderException: The 'System.Web.Security.SqlMembershipProvider' requires a database schema compatible with schema version '1'. However, the current database schema is not compatible with this version. You may need to either install a compatible schema with aspnet_reqsql.exe (available in the framework installation directory), or upgrade the provider to a newer version.
WEB.CONFIG......
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<connectionStrings>
<add name="DB_146070ConnectionString" connectionString="Data Source=mssql05.discountasp.net;Initial Catalog=DB_146070;User ID=easyrealtya;Password=????????" providerName="System.Data.SqlClient"/>
<add name="DB_146070ConnectionString2" connectionString="Data Source=YOUR-VP7X3S9CTM;Initial Catalog=DB_146070;User ID=easyrealtya;Password=????????" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
<customErrors defaultRedirect="~/Login.aspx" mode="Off" />
<authentication mode="Forms" />
<membership defaultProvider="DB_146070ConnectionString" >
<providers>
<add name="DB_146070ConnectionString" type="System.Web.Security.SqlMembershipProvider" connectionStringName="DB_146070ConnectionString" applicationName="MyApplication" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" requiresUniqueEmail="true" passwordFormat="Hashed"/>
</providers>
</membership>
</system.web>
</configuration>
Whare am I f'n up??????????????????
Please support guys help get me past this one. I have gotten pretty far on my own but this one has me stuck
Go to http://beta-146070.server1.dotnetsandbox.net/login.aspx?ReturnUrl=%2fDefault.aspx
And login as userid=q and password=Qazqaz1!
You get his error that follows.
I made thedatabase with the utility in my windows\microfsoft.net\framework \v2.0.50215
I copied all the structures to the database you provide on the addon site.
I set my configurationconnection string to use that database as the default provider.
My Web.config is after the error message below.
How did I get the incorrect provider or schema. Can you help me past this one PLEASE
I can run this shabang fine here on my PC but on the beta site I go Kaboom ;)
Server Error in '/' Application.
The 'System.Web.Security.SqlMembershipProvider' requires a database schema compatible with schema version '1'. However, the current database schema is not compatible with this version. You may need to either install a compatible schema with aspnet_reqsql.exe (available in the framework installation directory), or upgrade the provider to a newer version.
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.Configuration.Provider.ProviderException: The 'System.Web.Security.SqlMembershipProvider' requires a database schema compatible with schema version '1'. However, the current database schema is not compatible with this version. You may need to either install a compatible schema with aspnet_reqsql.exe (available in the framework installation directory), or upgrade the provider to a newer version.
WEB.CONFIG......
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<connectionStrings>
<add name="DB_146070ConnectionString" connectionString="Data Source=mssql05.discountasp.net;Initial Catalog=DB_146070;User ID=easyrealtya;Password=????????" providerName="System.Data.SqlClient"/>
<add name="DB_146070ConnectionString2" connectionString="Data Source=YOUR-VP7X3S9CTM;Initial Catalog=DB_146070;User ID=easyrealtya;Password=????????" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
<customErrors defaultRedirect="~/Login.aspx" mode="Off" />
<authentication mode="Forms" />
<membership defaultProvider="DB_146070ConnectionString" >
<providers>
<add name="DB_146070ConnectionString" type="System.Web.Security.SqlMembershipProvider" connectionStringName="DB_146070ConnectionString" applicationName="MyApplication" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" requiresUniqueEmail="true" passwordFormat="Hashed"/>
</providers>
</membership>
</system.web>
</configuration>
Whare am I f'n up??????????????????