1.unrecognized attribute 'targetframework'

A: 需要注册.net framework到iis。步骤如下:

(1)'Start' -> 'CMD'

(2) 输入'cd c:\windows\microsoft.net\framework\v4.0.30319'

(3)输入'aspnet_regiis.exe -i'

2.this configuration section cannot be used at this path(configuration locking?)

(1)Click "Start button"

(2)in the search box, enter "Turn windows features on or off"

(3)in the features window, Click: "Internet Information Services"

(4)Click: "World Wide Web Services"

(5)Click: "Application Development Features"

(6)Check (enable) the features. I checked all but CGI.

3.Web网站崩溃,原因是UnauthorizeAccessException无法访问C:\SML\SERVER\Log\.
   解决方案:设置应用程序池默认设置 -> 标识: LocalSystem -> 确定后重启应用程序池。

4.某些模块无法正常加载,可能通过设定"Enable 32-Bit Applications"可以解决。

最新文章

  1. active_record的不定时更新
  2. 【转】从MVC到前后端分离
  3. C#多线程学习(一) 多线程的相关概念(转)
  4. 解决document.onclick在IE下用不了或无效的问题
  5. C语言-05-内存分析
  6. POJ 1151 Atlantis 线段树+离散化+扫描线
  7. DBCP|C3P0参数详解
  8. 【Java技术位】——代理模式及其事务包
  9. easyDialog弹窗+zTree部门选择
  10. SQL NULL 函数
  11. PowerDesigner 16.5 使用VBScript脚本从Excel导入物理数据模型
  12. ACM-ICPC 2018 徐州赛区网络预赛 G Trace(逆向,两颗线段树写法)
  13. Asp.Net Mvc控制器重名问题整理
  14. 创建和修改主键 (SQL)
  15. 关于Java Collections的几个常见问题
  16. Android 通过触摸动态地在屏幕上画矩形
  17. c++第三十一天
  18. leetcode-wildcard matching-ZZ
  19. Fluent Python: @property
  20. 对有些反编译不成功的apk,请更新最新的apktool.jar、 dex2jar试试

热门文章

  1. UDP server Code
  2. 安装Flutter环境
  3. 常用代码c#
  4. 利用cross-entropy cost代替quadratic cost来获得更好的收敛
  5. WPF Prism MVVM 中 弹出新窗体. 放入用户控件
  6. 北京Uber优步司机奖励政策(1月20日)
  7. 北京Uber优步司机奖励政策(12月2日)
  8. spring源码-BeanFactoryPostProcessor-3.2
  9. zedboard学习第一篇
  10. JavaWeb项目生成PDF文件添加水印图片并导出