Asp.net web control panel visual express

Discussion in 'ASP.NET 2.0' started by cae, Nov 26, 2008.

  1. cae

    cae

    I created log in page with diffrenet users using visual express and asp.net web control for my web page on hard drive. However asp.net web control panel is not available on live web site thru visiual exoress. I am assuming security reasons. How can I create assign user name and role at live web site or if not how this is done. As I said, It all works on hard drive but not sure how to do this at live web since this feature disables at visual web and I did not want to just publish it like regular web pages. Not sure if that will work or will be secure. I appreciate any feedback.
     
  2. Im not too sure I fully understand what you are doing, but I think you are trying to use membership and roles. This works with SQL. On your local computer you are using SQL express edition and visual studio does most the work on your local computer. This is not however a regular web page by any means. Its just that Microsoft is doing the heavy lifting for you. If you want to use membership and roles, you will need an SQL addon (Express edition is not supported on our server THANK GOD!!! /emoticons/smile.gif) Then follow the steps per http://kb.discountasp.net/article.aspx?id=10413
     

Share This Page