读书人

在 .net 1.1 下写的ASP.NET程序在既

发布时间: 2012-01-02 22:40:04 作者: rapoo

在 .net 1.1 下写的ASP.NET程序,在既装有 1.1 版本,又有 2.0 版本的机器上运行有问题?
在IIS里建站默认指定的.NET 版本是 2.0,选了1.1后,运行ASPX页面都提示找不到???


指这.NET版本为 2.0时,却出现错误提示:

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Ambiguous match found.

原来在 1.1 下是能正常运行的。

啥问题?

[解决办法]
打开IIS,选择 <默认Web站点> --> 属性--> ASP.Net--> ASP版本选net 1.1,

试试
[解决办法]
再重新配置一下
[解决办法]
把IIS设置改成1.1的

[解决办法]
设置以下就好了呀 !!

读书人网 >C#

热点推荐