ASP.Net Configuration
-
Hello everybody! I can use ASP.Net Configuration with Visual Studio, but after uploading the site, how can I lunch it to manage my users? somebody said: http://www.yoursitename.com/Webadmin.axd but it end in : 404 error ! what should i do?!:doh:
-
Hello everybody! I can use ASP.Net Configuration with Visual Studio, but after uploading the site, how can I lunch it to manage my users? somebody said: http://www.yoursitename.com/Webadmin.axd but it end in : 404 error ! what should i do?!:doh:
The only way to manage the application is to build a controlpanel yourself. There are a lot of controls and classes available to do just that.
WM. What about weapons of mass-construction? "What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson My blog
-
Hello everybody! I can use ASP.Net Configuration with Visual Studio, but after uploading the site, how can I lunch it to manage my users? somebody said: http://www.yoursitename.com/Webadmin.axd but it end in : 404 error ! what should i do?!:doh:
When you use default asp.net configuration. It generates database present in App_Data folder and write configuration related information in web.config. You can use provider model of .net for user management. This model contains different classes to interact with the data base.
God Bless you. Always do good to others