Re: Authentication problem
From: Gary A. Bushey (bushey_at_mindspring.com.REMOVETOSEND)
Date: 06/16/04
- Next message: Gary A. Bushey: "Re: New to sharepoint 2003"
- Previous message: David Sterling: "Using Search"
- In reply to: Ken Crosson: "Authentication problem"
- Next in thread: Ken Crosson: "Re: Authentication problem"
- Reply: Ken Crosson: "Re: Authentication problem"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Jun 2004 08:38:58 -0400
It appears that you are accessing the Object Model with having permissions
to do so. There are a few things you could do, all of which are found in
the SPS SDK under "Code Access Security". The easiest and quickest to try
is to install your web part's DLL into the GAC and see if that resolves it.
Other options include changing the default security level for all web parts,
changing it for just this web part, and using impersonation within the web
part itself.
-- Gary A. Bushey SPS MVP bushey@mindspring.com "Ken Crosson" <kpc_ng@twinengines.com> wrote in message news:1ce2301c45325$e3c9b900$a101280a@phx.gbl... > I've posted this problem twice elsewhere, but as I am > better able to explain exactly what isn't working, I hope > someone will be able to solve this one: > > I have a web part which, when added to a page, makes it > impossible for some users to log in to the site. This web > part simply presents links to the child sites directly > below the site on which the web part is located. > > It generates the links in a loop like so: > > For Each oWeb In oParent.GetSubwebsForCurrentUser > [Create hyperlinks, table rows, etc.] > Next > > When this part is on the page, users are required to log > in three times, then sent to an error page (as a bonus, > sometimes their accounts are locked out in Active > Directory!). > > Any idea what I'm doing wrong, or how I can correct this? > > Thanks in advance. > > Ken > >
- Next message: Gary A. Bushey: "Re: New to sharepoint 2003"
- Previous message: David Sterling: "Using Search"
- In reply to: Ken Crosson: "Authentication problem"
- Next in thread: Ken Crosson: "Re: Authentication problem"
- Reply: Ken Crosson: "Re: Authentication problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|