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