Develop .net 1.1 application with VWD 2005?

Last post 09-03-2009 9:08 PM by whighfield. 3 replies.

Sort Posts:

  • Develop .net 1.1 application with VWD 2005?

    09-03-2009, 9:49 AM
    • Member
      25 point Member
    • Henne
    • Member since 07-03-2009, 1:46 PM
    • Posts 43

    Hello,

    i developed my application in .net 2.0 to find out that our servers are running on 1.1 and now want to debug my whole application with 1.1 as I do not have the time to rewrite it.

    Can I change the debugging version in the visual web developer so that it shows me what content is not valid in 1.1?

    Thank you for your help,

    Henrik

  • Re: Develop .net 1.1 application with VWD 2005?

    09-03-2009, 10:03 AM
    Answer
    • Contributor
      7,249 point Contributor
    • whighfield
    • Member since 01-02-2006, 5:37 PM
    • Winterpeg, Manitoba
    • Posts 1,205

    To debug you need either VS 2003 or Web Matrix to work with .NET 1.1.

    To compile you will need to use http://www.codeplex.com/MSBee

    Are you sure that your servers only have 1.1?  If ASP.NET 2.0 was installed after the server was setup then ASP.NET 2.0 might not be registered with IIS.

    Have the admin look at this article to do this http://www.devx.com/vb2themax/Tip/18849

    Otherwise tell your boss that you need ASP.NET 2.0 installed or you will be forced to spend way more time that is necessary to work on your applications.

    Please mark the most helpful reply/replies as "Answer".

    - William
    http://thefrozencoder.ca
  • Re: Develop .net 1.1 application with VWD 2005?

    09-03-2009, 10:42 AM
    • Member
      25 point Member
    • Henne
    • Member since 07-03-2009, 1:46 PM
    • Posts 43

    whighfield:

    Otherwise tell your boss that you need ASP.NET 2.0 installed or you will be forced to spend way more time that is necessary to work on your applications.

    That is exactly what I am thinking. But the question that was cming is that a very old application is running on the system that uses aps.net 1.1. so will this application not beeing influenced by installing asp.net 2.0 on the server?

  • Re: Develop .net 1.1 application with VWD 2005?

    09-03-2009, 9:08 PM
    Answer
    • Contributor
      7,249 point Contributor
    • whighfield
    • Member since 01-02-2006, 5:37 PM
    • Winterpeg, Manitoba
    • Posts 1,205

    You can run ASP.NET 1.1 and 2.0 applications on the same web server with not issues.  Once you install ASP.NET 2.0 in the IIS properties form for each web site you will be able to set what version of ASP.NET each web site will run under.

    Please mark the most helpful reply/replies as "Answer".

    - William
    http://thefrozencoder.ca
Page 1 of 1 (4 items)