No announcements
Found 1264754 threads
-
0 Votes
Purging Cache within a HttpModule
Can the ASP.NET cache be purged from a HttpModule?Answered | 1 Replies | 10372 Views | Created by k.r.t. _ - Sunday, October 5, 2008 2:50 PM | Last reply by Shrikant Maske - Friday, October 17, 2008 10:02 AM -
7 Votes
Using httpModules
I moved the line with module definition from section <httpModules> to section <modules> and add attribute preCondition="integratedMode".Answered | 4 Replies | 13941 Views | Created by Sergey V Voronkov - Friday, November 27, 2009 2:26 PM | Last reply by Jeroen Ritmeijer - Thursday, January 13, 2011 6:07 PM -
0 Votes
caching data
Here is a nice article by Jaroslaw Kowalski on Tracing and Caching in ...Answered | 3 Replies | 3379 Views | Created by Oleg V. Shastitko - Sunday, May 16, 2010 5:02 PM | Last reply by Srinivas Gantimahapatruni - MCPD - Tuesday, May 18, 2010 12:33 PM -
0 Votes
How to implement httpmodule?.
I am looking at couple of possibilties with httpmodule.Answered | 6 Replies | 4969 Views | Created by Anirudh123 - Monday, October 25, 2010 5:18 PM | Last reply by Anirudh123 - Thursday, October 28, 2010 2:35 PM -
0 Votes
Data Cache
Yes, SQL Server caches data and index pages to reduce I/O.Answered | 5 Replies | 2707 Views | Created by sqldeveloper2008 - Sunday, December 11, 2011 6:33 AM | Last reply by Dan Guzman - Sunday, December 18, 2011 11:35 PM -
0 Votes
HTTPModule Intelligencia UrlRewriter
Hi, I have a question concerning the deployment of a httpModule on Azure.Answered | 3 Replies | 2789 Views | Created by Dionyzoz - Tuesday, October 1, 2013 10:07 AM | Last reply by Dionyzoz - Wednesday, October 2, 2013 12:14 PM -
0 Votes
httpModules section is not working in Web.config
Web.config file contains <system.web> <customErrors mode="Off"/> <pages theme="Default" ...Answered | 2 Replies | 3130 Views | Created by mungkood - Saturday, January 5, 2013 6:08 AM | Last reply by mungkood - Tuesday, January 8, 2013 9:37 AM -
2 Votes
SPWebConfigModification -> Adding a new HttpModule above built-in HttpModules
HttpModulesSection httpModulesSection = (HttpModulesSection) configuration.GetSection("system.web/httpModules"); To insert your ...Answered | 15 Replies | 15027 Views | Created by Jason Rastovski - Wednesday, February 2, 2011 6:29 PM | Last reply by Badajoz95 - Tuesday, November 13, 2012 11:33 PM -
1 Votes
Any example of httpmodule with httphandler
And why the httpmodule should be linked with a handler.Answered | 2 Replies | 1561 Views | Created by murtazagandhi - Saturday, January 4, 2014 6:21 PM | Last reply by murtazagandhi - Sunday, January 5, 2014 11:05 AM -
1 Votes
Problem to deploy HttpModule to sharepoint.
I think it would be best to use Reponse.Redirect instead of Server.Transfer and use the PreInit request handler as this example uses ...Answered | 17 Replies | 17294 Views | Created by Hamed_1983 - Sunday, July 19, 2009 9:50 PM | Last reply by Hamed_1983 - Thursday, July 23, 2009 6:42 AM -
0 Votes
Caching in WCF data services?
Actually, WCF Data Service is built on top of ASP.net, which means you can utilize its output cache to do what you described ...Answered | 4 Replies | 12166 Views | Created by ArbutusJoe - Wednesday, April 14, 2010 7:44 PM | Last reply by Peter Qian - MSFT - Monday, December 13, 2010 6:33 PM -
1 Votes
When EF6 cache data
EF5/6 always cache data when we fetch data by EF?Answered | 2 Replies | 969 Views | Created by Sudip_inn - Monday, October 9, 2017 10:22 PM | Last reply by Sudip_inn - Wednesday, November 1, 2017 8:54 AM -
0 Votes
Cache Data page
The query is irrelevant all that is relevant is what data pages are in cache and what are not.Answered | 2 Replies | 1457 Views | Created by Kayadhu - Tuesday, January 29, 2013 10:51 AM | Last reply by retracement - Tuesday, January 29, 2013 12:03 PM -
0 Votes
cache xml file data
Load the data into a SQL Database your app owns.Answered | 5 Replies | 701 Views | Created by Sharmishtha - Monday, August 31, 2015 6:05 AM | Last reply by Johns-305 - Monday, August 31, 2015 11:11 AM -
2 Votes
Entity Framework Cached Data
To your question: for working with cached data in EF or L2S we should use extension methods like ToArray, ToList etc.Answered | 3 Replies | 4545 Views | Created by Amirreza - Sunday, July 17, 2011 2:29 PM | Last reply by Fernando Soto - MCSD - Monday, July 18, 2011 3:40 PM -
1 Votes
Caching big data - bug
Cache is partitioned, yes and it puts partitions randomly on the machines.Answered | 5 Replies | 5223 Views | Created by ronchuk - Thursday, September 17, 2009 4:31 PM | Last reply by Ankur Agrawal-MSFT - Tuesday, September 22, 2009 7:03 PM -
0 Votes
HTTPModule some events not firing
Hi, Please, take a look at this other ...Answered | 3 Replies | 2317 Views | Created by Ali Raza - Wednesday, April 17, 2013 10:26 AM | Last reply by JA Reyes - Monday, April 22, 2013 9:10 AM -
1 Votes
Data cache in wpf4
You can also consider Ent Lib Caching Application block.Answered | 6 Replies | 4147 Views | Created by Nikhil jain - Tuesday, January 18, 2011 12:58 PM | Last reply by Yves.Z - Friday, January 21, 2011 10:22 AM -
0 Votes
caching data with web services
Is it ok to cache data at the UI or do you definitely want to do it in the BL?Answered | 2 Replies | 5744 Views | Created by hemant garg - Wednesday, November 4, 2009 6:27 AM | Last reply by Amadeo Casas - MSFT - Wednesday, November 4, 2009 5:04 PM -
0 Votes
Cache and httpModules....
User883524816 posted You could set up a timer in an httpModule or Global.ascx to periodically hit your db and update the results.Unanswered | 1 Replies | 25 Views | Created by Anonymous - Thursday, February 12, 2004 1:47 PM | Last reply by Anonymous - Wednesday, February 25, 2004 9:30 AM - Items 1 to 20 of 1264754 Next ›
No announcements