what's new in the web.config file of asp.net 3.5

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeff

    what's new in the web.config file of asp.net 3.5

    Hey

    I'm used to developing using asp.net 2.0. But now I've installed a trail
    version of VS2008 at home. I discovered that the web.config in .net 3.5
    contain many mnore settings compared to asp.net 2.0

    If you have a good link which explains the upgrade (explain the new
    features) of web.config from asp.net 2.0 to 3.5, then please post it.. I
    want to learn about those new features.. specially I want to learn about
    database connections, multi-tier configuration and costume settings

    Jeff


  • Michael Nemtsev [MVP]

    #2
    Re: what's new in the web.config file of asp.net 3.5

    Hello Jeff" no_email_addres s,

    Actually there is not too much settings which you can find interest
    They just extend the existed version by including new HttpHandler/Modules,
    controls, and added section to support IIS7

    You can find asp.net 3.5 config examination there http://www.4guysfromrolla.com/articles/121207-1.aspx

    ---
    WBR,
    Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

    "The greatest danger for most of us is not that our aim is too high and we
    miss it, but that it is too low and we reach it" (c) Michelangelo


    JHey
    J>
    JI'm used to developing using asp.net 2.0. But now I've installed a
    Jtrail version of VS2008 at home. I discovered that the web.config in
    J.net 3.5 contain many mnore settings compared to asp.net 2.0
    J>
    JIf you have a good link which explains the upgrade (explain the new
    Jfeatures) of web.config from asp.net 2.0 to 3.5, then please post
    Jit.. I want to learn about those new features.. specially I want to
    Jlearn about database connections, multi-tier configuration and
    Jcostume settings
    J>
    JJeff
    J>


    Comment

    Working...