摘要:
部署环境为:windows server 2008+IIS7.0+SQL Server 2008 开发环境为:VS2010+WebAppToolkitMobileVS2010.Setup.exe+SQL Server 2008 前几天,一个ASP.net MVC3的项目,在本机上调试通过了,但是在部署的时候遇到很多问题,以前都在相同的环境下很轻松的就完成部署了,而这次却显得困难重重,但是感到非常的... 阅读全文
摘要:
在ASP .net MVC的应用程序中,需要在web.config中配置连接字符串来连接数据库,在部署到具体的服务器上的时候,就需要查看指定服务器上SQL Server的连接字符串,下图是在windows server 2008中的SQL Server 2008的界面。下面是web.config文件: 1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 For more information on how to configure your ASP.NET application, pl 阅读全文
摘要:
http://crazythief.com/KB/0742898b-32ec-4e6f-b9af-f1409104f70e "Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, Pub... 阅读全文