Configuration site for asp.net 2.0

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

When I try to open the web site from http://localhost/MyApp (which is the
path C:\Inetpub\wwwroot\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
 
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


J> Hi
J>
J> When I try to open the web site from http://localhost/MyApp (which is
J> the path C:\Inetpub\wwwroot\MyApp on my pc) in vs 2008, I get the
J> message that the site http://localhost/MyApp is not configured for
J> asp.net and asking to configure it for asp.net 2.0. When I say yes to
J> that it says configuration for asp.net 2.0 failed.
J>
J> What is the problem and how can I fix it?
J>
J> Thanks
J>
J> Regards
J>
 
Back
Top