我有一个运行在Windows server2008IISServer7.5.1和.NET框架V4.0的R2 Service Pack1上的应用程序。我搜索了这么长时间,我发现它与.Net框架连接相关,它必须至少是4.5。我下载了IISFramework4.5,但在.Net内部的应用程序池中找不到它。有没有其他可能的方法来升级到TLS 1.2?如果升级.Net框架是解决方案,那么如何将.net框架4.5版应用到IIS<
IIS配置是相同的。the <compilation> element of the Web.config file is used only to target version 4.0 and later of the .NETSpecify a valid target version of the .NET Framework, or install the required version of the .NET FrameworkError:
Line 20: </appSe
我有一个托管在ASP.net应用程序中的WCF服务器。它是使用global.asax中的简单RouteTable设置进行设置的。在我使用IIS 7的开发机器上,它工作得很好,但是当我使用类似的IIS设置部署到windows Server 2008机器上时,它不能工作,当我的ajax方法试图访问该服务时,我得到了一个404错误。我想知道WCF是否能够像我在实际生产服务器上的开发机器上一样托管?如果是这