Microsoft.ApplicationServer.Caching namespace will it support with out appfabric server caching?

人走茶凉 提交于 2019-12-25 01:54:17

问题


Microsoft.ApplicationServer.Caching namespace will it support with out appfabric server caching?


回答1:


The question I think you're asking is: if I'm using the Microsoft.ApplicationServer.Caching namespace in my code, will it still work if I don't have AppFabric installed on the server?

AppFabric doesn't have to be installed on your web server, all the binaries necessary at runtime will be in your application's bin folder, but if it isn't installed, you'll need at least one other server that does have it installed. If you don't (or can't) have any servers with AppFabric installed then your application won't be able to use AppFabric caching and you'd be better to look at using System.Runtime.Caching instead.



来源:https://stackoverflow.com/questions/3627037/microsoft-applicationserver-caching-namespace-will-it-support-with-out-appfabric

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!