Admin Login Error

BillBowling's picture

We are using Znode 6.0 and I am try it get it to work on my Windows 7 system. I have SQL 2008 local.
I am getting the following error when I login to the admin login. I do get the login/PW boxes. I put admin and admin in and this error keeps showing up. I tried another SQL server with the same error.

Thanks.
Bill

AttachmentSize
Admin login error.JPG67.38 KB
admin's picture

try

Bill,

Seems like something with your configuration. Are you debugging in visual studio or using IIS?

Try the following and see if it helps:

Add the following line in your web.config
NOTE: Replace the parenthesis () with the proper greater than or less than sign below. The forums doesn't accept those characters for me.

(remove name="AspNetSqlMembershipProvider"/)

Put it in this section:

(membership defaultProvider="ZNodeMembershipProvider")
(providers)
------here-------

Znode Administrator
email: support@znode.com
url: www.znode.com

raohara's picture

Seems like a possible

Seems like a possible connection string issue. Can you connect to the local site okay?

Regard,

Rich