Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Caching / August 2005

Tip: Looking for answers? Try searching our database.

Caching possible?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Xavier - 28 Jul 2005 10:12 GMT
hello,
i have a asp.net portal with ~  5 - 100 logins / minute

Is it possible to cache a page in which only some links on the page have as
parameter the sessionid? What is the best way to to this?
(page is 99% the same for all logged in user) - only 2 links has as
parameter ?session=xxxxxxx
Caching with parameter by sessionid is not very helpful because for each new
login the page is new rendered (also the same page is not hit twice times..)-
what other solution can be used?

Can a CustomControl be cached?..
thanks

have a good performance (not onla caching

I know i can cache with
Brock Allen - 28 Jul 2005 14:53 GMT
If you're using ASP.NET 2.0 you should use page caching with post cache substitution
to generate the URL that's different for each user. Here's the link for that:

http://beta.asp.net/QUICKSTART/aspnet/doc/caching/output.aspx#postcache

If you're still in v1.x then you'll have to resort to page fragement caching,
which is a way to cache the rendered controls. It's not exactly what you
want, but it's probabaly the closest thing. Check MSDN for docs on Page Fragement
Caching.

-Brock
DevelopMentor
http://staff.develop.com/ballen

> hello,
> i have a asp.net portal with ~  5 - 100 logins / minute
[quoted text clipped - 13 lines]
>
> I know i can cache with
Xavier - 01 Aug 2005 15:26 GMT
thanks

> If you're using ASP.NET 2.0 you should use page caching with post cache substitution
> to generate the URL that's different for each user. Here's the link for that:
[quoted text clipped - 27 lines]
> >
> > I know i can cache with

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.