all groups > asp.net caching > may 2006
C# windows service freezes on System.Diagnostics.Process.Start(info)
Posted by Daniel at 5/31/2006 1:46:45 PM
C# windows service freezes on System.Diagnostics.Process.Start(info)
When I launch PSCP from a C# windows service and launch pscp 0.53 there are
no issues. but when I use C# windows service to launch pscp 0.58 C# freezes
in System.Diagnostics.Process.Start(info)? pscp 0.58 works fine at comma... more >>
VSWebCache
Posted by Amit Bansal (MCT, MCSD.NET) at 5/30/2006 3:07:57 PM
Hi,
Every time I compile asp.net project it says
'Unable to write to output file 'C:\Inetput\wwwroot\....\...dll': The
process cannot access the file because it is being used by another process'
I need to close the IDE, delete the cache under VSWebCache and then run the
projec... more >>
How to set output page cache for all pages at once?
Posted by Jason at 5/24/2006 8:43:01 AM
Is there an easy way to set the output page cache for all pages in an app at
once?
It seems like the only way to set the page output cache is to use the
@OutputCache directive in each page, or to do it programatically. I've also
tried to do it programatically within a master page, but that... more >>
Memory Problems
Posted by Lou Civitella at 5/16/2006 4:27:07 PM
Recently a client of ours has moved their web site from one hosting company
to another. The new host is actually a virtual dedivated server. Today the
site went down and so did the server due to the fact that a process on the
server ate up too much memory. I found the process eats alot of memo... more >>
Session state problem when displaying web page in Outlook
Posted by David H. at 5/11/2006 12:56:02 PM
We are trying to display a web app in Outlook but have run into a serious
issue with session state. Basically, we are attempting to set an Outlook
folder to display a web page (ala Microsoft CRM 3's Outlook integration), but
Outlook's implementation of the IE browser control appears to force ... more >>
Expire all pages when logged out
Posted by momo at 5/11/2006 9:33:53 AM
Hi Guys!
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 s... more >>
Failed to create table sql cache dependancy
Posted by Yuva at 5/9/2006 6:33:01 AM
Hi
I have created a datatbase "testschema" and schema called "MySchema". I have
created a table "MySchema.table1" in the database. I am trying to create sql
cache dependancy on table using aspnet_regsql utitlity.
aspnet_regsql -S localhost -U UserA -P usr@123 -ed -d testschema -et -t
MySc... more >>
Remove all Cache Items from Site
Posted by Kamal Ahmed at 5/5/2006 12:00:00 AM
Hi all,
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... ??
TIA
Muhammad Saleem
CSi
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Controlling the browser cache from an ASPX page
Posted by Grant Davis at 5/4/2006 3:46:28 PM
I have an aspx page that is used in src tags on other pages to serve
images. The image that is served is determined by a query string:
src=mypage.aspx?imageId=12344
Each image has a unique id, so a unique image is defined by the entire
URL, including the query parameters.
The aspx page l... more >>
Cache Issues in Asp 2.0
Posted by Steve F at 5/4/2006 8:32:02 AM
When running an Asp.Net 2.0 web application
any items that I add to the cache are being removed almost instantly
with a reason of underused. I know this as I have hooked up a delegate
that is invoked when the cached item is removed.
If I set the priority to be NonRemoveable this does not happe... more >>
|