dear friends
I'm getting following error
The 'System.Web.Profile.SqlProfileProvider' 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_regsql.exe (available in the
framework installation directory), or upgrade the provider to a newer
version.
the problem was araised when i convert mdf file to sql db
i just googled somebody suggested to run following command on server
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql -S
{FullyQualifiedMachineName} -U username -P password -sqlexportonly c:
\ProfileSQL.sql -A all -d databasename
I cant run the above command as domain in shared server.Is there any
alternative soluition is there friends?
thank you