1- Make sure when you create database, you remember to add values to aspnet_schemaversions table:
common 1 1
health monitoring 1 1
membership 1 1
personalization 1 1
profile 1 1
role manager 1 1
2-
Remmeber to put applicationName="APPNAME" which APPNAME is the name value in table aspnet_applications in
3- If 2 solutions above don't work, Add slash ("/") before APPNAME both in applicationName and in aspnet_applications.
for example: applicationName="/APPNAME" and in aspnet_application: /APPNAME
good luck and have fun with this error!
No comments:
Post a Comment