ArcIMS.net

using System;
using System.Data;
using System.Configuration;
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

两个应用错误asp.net 版本产生的错误

Posted on 2006-04-29 14:59  BaobeI  阅读(338)  评论(0)    收藏  举报
1. 可以用asp.net2.0执行asp.net1.x版本的web应用程序;但是当用asp.net2.0调试asp.net1.x版本的web应用程序时产生:Error while trying to run project.Unable to start debugging on the web server. Output 栏显示:Auto-attach to process '[7628] aspnet_wp.exe' on machine 'your machine name' failed. Error code 0x8013134b.

这种情况可在IIS中当前项目虚拟目录属性中Tab页 ASP.NET 中,把其版本改为 asp.net 1.x 即可。

2.asp.net 1.0  的应用程序无法执行 2.0的应用程序;同上方法,把版本改为 asp.net 2.0