去年我已写过一篇关于安装.NET Framework 4.5后特定场景Ajax POST的挂起问题 => http://www.cnblogs.com/junchu25/archive/2012/10/28/2743205.html,今天补充一些非代码级别的解决方案. 前几天用户反馈某个应用一定程度间隔点击无响应(在等待较长时间后恢复正常),页面较为简单Ext.NET的GridPanel + Store.分别在Windows 7 Ultimate.Windows Server 2008 R2 +…
WARNING: Make sure that .NET Framework 4.5 or later and Powershell 3 or later are installed, otherwise extracting the Electron zip file will hang.…
今天客户一个附件上传的应用程序报错,服务器安装了.net 4.0 framework(还有1.0和2.0版本),因为有网站程序需要用到2.0,配置好站点后,附件程序是用的2.0,Mail程序选择版本为4.0,当访问Mail程序后再访问附件程序出错,错误代码如下 Server Application Unavailable The web application you are attempting to access on this web server is currently unavail…
$(function () { $.ajax({ url: 'Ashx/GetProductList.ashx', contentType: "JSON", success: function (data) { alert(data); var jsonData = eval("(" + data + ")"); alert(jsonData); $.map(jsonData, function (k, v) { alert("ssss…
Your website maybe stop working and response very lowly. How to find out the reason? Below are the guide, hope it will help you out! Identify it is a hang What website hang really means? An IIS website hangs whenever it appears to stop serving incomi…
But I got an error message "iis version 7.0 or greater is required to install Web Farm Framework 2.2". My question is that does Web Farm Framework 2.2 still support IIS 10? 解决方法: Open Regedit > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp Ed…
原文链接: http://blogs.msdn.com/b/tess/archive/2009/03/20/debugging-a-net-crash-with-rules-in-debug-diag.aspx 原文用到的软件其实名字是叫: Debug Diagnostics 微软的网站上有下载 原文内容如下: During mine and Micke’s presentation at TechDays this week I showed a demo of setting up rule…
原文 Install Typical IIS Workloads Introduction The IIS 7.0 and above modular architecture is designed to enable the IT professional to customize exactly which features are installed and running on the Web server. IIS is now factored into more than 40…
原文 Installing IIS 8.5 on Windows Server 2012 R2 Introduction This document describes how to install Internet Information Services (IIS) 8.5 on Windows Server® 2012 R2. IIS is the Web server role in Windows Server 2012 R2. The Windows Server 2012 R2 o…
IIS Version Special cases for 32-bit versions of Aspnet_regiis.exe 6.0 You can run the 32-bit version of Aspnet_regiis.exe under a 64-bit IIS 6.0 installation on Windows Server 2003 with the following restrictions: The 32-bit version runs only if IIS…