web parts not showing verbs
am 31.12.2007 22:15:00 von 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
RE: web parts not showing verbs
am 01.01.2008 19:55:00 von Barry
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.
"barry" wrote:
> 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