Configuration site for asp.net 2.0

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

    Configuration site for asp.net 2.0

    Hi

    When I try to open the web site from http://localhost/MyApp (which is the
    path C:\Inetpub\wwwr oot\MyApp on my pc) in vs 2008, I get the message that
    the site http://localhost/MyApp is not configured for asp.net and asking to
    configure it for asp.net 2.0. When I say yes to that it says configuration
    for asp.net 2.0 failed.

    What is the problem and how can I fix it?

    Thanks

    Regards


  • Michael Nemtsev [MVP]

    #2
    Re: Configuration site for asp.net 2.0

    Hello John,

    go to IIS, site properties, and check that the ASP.NET is set to 2.0 version

    ---
    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


    JHi
    J>
    JWhen I try to open the web site from http://localhost/MyApp (which is
    Jthe path C:\Inetpub\wwwr oot\MyApp on my pc) in vs 2008, I get the
    Jmessage that the site http://localhost/MyApp is not configured for
    Jasp.net and asking to configure it for asp.net 2.0. When I say yes to
    Jthat it says configuration for asp.net 2.0 failed.
    J>
    JWhat is the problem and how can I fix it?
    J>
    JThanks
    J>
    JRegards
    J>


    Comment

    Working...