Tagged Questions
2
votes
3answers
995 views
efficient ways to anonymous personalization using ASP.NET + Cookie
I am trying to achieve anonymous personalization in a ASP.net environment. I know that ASP.NET 2.0 provide Profile. However, I want to avoid traffic to the database as much as possible since the site ...
1
vote
1answer
352 views
Personalization in ASP.Net MVC — friendly URLs, and skinning
I haven't delved into custom generation of friendly URLs in ASP.Net MVC, and was wondering if anyone had suggestions. For example, if John Smith were to create an account on www.example.com, I'd like ...
1
vote
1answer
127 views
Profile Provider for ASP.NET That Stores Profile Info in File System
Does anyone know of an open source implementation of an ASP.NET ProfileProvider that stores user profile information in the file system?
I would prefer to avoid writing my own if a decent ...
0
votes
0answers
48 views
How to create personalized search results for users
I have a ASP.NET web app with several thousand users and tens-of-thousands of job posts. If I have user specific information on what kinds of jobs they like, and don't like and what job categories ...
0
votes
1answer
82 views
Site Personalization : Font & Background
I have a website with a masterpage and a page called personalize.
I Want to change the background image of my site using a dropdownlist from that page.
My current background and font are defined in ...
0
votes
1answer
128 views
Dropthings and loading user control content
I started looking at the dropthings portal and I don't understand how the content within the widget gets loaded. My understanding is that the header is in an Updatepanel and the body of the widget is ...
0
votes
1answer
58 views
Can Personalization be done using SQL Server 2000?
I am using SQL Server 2000 and ASP.NET 3.5.
I want to implement WebParts in my site. But while running my code it shows me an error :
A network-related or instance-specific error occurred while ...
0
votes
1answer
59 views
How to force a WebPart appears in all pages of a portal in asp.net?
I'm working on a portal/CMS project and (unfortunately) build the foundation on WebParts platform.
However I need to provide an option for admin to choose whether a webpart should be display in all ...
0
votes
2answers
724 views
ASP.NET MVC, JQUERY Portlets and Personalization
Is there any sample/links/thoughts for implementing asp.net mvc application with jquery portlets and asp.net personalization provider?
All thoughts/ideas/feedback are welcome
0
votes
0answers
623 views
ASP.NET: This application was precompiled with personalization turned off, but it appears to have been turned on after the precompilation, which is not supported
This message appear after I publish an ASP.NET 2.0 web site to local IIS folder and try to run it from http://localhost
Even if I rebuild/recompile/publish the site with Personalization turned on, it ...
0
votes
1answer
169 views
ASP.NET web parts - not stored in a cookie
Recently I was reading the MCTS ASP.NET 3.5 exam preparation book. I finished the lesson about web parts. The author said that user personalization is stored in a database and tracked by a cookie in a ...
0
votes
1answer
167 views
Is there a way to rebuild/repair ASP.Net personalization tables without losing the data inside?
I inherited an Asp.Net app that uses ASP.Net membership services. I am trying to add web parts with personalization to the site, and am getting a lot of errors. It looks like the tables generated by ...
0
votes
4answers
528 views
java webpart like asp.net?
I was reading asp.net webpart technology which gives users some personalization abilities under some rules and tools of webparts.
are there something like webpart technology lib under java ?