theprowler
Programmer
Hi all,
i've made a web part that has to make a select into sharepoint database but i get a permission denied error when i try to do that operation.
My current trust level is set to Medium Trust.
In mine web part i make this assumption:
if user.isWebAdmin //only an administrator can do this...
{
// do the selection
}
Thanks in advance!
Max
i've made a web part that has to make a select into sharepoint database but i get a permission denied error when i try to do that operation.
My current trust level is set to Medium Trust.
In mine web part i make this assumption:
if user.isWebAdmin //only an administrator can do this...
{
// do the selection
}
Thanks in advance!
Max