Hi again,
I am sure something else must be going wrong.
The application doesn't really rely on themes. The only reason a theme is used is to style some of the GridView controls in the Management section. You can easily disable themes by removing the theme attribute from the pages element in the web.config.
However, the error you get may imply something else. I am not sure what yet, but I am determined to figure it out with you.
There are a few things I need to know, and need you to do.
First, can you describe your setup? That is, version of Windows, installed .NET Framework (1.x and 2, or only 2.0), whether you're using IIS or run the site directly in VWD and so on. Also, are you using SQL Server Express and did you install it with its default instance name of SqlExpress?
Then there are a few things you can try:
1. First, try to create a brand new web site (File | New Web Site), add a CreateUserWizard control on a page and try to sign up for an account. Does that work?
2. Open the site in VWD through the File | Open Web site command. Make sure you choose the right folder, so you see things like the App_Code and Management folders directly as root folders of the web site.
3. Next, remove the <location> tags from the web.config file. This essentially opens up the Management section for all users so you can see if it works.
4. Run the WAT and see what roles there are. Make sure there's a user and a role called Administrator.
I know the code should work, because I have seen it run on many different machines. Also, other readers are reporting success with the CMS. So, it must be a combination of the code and your machine. There is something about the code that your machine doesn't like, or the other way around.
I can only find out what's going on, by asking the right questions and making you test out the right things.
Hopefully we can make this work pretty soon.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004