Web Parts: verb menu is not showing

Last post 06-02-2006 10:40 PM by joeaudette. 1 replies.

Sort Posts:

  • Web Parts: verb menu is not showing

    06-02-2006, 5:03 PM
    • Member
      45 point Member
    • Andre_Mikulec
    • Member since 05-16-2006, 2:44 AM
    • Posts 9

    I am doing the tutorial:

    Walkthrough: Creating a Web Parts Page in Visual Web Developer

    I am using Visual Web Developer Express on Windows XP Professional

    I have created my IIS site named memberhip.  I reference it by http://localhost/membership

    I have used "aspnet_reg.sql -E -S localhost -A all" to create  my database.

    NETWORK SERVICE has been given db_owner and all asp_* permissions in aspnetdb

    I have created my web page: WebPartsDemo.aspx

    I have created my control: SearchUserControlVB.ascx

    When I right click on my web  page WebPartsDemo.aspx and choose "View in Browser" my page and my web parts show. 

    My verbs menu DOES NOT SHOW UP.

    What  must I do to enable my VERBS MENU?

    Thank you very much.

     

    AIMDBA

  • Re: Web Parts: verb menu is not showing

    06-02-2006, 10:40 PM
    • Contributor
      2,948 point Contributor
    • joeaudette
    • Member since 05-29-2006, 6:46 PM
    • Posts 593
    Are you logged into the site? You have to be authenticated for it to work. The easiest way to login if you have not implemented any login feature is to use Windows authentication by setting
    <authentication mode="Windows" />

    You also need to make sure in IIS that Integrated Windows Authentication is enabled.

    Hope it helps,

    Joe

    ps

    I don't know much about Web Developer Express as I work in VS but if that does not help please post the link to this walk through article.
Page 1 of 1 (2 items)