| Thread | Last Post | Replies |
|
| page output caching and url rewriting with IHttpHandler | 23 Jun 2006 07:47 GMT | 2 |
I have page output caching setup in my web.config like this: <outputCacheProfiles> <add name="Static" duration="300" enabled="true" location="Server" varyByParam="url,id" />
|
| Can I used caching with personalization? | 16 Jun 2006 18:34 GMT | 1 |
I am new to ASP.NET 2.0, I want to use caching with my application. But in my application user can personalize layout (colors, themes etc). So can I use Output caching in this case, or I will need to use data catching only? I wonder if output caching will be used, all users will ...
|
| Help I *want* caching but IE won't give it to me (consistently.) | 09 Jun 2006 07:37 GMT | 1 |
On a static page I have: <script type="text/javascript" src="http://myServer/default.aspx?siteID=1"></script> The aspx page (c# dotnet 2.0) builds a custom javascript file and returns it
|
| Connection string password in clear text in ASP.NET Config Setting | 09 Jun 2006 07:04 GMT | 3 |
We have encrypted the connection string in web.config, however if you look at ASP.NET Configuration Settings in IIS Manager, the connection string including the password is there in clear text. Does anyone know how to avoid this?
|
| all sessions lost after deleting folders | 06 Jun 2006 19:27 GMT | 8 |
I have a big problem, I'm developing a filemanager in Asp.NET 2.0 C#, as a filemanager do , I delete,add,rename folders and files. After weeks of searching te problem why the session is lost everytime I do an action like delete.. Finally I found
|
| Remove all Cache Items from Site | 06 Jun 2006 19:19 GMT | 1 |
I have a DB driven Web App with Cached Data Grids. I use Cached dataviews for data grids. Upon closing Site or logging out, I want to clear all the Caches in my site. How it could be done... ??
|
| Expire all pages when logged out | 04 Jun 2006 22:06 GMT | 2 |
I have a site that allows users to log in and out based and uses session to access every page. My problem is when a user logout and click the back button in the browser it allows them to go back and view the content that they were in before but can not make any new request to the ...
|