anonymous-access

reporting services anonymous access to reports

I can't create a NT account for everyone that need access to the reports. Does anyone know or have a link to the info to allow anonymous access to reporting services reports ? Thanks ...

Preventing anonymous user from submiting form many times in ASP.NET without SqlMembershipProvider

Hi, I have a simple form that dumps selected answers to XML file. How to prevent anonymous user from submitting this form many times? I am not looking for totally bulletproof solution, and I have a limitation that I cannot use the database, and therefore no SqlMembershipProvider. Will some cookie checking work? How to do this right? ...

SharePoint forms authentication sites

With a SharePoint site which is partially anonymous and partially behind a forms authentication login, how do you manage the security of it? I've got a site set up with the CMS portal (which uses Windows authentication) but since FBA is to be used by the public it has been extended to have FBA as the authentication provider and anonymou...

Can't get anonymous access to website

Hi, I have already asked this question on ServerFault however I got very minimal replies....one to be exact. I need this issue resolved ASAP hence why I am asking on here aswell. I have a server running Windows Server 2003 IIS6.0. I am developing a website to which I want to grant anonymous access to. I have created a new Website in th...

ViewFormPagesLockDown and excluding specific lists/pages

I am working on a public facing MOSS 2007 site that uses the ViewFormPagesLockDown feature to stop anonymous users from accessing the standard list forms. I don't want to lose the additional security this feature provides, but there are a few lists where anonymous users should have access to the forms. Is there anything I can do in the...

CascadingDropDownList not working with anonymous access

Hi everyone, I use a CascadingDropDownList of the AJAXControlToolkit in a ASP.NET MCMS 2002 web application. The CascadingDropDownList works as expected until "Anonymous access" and "Integrated Windows Authentication" flags are both checked (and this is the situation in the production environment) in the Directory Security settings on th...

Changing site to Anonymous Access causing minor jQuery problems

I have a simple ASP.Net 3.5 site that is essentially of the master/detail variety. A master page shows a GridView of database records, and clicking on Edit for a given row brings up an edit form with a DetailsView. Pretty standard stuff. Now, I have the GridView in an UpdatePanel, and launch the edit form with a jQuery FancyBox. After sa...

HOWTO: Allow access as an anonymous user with FBA and SharePoint 2010

I have a new site with a custom forms membership and role provider, and I need to allow anonymous users to visit the site (i.e. to browse around but not log in). This is a new SharePoint 2010 site running under claims authentication (obviously). Problem I have is that despite allowing anonymous access in both central admin and site perm...