Asp.Net 1 -> Asp.Net 2 upgrade - Machine.Config - unrecognized parameter

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-05-27T02:37:24Z Indexed on 2010/05/27 2:41 UTC
Read the original article Hit count: 380

Filed under:
|
|

Hi All,

I am working on upgrading a web app to asp.net 2 from 1.

VS 2008 did its conversion things, and everything is building successfully and has been converted to a web application via the appropriate menu item in VS 2008.

On launching the site using the Asp.net development server I am receiving a configuration error on the appsettings line in the machine config of Unrecognized attribute 'restartOnExternalChanges'.

The app targets asp.net 2 in the projects properties in VS, and the error page indicates similar : Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

The error message seems to indicate I am trying to run this in an asp.net 1 environment, but surely that isnt the case, and if so how do I rectify this.

Any help would be appreciated

Thanks,

© Stack Overflow or respective owner

Related posts about c#

Related posts about asp.net-2.0