开发者

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

开发者 https://www.devze.com 2023-01-13 23:28 出处:网络
Microsoft.ApplicationServer.C开发者_如何学Goaching namespace will it support with out appfabric server caching?The question I think you\'re asking is: if I\'m using the Microsoft.ApplicationServer.Cac

Microsoft.ApplicationServer.C开发者_如何学Goaching namespace will it support with out appfabric server caching?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消