.Net
文章平均质量分 75
MosMovon
The sweet hereafter.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IIS EXPRESS无法启动
我在历经千辛万苦成功安装了Microsoft visual studio express for web 后,加载项目运行发现IIS Express无法启动,1.首先查看事件管理器,发现有错误如下2.然后安装IIS 服务器报错,卸载重装N次无果3.按照网上启动iis7管理服务器提示:无法启动计算机上的服务W原创 2015-04-08 21:53:55 · 3022 阅读 · 0 评论 -
Visual studio 2013安装失败总结
安装vs2013 ultimate版本总是报错,如下图错误日志如下2015-04-07T10:53:42]i000: MUX: ExecuteError: Package (vs_devenv) failed: Error Message Id: 1406 ErrorMessage: Could not write value devenv.exe to key \SOFTWARE\M原创 2015-04-08 21:52:01 · 21200 阅读 · 1 评论 -
ASP.NET Identity简介
The ASP.NET membership system was introduced with ASP.NET 2.0 back in 2005, and since then there have been many changes in the ways web applications typically handle authentication and authorization. ASP.NET Identity is a fresh look at what the membership原创 2016-02-03 17:09:33 · 2217 阅读 · 0 评论 -
IIS优化服务器性能导致QuartZ任务未运行
问题:IIS 为优化服务器性能,会自动对它认为休眠的应用程序进行资源回收,资源回收将会导致网站应用程序关闭。 解决方案:1、 设置闲置超时为0,固定回收时间间隔为0,即IIS不主动回收闲置进程Ref:One way to conserve system resources is to configure idle time-out settings forthe worker原创 2016-03-29 13:31:57 · 6489 阅读 · 0 评论
分享