User730446648 posted
I am assuming that since you posted in the classifieds kit section, that meant classifieds kit?
Regardless this should work for setting yourself as Admin.
There's several methods to accomplish this, but what works great for me was using a users.aspx file.
All you have to do is go here:
http://forums.asp.net/t/1110595.aspx the link for the users.aspx file is at the bottom of the first post.
It's a long post, but at the bottom of the first.
It's written in C# and I primarily use VB and it still works fine, so no need to change anything with it.
Create a normal login Id through your website,
Upload the file to your website, and place it on in your main folder such as:
www.mysite.com/users.aspx
Enter the location of the users file into your browser, and set your Id as administrator.
Then VERY IMPORTANT, move the users.aspx file to a protected area, such as the Admin folder.
And just like that, you're done.
As far as your database question, I don't understand what you need.
Why would you want to view it outside of the website?