Expression > Forums Home > Expression Studio Forums > Expression Web and SuperPreview > How to make Login Password Protection User Authorization page in Expression Web 3??
Ask a questionAsk a question
 

AnswerHow to make Login Password Protection User Authorization page in Expression Web 3??

  • Tuesday, November 03, 2009 4:36 PMmollysun Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Doing user authorization .aspx page, i use Login Control Tool from EW3, what i have is EW3, 

    i found a good article about it:


    So it doesn't work from the section how to launch the website administration tool,  I don't know how to Launching the Web Site Administration Tool in EW3, is there any resource i can find for that?  Thank you very much

Answers

  • Tuesday, November 03, 2009 6:06 PMClarkNK Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    The best way to do it is to use VWD Express. Using the membership controls of Expression by default uses a SQLExpress database, and if you are going to do that, you are so much better off setting things up with Visual Web Developer than doing it with Expression, even though Jim has given you a process to jump through all the hoops needed if you stick with just Expresssion. VWD is free. It's entirely compatible with Expression and unless you are planning a very "vanilla" membership site, and not planning to *do* anything but let users login and logout, you should use it. There is just no reason not to.

    Trust me, if you are setting up a membership website, and especially if eventually you will want users to see their specific data or anything else database wise,  you *will* have to duck into a little code-behind, and if you didnt set things up with VWD instead of Expression, you will wish you did.

    For more on what you need, read this:

    http://www.homepagedoctor.com/ExpressionTutorials/CreatingMembershipSite.htm
    ClarkNK, A.K.A. HomePage Doctor
    HomePageDoctor.com -- Expression Web database tutorials
    Ownertrades.com -- Created with FP, Access, Bots and Wizards
    MyNumbersTracker.com -- Created with Expression, VWDExress, SQL Express, and ASP.NET.
    • Marked As Answer bymollysun Tuesday, November 03, 2009 9:38 PM
    •  

All Replies

  • Tuesday, November 03, 2009 5:42 PMpaladyn Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    ???
    The resource is right there in the tutorial. right below where it says this

    "That link is generated by ASP.NET and is designed to launch the Web Site Administration Tool. Unfortunately, Expression Web doesn't support the use of this link."

    Jim has provided a literal step-by-step procedure to follow to use the WSAT with your EW site. Follow the instructions. Frankly, I know of know other way to deploy an unsupported tool for use with EW ASP.NET pages.

    cheers,
    scott

    Plural's don't have apostrophe's. It seem's sometime's that any word's ending in "s" get a gratuitous apostrophe. Apostrophe's are used to indicate possessive's and elision's (contraction's or abbreviation's).
  • Tuesday, November 03, 2009 6:06 PMClarkNK Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    The best way to do it is to use VWD Express. Using the membership controls of Expression by default uses a SQLExpress database, and if you are going to do that, you are so much better off setting things up with Visual Web Developer than doing it with Expression, even though Jim has given you a process to jump through all the hoops needed if you stick with just Expresssion. VWD is free. It's entirely compatible with Expression and unless you are planning a very "vanilla" membership site, and not planning to *do* anything but let users login and logout, you should use it. There is just no reason not to.

    Trust me, if you are setting up a membership website, and especially if eventually you will want users to see their specific data or anything else database wise,  you *will* have to duck into a little code-behind, and if you didnt set things up with VWD instead of Expression, you will wish you did.

    For more on what you need, read this:

    http://www.homepagedoctor.com/ExpressionTutorials/CreatingMembershipSite.htm
    ClarkNK, A.K.A. HomePage Doctor
    HomePageDoctor.com -- Expression Web database tutorials
    Ownertrades.com -- Created with FP, Access, Bots and Wizards
    MyNumbersTracker.com -- Created with Expression, VWDExress, SQL Express, and ASP.NET.
    • Marked As Answer bymollysun Tuesday, November 03, 2009 9:38 PM
    •  
  • Tuesday, November 03, 2009 6:13 PMCheryl D WiseMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    There are no changes to ASP.NET support from Expression Web 2 to Expression Web 3.
    MS MVP Expression Tutorials & Help http://by-expression.com and online instructor led Expression Classes
  • Tuesday, November 03, 2009 9:39 PMmollysun Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Thanks.. Visual Web Developer is much easier and better to use!! :)