Enabling Web Part personalization without user registration

A

Anonieko

Scenario:

Web Parts features (like design mode) require the user to be
authenticated and registered.

But what if you don't want the users to go through registration but
still enable personalization?

Answers:

Alternative 1:
Use Windows Authentication (good for intranet)
Modify Web.config to have

<system.web>
...
<authentication mode="Windows"/
...
</system.web>

In IIS virtual directory, right click properties--> disable
"Anonymous" access and enable Windows Authentication


Alternative 2:
Use anonymous personalization trick:

http://www.codeproject.com/aspnet/anonywebparts.asp


-----------
Note: Sample error message when you are using wrongly the web parts
is:

"The specified display mode is currently disabled on this page. Make
sure personalization is enabled for the current user."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top