![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Can you cache data in a web farm enviroment? Doen anybody have some sample code? |
#3
| |||
| |||
|
|
Hello Chris, Yes, but you have to work around it. 1. If you using ASP.NET 1.x then you might want to use Microsoft Cache Application Block which will allow you to implement your own storage somewhere else but memory, SQL Server for example. 2. If you using ASP.NET 2.0 then you should be able to implement your own cache storage and then store your cached data. In both implementations you will have to deal with serialization of the cached objects. Hope it helps, Oleg Can you cache data in a web farm enviroment? Doen anybody have some sample code? |
#4
| |||
| |||
|
|
Hello Chris, Yes, but you have to work around it. 1. If you using ASP.NET 1.x then you might want to use Microsoft Cache Application Block which will allow you to implement your own storage somewhere else but memory, SQL Server for example. 2. If you using ASP.NET 2.0 then you should be able to implement your own cache storage and then store your cached data. In both implementations you will have to deal with serialization of the cached objects. Hope it helps, Oleg Can you cache data in a web farm enviroment? Doen anybody have some sample code? |
#5
| |||
| |||
|
|
Oleg, how do I tell what version of ASP.Net I'm on? "Oleg Kap" wrote: Hello Chris, Yes, but you have to work around it. 1. If you using ASP.NET 1.x then you might want to use Microsoft Cache Application Block which will allow you to implement your own storage somewhere else but memory, SQL Server for example. 2. If you using ASP.NET 2.0 then you should be able to implement your own cache storage and then store your cached data. In both implementations you will have to deal with serialization of the cached objects. Hope it helps, Oleg Can you cache data in a web farm enviroment? Doen anybody have some sample code? |
#6
| |||
| |||
|
|
Hello Chris, Few ways, 1. What is installed in your %WINNT%\Microsoft.NET\Framework Folder, will give you an idea of all availble versions on your machine. 2. You can check it on your IIS server. 3. Simple one(stupid I would say) is to throw an exeption in your ASP.NET application and it will tell you in the bottom of the screen what version you using. There probably other ways to check this out. Oleg Oleg, how do I tell what version of ASP.Net I'm on? "Oleg Kap" wrote: Hello Chris, Yes, but you have to work around it. 1. If you using ASP.NET 1.x then you might want to use Microsoft Cache Application Block which will allow you to implement your own storage somewhere else but memory, SQL Server for example. 2. If you using ASP.NET 2.0 then you should be able to implement your own cache storage and then store your cached data. In both implementations you will have to deal with serialization of the cached objects. Hope it helps, Oleg Can you cache data in a web farm enviroment? Doen anybody have some sample code? |
#7
| |||
| |||
|
|
I've got v1.0.3705 and v1.1.4322 Is this asp.net 2.0 or 1.x? "Oleg Kap" wrote: Hello Chris, Few ways, 1. What is installed in your %WINNT%\Microsoft.NET\Framework Folder, will give you an idea of all availble versions on your machine. 2. You can check it on your IIS server. 3. Simple one(stupid I would say) is to throw an exeption in your ASP.NET application and it will tell you in the bottom of the screen what version you using. There probably other ways to check this out. Oleg Oleg, how do I tell what version of ASP.Net I'm on? "Oleg Kap" wrote: Hello Chris, Yes, but you have to work around it. 1. If you using ASP.NET 1.x then you might want to use Microsoft Cache Application Block which will allow you to implement your own storage somewhere else but memory, SQL Server for example. 2. If you using ASP.NET 2.0 then you should be able to implement your own cache storage and then store your cached data. In both implementations you will have to deal with serialization of the cached objects. Hope it helps, Oleg Can you cache data in a web farm enviroment? Doen anybody have some sample code? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |