SqlMembershipProvider trouble

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

hi

asp.net 2.0
sql server 2005

I've created a database on my win2k3 machine. Now I'm moving this database
over to my Vista business 32bit machine. (I scripted the database on the
win2k3 machine).

Now when I open the Web Site Administration Tool I get this error message:
The 'System.Web.Security.SqlMembershipProvider' requires a database schema
compatible with schema version '1' However the current database schema is
not configured with this vesion. You may need to either install a compatible
schema with aspnet_regsql.exe (available in the framework installation), or
upgrade the provider to a newer version

I've checked and I didn't fint aspnet_regsql on the vista mashine

any suggestions?
 
You can read this:
http://sholliday.spaces.live.com/Blog/cns!A68482B9628A842A!160.entry

and the ScottGu reference article.

.......

Is your Web Server the same machine as the Database Server?

You can run the aspnet_regsql tool from a machine without Sql Server, but
point it TO a machine with Sql Server.

............

Please provide more info about which machine is what ( WebServer? DbServer?)
in your scenario.

Are you trying to use full blown Sql Server or Express?

The more details the better.
 
Is your Web Server the same machine as the Database Server?
yes, it is the same machine. It's that Vista Business 32bit box
I'm developing on that vista box
 
Ok.

c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe

Did you install the Framework(s) on the Deployment Machine? (The machine
acting as the Web and Database Server)?

.........
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top