最近计划更换服务器,包括IIS服务器与数据库服务器,操作系统都是Windows Server 2012 R2,第一次接触Windows Server 2012,感觉比较新鲜,一路摸索完成了IIS 8 的配置,并成功部署了网站. 下面图文并茂介绍配置过程,希望对大家有用: 1.点击"Server Manager",弹出安装界面. 2. 选择 "Add roles and features",点击 Next 3.选择 "Role-based or reatur…
问题一: IIS中要上传文件的路径是另一台服务器的地址(如:本机IP是192.168.0.100,文件保存的路径在://192.168.0.101/images/folder),在上传时抛出异常: ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET ha…