CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.web_parts_and_personalization Tags:
Item Type: NewsGroup Date Entered: 12/13/2004 12:51:46 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 4 Views: 11 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
5 Items, 1 Pages 1 |< << Go >> >|
wyx2000
Asp.Net User
Personalization problem, not sure if this is the right forum, but please help!12/13/2004 12:51:46 AM

0/0

I put webpart and webpartmanager on my page, and I got error that asks me to enable personalization, I added personalization to web.config, but I got error said unrecongnized configuration, how could I enable personalization?


Thanks!
Fredrik N
Asp.Net User
Re: Personalization problem, not sure if this is the right forum, but please help!12/13/2004 5:06:43 AM

0/0

Personalization should be enabled by default.

You can enable personalization programmatically by using the Personalization Enabled property:

myWebPartManager.Personalization.Enabled = true;
/Fredrik Norm?n NSQUARED2
Microsoft MVP, MCSD, MCAD, MCT

Cornerstone

My Blog, ASP.Net 2.0 etc
wyx2000
Asp.Net User
Re: Personalization problem, not sure if this is the right forum, but please help!12/13/2004 8:15:02 AM

0/0

Thank you very much for reply, I have played around with webpart for a day, but still don't see what I expect. I didn't login to my site(because login says my password is not right, I created other user, still get that prompt, not sure what part is wrong, maybe the password encrypt? and I can not get right password by password recovery, because my email relay not work, I have no clue how to set it yet, basically it is a mess now). But I do put <anonymousIdentification enabled="true"/> into my web.config, so a visitor can personalize my site, right? I put those scripts to the page,

<script runat="server">
void Page_PreInit(object sender, EventArgs e){
WebPartManager1.Personalization.Enabled = true;
}
void CustomizePage(Object s, EventArgs e)
{
WebPartManager1.DisplayMode = WebPartManager.EditDisplayMode;
}
</script>

but it still give me that error. :(
Fredrik N
Asp.Net User
Re: Personalization problem, not sure if this is the right forum, but please help!12/13/2004 8:47:42 AM

0/0

Anonymous web part personalization is not enabled by default.

Do you really want to let anonymous user edit the page?

You can add the <authorization> section to the <webParts> section to grant anonymous use the right to edit web parts.


<webParts>
<personalization>
<authorization>
<allow verbs="<modifyState|enterSharedScope>" users="*"/>
</authorization>
</personalization>
</webParts>

/Fredrik Norm?n NSQUARED2
Microsoft MVP, MCSD, MCAD, MCT

Cornerstone

My Blog, ASP.Net 2.0 etc
wyx2000
Asp.Net User
Re: Personalization problem, not sure if this is the right forum, but please help!12/14/2004 12:16:44 AM

0/0

I don't think I want anonymous user to customize the pages, I just did test, and I have problem to make login work. And I just make my login works(it seems the ASP.NET configuration has bug), and all pages work for me now. Great! But it seems when I did as you posted, no matter I set it to <allow verbs="modifyState" users="*"/> or <allow verbs="enterSharedScope" users="*"/>, the webpart page didn't work for me.
5 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:

Web:
Personalization problem, not sure if this is the right forum, but ... Personalization problem, not sure if this is the right forum, but please help! Last post 12-13-2004 7:19 PM by wyx2000. 4 replies. ...
unable to install Anti-virus and awtqo.dll fo If when it has finished, it reports it detected but did not remove .... Please help I have windows 2000 an older computer and cannot afford ...
Free Hosting Sites??? [Archive] - Dynamic Drive Forums I am not sure if they still are around or what but I used to use them. ... Can please help me with this website stuff.. i all i really need ...
Sony Ericsson K850i - Support Forum - eXpansys Inc Try a different sim card in it first to make sure its not the sim thats ... But still same problem. can someone please help. thank you ...
Please help. email problem!!!? - Yahoo! Answers Please help. email problem!!!? Hi! i'm using my brother's email right now ... But if you know for sure that you aren't then maybe you should just make a new ...
Flickr: The Help Forum: [Official Topic] Stats for pro members ..don't really need any help as I suspect the "problem" will go away by itself in 24 hours anyway, ... So, I'm not sure if this is the right place but. ...
Google Personalized searches What Please Be implies is right on. This is too complex for the average bear. But, with a little help from the marketplace, it can work. ...
New Release: V3x Personalization Guide V2.5 [Archive] - ModMyMoto ... I'm not the only person to have this problem so I'm not sure as to ..... But I think whatever is in there is also in the forums if you use ...
The Official Netflix Blog: What do y'all think? Also thanks for not saying "Your problem is you have no friends. .... I'm not sure if this is the right place to ask this, but I was wondering why we only ...
There is a problem - Quick Locale Switcher - Firefox Extensions Forum Help me, please! ... But let me know if I can help somewhere. Cheers. .... I'm not sure, but it may be a bug when there is no english locale ...




Search This Site:










scrollbars on tables

3.0.8 issue - ampersand in page name not url encoded

keeping individual page stylesheets and javascript with a masterpage

authorization using sql database

forum tags for formatting posts

marquee not work

how to create a search engine for customers?

using daab in com+ apps : a bad practice ?

how do i display the actual username that the user created? - all i see is the nt login that the service runs under.

open a link in the content

subclassing httpapplication

retrive smtp informaion in the web.config

personal website starter kit - problem regarding its databases

web user controls and a font property

dnn 3.1.0 new install. just rename release.config to web.comfig?

debugging a javascript file

how to change table cell's (html) background property in code

failed login redirects to postbackurl of another asp:button on the page

i cannot install the web controls

very simple webservice query

sql db management within vwd

pa using dnn file manager code

dnn skin modification wanted quick - easy project pays $150

filter the textbox

only one top level element is allowed in an xml document

mcms and visual web developer

problem in running website in server

two problems with digital certificate security...

java script funtion on button click......

force fully login after logout -help

 
All Times Are GMT