E
eriera1
I had one user-control that uses outputcache with shared="true" and in my local machine it shares the render through all the pages. But when I install my web app into another environment the usercontrol don't share the render HTML and it uses a diferent copy for every page.
I changed the shared property to shared="True" and in my local machine continues working well. The surprise is that in the other environment works fine!!
What is the reason? If the shared is case-sensitive it hadn't to work in my local machine the first time.
Exists any IIS (or ASP.NET or .Net Framework or whatever) configuration parameter to specify if the parameter values are case-sensitive or not?
Thanks a lot!!
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
I changed the shared property to shared="True" and in my local machine continues working well. The surprise is that in the other environment works fine!!
What is the reason? If the shared is case-sensitive it hadn't to work in my local machine the first time.
Exists any IIS (or ASP.NET or .Net Framework or whatever) configuration parameter to specify if the parameter values are case-sensitive or not?
Thanks a lot!!
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...