Welcome to Sign in | Join | Help
in
Home Forums Photos Downloads

vs.net 2008 and .net framework 3.5

Last post 01-07-2008, 4:43 PM by blarggstar. 10 replies.
Sort Posts: Previous Next
  •  11-19-2007, 1:48 PM 1234

    vs.net 2008 and .net framework 3.5

    .net framework 3.5 was released today.  Yay!

    Will it be made available to UltimaHost members? 

  •  11-19-2007, 2:07 PM 1235 in reply to 1234

    Re: vs.net 2008 and .net framework 3.5

    We will deploying the framework over the next week. This won't be reflected in DNP however. You will be able to utilize the .Net 3.5 objects / classes in your code though.

    Cheers,

    Mark 

     


    System Administrator
  •  11-19-2007, 6:08 PM 1236 in reply to 1235

    Re: vs.net 2008 and .net framework 3.5

    How will the sites function running 3.5 without the ability to set the web site to run under the 3.x framework in DNP?


    William Eaton, MCSE
    iTech Computer Solutions, LLC
    www.itechcs.com
  •  11-19-2007, 7:40 PM 1237 in reply to 1236

    Re: vs.net 2008 and .net framework 3.5

    itechcs:

    How will the sites function running 3.5 without the ability to set the web site to run under the 3.x framework in DNP?

     You set the .Net Version in the Website. The DNP panel mainly deals with ASP.Net and its version which I don't think changes.

    Example: You can set your website up NOW to use 3.0, but the DNP only gives you the choice of 1.1 or 2.0 (and I think 2.0 with Intergrated Pipeline).


    -Wilson Gearld Mead III
    www.rangoric.com (Rather Blah)
    blog.rangoric.name (Closer to Not Blah)
  •  11-20-2007, 9:10 AM 1239 in reply to 1237

    Re: vs.net 2008 and .net framework 3.5

    DNP is a tool to administer the web sites in IIS.  In IIS, you have to specify the correct .Net Framework for a web application to run under.  This tells IIS which framework to load so the site will run properly.  If you select 1.x and your site's code is actually 2.x, it won't run.  Wouldn't the same be true for 3.x (it won't run if 2.x is selected)?


    William Eaton, MCSE
    iTech Computer Solutions, LLC
    www.itechcs.com
  •  11-20-2007, 7:17 PM 1242 in reply to 1239

    Re: vs.net 2008 and .net framework 3.5

    itechcs:

    DNP is a tool to administer the web sites in IIS.  In IIS, you have to specify the correct .Net Framework for a web application to run under.  This tells IIS which framework to load so the site will run properly.  If you select 1.x and your site's code is actually 2.x, it won't run.  Wouldn't the same be true for 3.x (it won't run if 2.x is selected)?

    You don't select the .Net Version in DNP now. You select the ASP.Net Version which is unchanged. I will see what is up (I will make a simple 3.5 web site and see what I need to do to get it to work).


    -Wilson Gearld Mead III
    www.rangoric.com (Rather Blah)
    blog.rangoric.name (Closer to Not Blah)
  •  11-20-2007, 9:07 PM 1243 in reply to 1242

    Re: vs.net 2008 and .net framework 3.5

    I beg to differ....In DNP, go to Websites > pick a site, go to Extensions......

    I just changed mine from 2.0 to 1.1 and the site stopped working and threw a Runtime Error.  Changed it back to 2.0 and it works.


    William Eaton, MCSE
    iTech Computer Solutions, LLC
    www.itechcs.com
  •  11-21-2007, 4:48 PM 1245 in reply to 1243

    Re: vs.net 2008 and .net framework 3.5

    I'm not too sure on how it works, but I think .net 3.5 framework does not show up in IIS.   At least in IIS 5 and 6.  I'm not sure about 7.

    Instead it runs under ASP.net 2.0 and targets the .net 3.5 framework.  This is similar to how 3.0 was/is.

    The settings on which framework and assemblies to target are specified in the web.config.

    Confusing...

  •  11-21-2007, 8:20 PM 1246 in reply to 1245

    Re: vs.net 2008 and .net framework 3.5

    I've discovered that 3.0 and 3.5 are just treated as part of 2.0.  Why they didn't just call it 2.1 and 2.5 or whatever, I don't know, but by selected 2.0 in DNP, a site built in 3.0 or 3.5 will work.

    "You'll never see an IIS option for 3.0/3.5 because they are extensions of the 2.0 framework, not new frameworks."


    William Eaton, MCSE
    iTech Computer Solutions, LLC
    www.itechcs.com
    Filed under: ,
  •  11-22-2007, 11:32 AM 1247 in reply to 1246

    Re: vs.net 2008 and .net framework 3.5

    What .net 3.5 offers is new language improvements (i.e next versions of C# and ASP.NET), plus new class libraries (e.g. LINQ). The CLR itself has not been updated (its still version 2.0, as it was when .NET 3.0 came out).
     

  •  01-07-2008, 4:43 PM 1297 in reply to 1235

    Re: vs.net 2008 and .net framework 3.5

    Thanks, we just converted to Visual Studio 2008!  Glad to here our host was ahead of us in adopting the newest technology!  You guys are the best!

     

    -Ben


    -Ben
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems