Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
6k views

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
2
votes
1answer
1k views

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 ...
0
votes
1answer
56 views

Anonymous access to parts of the svn repository

I've been looking online and at the other posts on SO to figure out how to add anonymous access to my svn repository but nothing seems to work. I have the svnaccess.conf file in the directory where ...
0
votes
2answers
192 views

Can Flex App rest service calls bypass Windows authentication?

I have a flex app hosted on a windows server running IIS. That same server has some rest services that the app interacts with. The rest services have windows authentication so that their urls cannot ...
0
votes
1answer
218 views

What are the app pool identity and account for anonymous access for?

I understand what the two are used for, except I don't know what each does--i.e. what one is for vs. what the other is for. (I usually set them to the same account anyway.) If you're not sure what ...
0
votes
1answer
606 views

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 ...
0
votes
1answer
87 views

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 ...
0
votes
1answer
139 views

CascadingDropDownList not working with anonymous access

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 ...
0
votes
1answer
903 views

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 ...
0
votes
1answer
471 views

Can't get anonymous access to website

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 ...
0
votes
2answers
148 views

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

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 ...