J
Jonathan Wood
Okay, I've been through this a couple of times now but it's still not coming
together.
I have an existing Website that I need to add ASP.NET membership
functionality to. So, after manually messing around with the Web.Config file
for a while, I finally got the ASP.NET Configuration Tool to stop
complaining about being able to connect to my data source.
But when I attempt to access the security tab, I get the error "Could not
find stored procedure 'dbo.aspnet_CheckSchemaVersion'."
I understand the reason for this error, but I thought the ASP.NET
Configuration Tool would initialize the database automatically. I know
there's a command-line utility for this but I'm sure I didn't need it
before.
Why isn't the ASP.NET Configuration Tool able to initialize membership in a
database. And, for that matter, why do I need to know how to manually find
and edit the connection strings every time I create a project. Does
Microsoft not consider this something the IDE should be making a little bit
more intuitive?
Thanks for any advice.
Jonathan
together.
I have an existing Website that I need to add ASP.NET membership
functionality to. So, after manually messing around with the Web.Config file
for a while, I finally got the ASP.NET Configuration Tool to stop
complaining about being able to connect to my data source.
But when I attempt to access the security tab, I get the error "Could not
find stored procedure 'dbo.aspnet_CheckSchemaVersion'."
I understand the reason for this error, but I thought the ASP.NET
Configuration Tool would initialize the database automatically. I know
there's a command-line utility for this but I'm sure I didn't need it
before.
Why isn't the ASP.NET Configuration Tool able to initialize membership in a
database. And, for that matter, why do I need to know how to manually find
and edit the connection strings every time I create a project. Does
Microsoft not consider this something the IDE should be making a little bit
more intuitive?
Thanks for any advice.
Jonathan