Hi, i went to change my admin password and had trouble so i thought i would start over... mmm ... now i cant use my old one either and as i hadnt set up my email i cannot recover it...
Is this application hosted somewhere, and do you have a development enviroment you can load it into?
If you've got it inside a development enviroment. Go to "Project -> ASP.NET Configuration"
This will get you to a web page that has users and roles managment on it. Simply delete the admin account, and create another one, giving it administrator permissions. If it's hosted already, download the aspnetdb.mdf and log file (.ldf) and put them in
the App_data directory of your development enviroment project, then run the asp.net configuration. When you're done recreating the admin account, go to your web host, stop the application and the app pool, upload the aspnetdb.mdf and log file, and restart
the application, all should be well at that point.
tdare
Member
56 Points
18 Posts
Lost My Adim Password ????
Jan 12, 2007 08:40 PM|LINK
Hi, i went to change my admin password and had trouble so i thought i would start over... mmm ... now i cant use my old one either and as i hadnt set up my email i cannot recover it...
Help..... pleasee..... rgds Terry
Freakyuno
Star
12518 Points
1952 Posts
Re: Lost My Adim Password ????
Jan 12, 2007 08:50 PM|LINK
Hi Terry
Is this application hosted somewhere, and do you have a development enviroment you can load it into?
If you've got it inside a development enviroment. Go to "Project -> ASP.NET Configuration"
This will get you to a web page that has users and roles managment on it. Simply delete the admin account, and create another one, giving it administrator permissions. If it's hosted already, download the aspnetdb.mdf and log file (.ldf) and put them in the App_data directory of your development enviroment project, then run the asp.net configuration. When you're done recreating the admin account, go to your web host, stop the application and the app pool, upload the aspnetdb.mdf and log file, and restart the application, all should be well at that point.
My Blog