面对Windows 8中的问题,无法在IIS中运行基于ms访问的应用程序 [英] Facing a Problem in windows 8 , not able run ms access based app in IIS

查看:59
本文介绍了面对Windows 8中的问题,无法在IIS中运行基于ms访问的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好



我在Windows 7中开发了一个简单的应用程序。这个应用程序将数据插入ms访问数据库并从该应用程序检索数据。



现在Windows 8,我已安装IIS,并将文件夹放到wwwroot。我收到错误

 无法识别 属性'targetframework'。注意    attribute  名称   区分大小写  

framework 4 5 已安装 on windows 8 笔记本电脑

解决方案

将其更改为targetFramework。

httpRuntime [ ^ ] element配置ASP.NET HTTP运行时设置,确定如何处理ASP.NET应用程序的请求。



所以它可能没有 targetFramework 可用于设置,删除它并且它将起作用。



-KR


Hello

I have develop one simple app in windows 7. This app insert data into ms access database and retrieve data from that app.

Now Windows 8, I have installed IIS , and put folder to wwwroot. I am getting error "

Unrecognized attribute 'targetframework'. Note that attribute names are case-sensitive. "

framework 4.5 in installed on windows 8 Laptop.

解决方案

Change it to "targetFramework".


httpRuntime[^] element configures ASP.NET HTTP run-time settings that determine how to process a request for an ASP.NET application.

So it might not have targetFramework available for set, remove it and it will work.

-KR


这篇关于面对Windows 8中的问题,无法在IIS中运行基于ms访问的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆