Migrating asp.net application from framework 2.0 to 3.5

Last post 05-18-2009 4:35 AM by sumitd. 2 replies.

Sort Posts:

  • Migrating asp.net application from framework 2.0 to 3.5

    05-18-2009, 4:09 AM
    • Member
      point Member
    • GaneshNET
    • Member since 02-15-2005, 1:58 AM
    • Chennai
    • Posts 5

    Hi All,

    We are migrating asp.net framework 2.0 application to 3.5. We having 3 projects with the application which follows

    1) Component Library

    2) Web Service

    3) asp.net application

    We are not using any third party application. To my knowledge, there wont be any issue when migrating (1) and (3). What about the web service? Will the webservice need any additional codes?

    Note: I dont want to migrate the application through wizard.

    Regards
    Ganesh R
  • Re: Migrating asp.net application from framework 2.0 to 3.5

    05-18-2009, 4:26 AM
    Answer
    • All-Star
      45,793 point All-Star
    • jimmy q
    • Member since 11-02-2006, 5:01 AM
    • Australia
    • Posts 3,161
    • Moderator
      TrustedFriends-MVPs

    GaneshNET:
    What about the web service? Will the webservice need any additional codes?
     

    I have not done a migration myself but there are key changes to how web services are used in .NET 3.0+

    Services are now using the WCF API which revolves around interfaces use to define the service and operation contracts. WCF is really a contract based development paradigm and the rest of it like channel stack configuration, security can be defined declaratively in the web.config.

     

  • Re: Migrating asp.net application from framework 2.0 to 3.5

    05-18-2009, 4:35 AM
    Answer
    • Star
      10,646 point Star
    • sumitd
    • Member since 07-16-2008, 4:32 PM
    • Bangalore
    • Posts 1,872

    Hi Ganesh,

    The same discussion is going on http://forums.asp.net/t/1424207.aspx

    Please don't post duplicate post as it will resolve your query faster and you won't get repeated answer b'coz users will go through already posted post and will think differently of your question.

    Please mark it as answer if it resolves the issue.

    visit: http://technicalsol.blogspot.com

    Latest ajax control toolkit (Release: May 13, 2009): http://ajaxcontroltoolkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27326
Page 1 of 1 (3 items)