Groups | Blog | Home


Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > asp.net caching > october 2003

Filter by week: 1 2 3 4 5

Someone help me.. Caching after reloading the page
Posted by Joe K. at 10/31/2003 9:16:14 AM
I have a site where it allows user to login with ID and pin to access there information. After navigating various aspx pages, when the user click logout, we send to global.asax.vb file to fire session_end. I remove all the sessions. Then I decided to click back buttons on my IE browser ...more >>


JIT: ASPX Files
Posted by cbkadel NO[at]SPAM yahoo.com at 10/30/2003 2:46:03 PM
First time i'm loading pages, the page is enormously slow. This is because ASP.NET is compiling the aspx file right there. Thereafter, the pages are extremely fast. It seems like the cache of the compiled pages lasts maybe about 20 minutes or so. Is this a .NET thing in particular? Is ther...more >>

ViewState vs Cache Which is best in my situation
Posted by Reddy at 10/29/2003 8:41:07 PM
Hi!, First I will explain what i am doing. Basically i have two pages. 1) List all the records he has to do work, and he can sort by anyfield. 2) When he clicks on one of the records in the list of records, he will redirected to a page, to that perticular record, where he can also work them i...more >>

upgrade to ASP.NET
Posted by yeow at 10/28/2003 7:32:10 PM
Currently i using the ASP Component which is Server Objects ASP Bundle, Software Artisans ASPStudio and Persits ASP Component for our the web site. If i using ASP.Net to develop our new web site. Can the ASP Component still can use to support the ASP.Net technology, or need to buy a new ...more >>

Can cached control be expired on parameters
Posted by Salim at 10/28/2003 12:07:25 PM
Hello All, I would like to know is there any way I can expire the cached version of a page depending on parameter? My requirement is I am caching pages for user profile depending on uid. Now if user changes its profile through Edit profile, I need to flush the old cached version and put t...more >>

HttpContext cache vs HttpRuntime Cache
Posted by aqrila at 10/27/2003 6:22:31 AM
Hi I want to know, - the difference between both the caching mechanism. - Where is the caching data stored in each situation. - Will HttpRuntime cache better than Context Cache for storing large amount of data or the reverse? Please send me your reply. Thanks, aqa...more >>

I need help with .bat script
Posted by Lucas Cowald at 10/27/2003 2:00:14 AM
Hi, I have no idea how to write .bat scripts, can you help me write one? Here is a pseudo code of what I would like the .bat script do. For intFolder = 1 to 100 For intFileNumber = 1 to 20 IF intFileNumber.wmv file does not exist, THEN exit loop. sse45.exe -i k:\o\intFileN...more >>

My Script to run a Command-Line from ASP does not work.
Posted by Lucas Cowald at 10/22/2003 11:43:53 PM
Hi, My Script to run a Command-Line from ASP does not work. No errors are returned either. It is on IIS. The directory where the script exists is on Drive I:, The executable .exe is on Drive D: Do you see any problems with the script below? Can you help me modify it? <% Dim objWSS ...more >>



how to send mail via SMTP server with authority in .NET
Posted by isaacdu at 10/22/2003 9:44:33 AM

Session
Posted by unknown at 10/16/2003 9:53:29 PM
Hi, I am developing an online book store with shopping cart. My shopping cart is represented as a Xml server control and I am using an XSLT to render it at the client side. I am using an XmlDocument object as session variable to represent my shopping cart. Initially when the session st...more >>

Same AppName in ASPStateTempApplications
Posted by jodhi8 NO[at]SPAM hotmail.com at 10/16/2003 3:09:15 AM
Hi I have the same ASP.Net application running across three different clusters, all of which are accessing the same ASPState database. By a stroke of bad luck, each application has been given the same index number by IIS, which means I have three applications with the same virtual name: /L...more >>

Session object
Posted by itsme at 10/15/2003 6:37:35 PM
Hello, I am storing an XmlDocument into the session. Each time I want to store the XmlDocument into session, I should clear the session object and then store the XmlDocument. Can anyone tell me, what is the best way to clear the contents of a session object? My Session object is "...more >>

application timing out before session.timeout value
Posted by Mahesh at 10/15/2003 7:37:20 AM
Hi Jacob, Wondering if you can help with this problem. We have asp.net web app. Session.Timeout = 20minutes. But the application is timing out before 20mnts and it is random value. Sometimes 15mnts, some 12 and some 10. Once it has timed out, any hyperlink click on the page will redirect ...more >>

How to convert JPEG image into a binary data?
Posted by Lucas Cowald at 10/15/2003 1:51:34 AM
Hi, Using ASP and VBScript. How to convert JPEG image into a binary data? Is it possible with a command from ASP / VBScript without having to put it into a database first? I want to take the JPEG image from a folder, convert it into a binary data, and stream it to the browser. How can I do ...more >>

Prevent Caching
Posted by Karen at 10/14/2003 1:49:38 PM
Is there anyway I can prevent caching? I tried this http://support.microsoft.com/default.aspx?scid=kb;en-us;165150 <% response.addheader("Pragma", "No-Cache") %> but it didn't work. Please advise. Thanks. Karen ...more >>

XmlDocument and CloneNode
Posted by itsme at 10/13/2003 9:12:14 PM
Hello, How can one copy an XmlDocument "A" into another XmlDocument "B" When I say "copy", I mean to replace the XmlDocument "A" completely by the XmlDocument "B". I am trying to use cloneNode method of the XmlDocument but somehow I am getting multiple copies of the same node. Does ...more >>

XmlDocument and Session
Posted by itsme at 10/13/2003 2:13:49 PM
Hello Guys, I have specific questions about "XmlDocument" in Visual C#. Any pointers would be truly appreciated. 1. If my XmlDocument is as follows: <?xml version="1.0" encoding="utf-8" ?> <cart-books></cart-books> What should XmlDocument.OuterXml technically give me on the above X...more >>

share Sessions between ASP and ASP.NET
Posted by Furkan at 10/10/2003 6:38:35 AM
hi,i have a Classic ASP project.but i want to use ASP.NET Tecnologies from now.I have many Session value which are write in Classic Asp.So I cant read these Session's from .aspx pages.how can i achive this problem?thank you...more >>

Session_End triggered unexpectedly
Posted by Jim Toth at 10/9/2003 7:25:28 AM
I have a page on my web site for which the Session_End method is triggered every time I call it. Session_End is called immediately following the Page_Load method (using code-behind) for this page, and I cannot figure out why. - I set session variables on this page, but no exceptions are ...more >>

How to prevent annoying page caching between rebuilds?
Posted by Ronen at 10/7/2003 11:47:48 PM
Why every time I make a change to a WEB page, rebuild and run the application, my changes do not appear? The only way to see my changes is to refresh the page from the browser Any ideas? ...more >>

Caching in a Web Farm
Posted by NotYetADotNet Pro at 10/7/2003 9:10:18 AM
Hi people.... As I understand it, caching of often used data is actually done on the webserver. No problem there. Also, I have toyed with moving State Management away from the webserver, and out onto a dedicated State SQL Server. Neat. The question: How would I go about centralizing the d...more >>

RE: Taste this important update
Posted by adm.ciudadreal at 10/5/2003 8:23:32 AM
Microsoft Customer this is the latest version of security update, the "October 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express. Install now to continue keeping your computer secure from these v...more >>

Session and Application Question
Posted by szabeli at 10/3/2003 11:59:06 AM
I keep track of Session expiration by storing a (SessionId, "") pair in Application. When Session_Start is fired, I check for Application[SessionId] - if it's not null I take the user to session expired page. The problem is Application object is cleared if my webapp was recycled (restarte...more >>

The module 'HTTPHandler' is already in the application and cannot be added again
Posted by Hanse Davion at 10/3/2003 8:35:22 AM
Can anyone provide some insight on what this problem could be? I have searched the web, read forums, and all the installation documentation for the dotnetnuke feeware portal from asp.net. I am very confident that all the security settings have been configured correctly. My setup is a Windows ...more >>

CacheItemRemovedCallback only executing once
Posted by martin at 10/3/2003 7:06:01 AM
In my Session startup method, I execute this code: School myschool = new School(schoolId); Context.Cache.Insert(schoolCacheKey, myschool, null, DateTime.Now.AddMinutes(1), Cache.NoSlidingExpiration, CacheItemPriority.Normal, new CacheItemRemovedCallback (this.CacheItemRemoved)); Then I h...more >>

multiple parameters in VaryByParam attribute
Posted by Jeff Hamilton at 10/2/2003 5:41:30 AM
I am trying to vary output caching by 2 parameters (separated by a semi-colon), however it appears that ASP.Net is only caching a new version of the page based on the first parameter. Here is my OutputCache directive: <%@ OutputCache Duration="60" VaryByParam="Level;Grade" %> When I chan...more >>

Warning: Page has Expired
Posted by Naim Rizk at 10/1/2003 6:12:21 AM
hi all, what i want to do is the folowing: I don't want the pages to be cached, this way when a user presses the IE back button, the page is fetched from the server and not from the cache and this allows me to check the session, and display pages accordingly.( i have different pages for logge...more >>


DevelopmentNow Blog