
ASP.NET
Garydeng
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HTTP 错误 404.17 - Not Found 解决方法
错误摘要HTTP 错误 404.17 - Not Found请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理。错误原因:4.0框架的网站配置了2.0的Class池解决方案:aspnet_regiis注册4.0框架,然后用4.0的Class池原创 2012-08-03 15:21:34 · 2577 阅读 · 0 评论 -
SQL Server 2008 R2 用户 'IIS APPPOOL\DefaultAppPool' 登录失败
添加ASP.NET网站时,选择添加"添加应用程序"连接sql server 2008 R2 可能会如下错误:"无法打开登录所请求的数据库 "databaname"。登录失败。用户 'IIS APPPOOL\DefaultAppPool' 登录失败。"或者:Cannot open database "NoCloneADService" requested by原创 2012-08-03 15:38:06 · 1704 阅读 · 0 评论 -
Getting the error “The view at '~/Views/Page/home.aspx' must derive from ViewPage, ViewPage<TViewDat
今天在学习Asp.net MVC的时候遇到了这个问题,google了一下,原来是机器上安装了两个版本的MVC导致的,把项目的mvc引用改成 copy local is ture 就可原创 2012-09-25 01:38:54 · 1679 阅读 · 1 评论