| Thread | Last Post | Replies |
|
| disable caching ? | 12 Apr 2005 21:56 GMT | 1 |
can a user disable caching on his computer ? and if yes how ? thanx
|
| cache enumeration from web page | 11 Apr 2005 03:55 GMT | 5 |
I'm caching aspx pages and ascx controls as well as programmatically within aspx code for my asp.net web application. I'd like to have a special admin aspx page that will display the contents of the cache. I'm using the IDictionaryEnumerator, see code snippet below, but this just ...
|
| File permissions for FileUpload | 09 Apr 2005 13:22 GMT | 2 |
This has to do with uploading files to a folder on the web server. In http://support.microsoft.com/kb/323246 it indicates that the permissions on the folder you are uploading to should be set on user MachineName\ASPNET. This does not work for me on our
|
| Creating New Sessions | 07 Apr 2005 22:04 GMT | 2 |
Is there anyway to create a new session when using: Response.redirect ("Newpage.aspx") or window.open ("NewPage.aspx").
|
| http handler image caching | 06 Apr 2005 21:15 GMT | 8 |
I am using a http handler to read and generate dynamic images from SQL and other sources. The following code snippet works fine, but caching needs some work. (I have not provided all of my image code.) The image does appear to be cached at the server, as there is little or no
|
| Priority of Data Stored in Session | 01 Apr 2005 20:25 GMT | 2 |
Is there a way I can specify that data stored in Session("Login") has the highest priority and should be the last to be discarded when memory gets low? Thanks.
|