web parts not showing verbs

  • Thread starter Thread starter barry
  • Start date Start date
B

barry

1. The following works fine on my local host
http://www.webdevup.net/default.aspx
2. The above url shows that there is no verb list for the minimum number of
verbs for a web part namely close and minimize.
3. I can not get any help from the web host nor its community board
4. It would seem to be a permissions problem but do not know where to look
since it works fine on the local host

thanks
 
Found the answer. In the web.config file change authentication mode="Forms"
and then include a login in your application. Working on the local host
allows you to have authentication mode="Windows" which gives you access to
everything unless you restrict yourself.
 
Back
Top