摘要:
Installing Docker Toolbox on Windows with Hyper-V Installed Installing Docker on Windows is a fairly simple and straightforward process. It is very we 阅读全文
摘要:
Sharepoint AppFabric install error 阅读全文
摘要:
//ExchangeService版本为2007SP1 ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010_SP2); //参数是用户名,密码,域 service.Credentials = new W... 阅读全文
摘要:
asp.net url rewrite 阅读全文
摘要:
Could not load file or assembly 'System.Data.SQLite' or one of its dependencies 解决办法 阅读全文
摘要:
使用ASP.NET Web API构造基于restful风格web services,IHttpActionResult是一个很好的http结果返回接口。 然而发现在vs2012开发环境中,System.Web.Http包I中不含有HttpActionResult,这时需更新ASP.NET Web API。ASP.NET Web API是NuGet项目来管理更新,微软不提供安装包。所以使用NuGet更新包,具体步骤如下:1. 打开NuGet,打开方法 工具->库程序包管理器->程序包管理器控制台,如下图所示:2. 输入如下命令Install-Package Microsoft.As 阅读全文
摘要:
distributed caching for .net applicationsfast, scalable distributed caching with meaningful performance metrics for your managers and a simple api for your development team.http://www.getdache.net 阅读全文
摘要:
出现这个问题主要有以下几个原因:1, 服务器维护;2, 程序出现异常;3, Application Pool 未启动;4, 程序里面调用的其他web service或者wcf 程序异常,或者这些web service 的application pool 未启动。 阅读全文
摘要:
原因:在安装Framework v4.0之后,再启用IIS,导致Framework没有完全安装 解决:开始->所有程序->附件->鼠标右键点击“命令提示符”->以管理员身份运行->%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i 阅读全文