problem with 2.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jany
    New Member
    • Sep 2007
    • 10

    #1

    problem with 2.0

    hi everybody,

    i developed a project using vs05(asp.net with c#) but now iam facing prolem as the server on which the project has to be hosted is having only 1.1,
    is there any way to convert my projet to 1.1 or is there any reference file(dll) that runs the application developed using 2.0 in 1.1,

    Please help me............


    thanks.
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    I dont think you can downgrade a 2.0 project to a 1.1 especialy because of the difference of its DAL, and other components.

    I think the only solution is to upgrade to the version IIS which supports 2.0, as it can also support 1.1

    IIS 7.0 (which is still in beta) might only support 2.0, 3.0,3.5 ; be careful with that

    Comment

    • jany
      New Member
      • Sep 2007
      • 10

      #3
      Originally posted by Shashi Sadasivan
      I dont think you can downgrade a 2.0 project to a 1.1 especialy because of the difference of its DAL, and other components.

      I think the only solution is to upgrade to the version IIS which supports 2.0, as it can also support 1.1

      IIS 7.0 (which is still in beta) might only support 2.0, 3.0,3.5 ; be careful with that
      thanks for the reply,
      but IIS7.0 also has to be upgraded in server,instead can i provide dotnerfx(2.0 frame work) along with my project at the time of hosting,please let me know will it work or not?

      thanks.

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        If the computer that is to be hosting your website gets .NET2.0 framework installed on it, you can set the IIS to use ASP.NET2.0 and you won't have to use .NET1.1

        IIS5 and IIS6 both support .NET2.0

        Comment

        Working...