Questions tagged [moss2007-security]

9 questions
2
votes
2 answers

Access denied on Microsoft.SharePoint.ApplicationPages

On our MOSS Enterprise environment, we have a strange problem. From time to time, people get this error message when they try to create a new site collection or navigate to their mysite: ‘Could not load file or assembly …
Tom Vervoort
  • 5,028
  • 2
  • 22
  • 19
0
votes
1 answer

Getting "Error: Exception from HRESULT: 0x80040E2F " when running SpImport

I am import a list item from one list to another in same farm but different sites using SPExport and SPImport API. While executing import.run(), it is throwing an exception Error: Exception from HRESULT: 0x80040E2F. Can anybody suggest what to…
0
votes
1 answer

Auditing logging on only one SharePoint 2007 Document Library or List

I would like to know if it is possible to get audit logs on only one document library or list. I wouldn't like to do it at site collection or server farm level. Also, is it possible in the audit logs to get information for the case of editing, what…
Matrich
  • 183
  • 2
  • 16
0
votes
1 answer

In SharePoint, can I control what users see on the page programatically?

I have a SharePoint Wiki that I'm permitting anonymous users read-only access to. However I'd like to make it so that the "Edit-History-Incoming Links" toolbar at the top vanishes if the user accesses the site so they don't get curious about that…
0
votes
1 answer

Sharepoint application working , Server Out Of Memory. There is no memory on the server to run your program

Server Out Of Memory. There is no memory on the server to run your program. Please contact your administrator with this problem. 0x8007000estswel.dll: (unresolved symbol, module offset=0000000000140E10) at…
user3107050
  • 1
  • 1
  • 1
0
votes
1 answer

MOSS 2007: Programmatically Open Shared Document as Read Only for Certain Roles, and Editable for Others

I would like to show the Shared Documents on a sub-site of a main site. Many subsites will be created, all with a Shared Docs library and a Word doc titled identically, but different content We have methods to see if the current user is an admin or…
Bengal
  • 329
  • 4
  • 21
0
votes
1 answer

MOSS 2007 Custom application page working on IP but not on Intranet and Internet URL

I have implemented a custom application page on MOSS 2007 site. I have put the VS folder in layouts and did all the necessary changes in web.config and gac. The custom application page is working smoothly using IP address…
0
votes
1 answer

Web Parts from site are missing

I was working on my sharePoint 2007(MOSS) Portal. I accessed a site and did my reguler task. After some time when I check the webparts from the site page are missing. The Whole page is empty.. While I can see the navigation links only on site tab..…
Zeba
  • 39
  • 1
  • 9
0
votes
1 answer

SPListItem.Update throws UnauthorizedAccessException for Forms authenticated user

I'm trying to fix some code (that I didn't write) that inserts an item into a SharePoint list. The problem is the code works for anonymous users, but if the user is logged in via ASP.NET forms authentication, it gets an UnauthorizedAccessException…
xr280xr
  • 12,621
  • 7
  • 81
  • 125