all groups > asp.net caching > november 2005
Module vs. Session
Posted by Richard at 11/18/2005 3:36:03 PM
If I store a dataset in a public variable in a module (not a class, but a
module, like the old .bas file in VB), how is that different from storing it
into a session object? Both can be accessed by any web form. Are there
advantages/disadvantages to using one over another?
... more >>
fragment caching: determining if control has been cached (ASP.NET v1.1)
Posted by hamstak NO[at]SPAM yahoo.com at 11/17/2005 4:47:48 PM
I have a custom control which is programatically assigned to cache as
follows:
[PartialCaching(3600,"MyParam",null,null)]
The custom control is included in an .aspx page as such:
<tp:MyControl runat="server" id="objMyControl"/>
and there is a corresponding object variable declared in th... more >>
asp.net user control caching
Posted by Steve at 11/15/2005 4:40:03 PM
Hello. I know user controls can be cached by a form variable. But can it
still be cached if the form variable is created through the page_load event.
I'm asking the question because I'm having trouble getting this to work. Is
my code below created correctly? Thanks in advance for looking a... more >>
does the windows file handle change?
Posted by Daniel at 11/15/2005 12:03:14 PM
does the windows file handle change?
are file handles unique to the whole operating system or just the current
directoy? if a file is opened then closed then opened again, does the file
handle remain the same?
... more >>
how to get file id in C#
Posted by Daniel at 11/15/2005 10:20:44 AM
how to get file id in C#
is there any kind of unique id that can be obtained for any file in a file
system?
... more >>
Saving a variable
Posted by Andrew Chalk at 11/11/2005 7:43:49 PM
One page of my ASP.NET application constructs a string variable that is used
in other pages. How should I store the string across pages? I am using the
Session object. Is this the right use for it?
Many thanks.
... more >>
Asp.Net Cache-Concurrency issue?
Posted by Sundararajan at 11/9/2005 8:43:03 PM
Dear folks,
I am using ASP.Net cache in my web application. is there any maximum
amount of concurrent access allowed for a cache. is there any bottle neck
that is possible when nearyly 100+ concurrent users are accessing the cache
--
S.Sundararajan... more >>
IE 6.0 & IIS 5.0 / 5.1 Cache issue with Missing "If-Modified-Since" header
Posted by GuruPrasad at 11/9/2005 12:00:00 AM
Test Scenerio
Tools usage for the Test
ASP.NET Web Application
..Net Framework 1.1
Windows XP
LocalHost
Fiddler HTTP Debugger
Internet Explorer
The web project also contains few JS files and Images. The application when
run through the
Internet Explorer, on local host, was n... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How about giving www.aspnetfaq.com a test ride ?
Posted by Juan T. Llibre at 11/7/2005 12:00:00 AM
Hey, guys.
How about giving http://www.aspnetfaq.com/ a test ride ?
Especially, check out the search facility.
Make sure that you hit the Search button, though.
I have not yet set the default behavior to Submit when you hit enter.
Also, check the selection by category and the FAQ selectio... more >>
session does not save state (variables)
Posted by Shiran at 11/5/2005 12:00:00 AM
hi,
i'm having a problem saving the session state through the application. i
want to save several primitive types parameters and dataset through the
session Session["dataset"], but the session somehow does not save the state
and lose it. do you have any idea? i thought i might be something ... more >>
aspnet_wp.exe (PID: XXXX) stopped unexpectedly.
Posted by Alan Kwok at 11/3/2005 3:31:03 AM
Background: Just installed .net framework 2 beta and Visual Web Developer
Beta on WinXP Professional running IIS 5.1.
What happened: Start out by following instructions on a asp.net book,
compile went well. Just that when I fire up my IE6, it said "Server
Application Unavailable." The error... more >>
|