Thanks for Ken's inputs.
Hi Dave,
You can reregistring the ASP.NET 2.0 in IIS through the aspnet_regiis.exe
tool has Ken mentioned, it is in the
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
dir. Also, the following tool:
===============
Also, check out Denis Bauer's tool here:
http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx
===============
is mainly for version swtiching before asp.net 2.0. When we've installed
..NET framework 2.0 and installing asp.net 2.0 in IIS, there will exist a
new Tab named "ASP.NET" in IIS's manager (inetmgr), you can swtich the
asp.net version (between 1.1 and 2.0) there..
http://www.developer.com/net/asp/article.php/3569166
Thanks,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "Ken Cox - Microsoft MVP" <
[email protected]>
| References: <
[email protected]>
| Subject: Re: How do I install .net 2.0 on IIS?
| Date: Wed, 14 Dec 2005 18:28:09 -0800
| Lines: 32
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| Message-ID: <
[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: s0106000c41aa7eae.gv.shawcable.net 24.68.149.219
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:364992
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Hi Dave,
|
| It sounds like you need to run the configuration tool again:
|
| aspnet_regiis -i
|
| from the 2.0 directory.
|
| Instructions here:
|
|
http://msdn2.microsoft.com/en-us/library/k6h9cz8h.aspx
|
| Also, check out Denis Bauer's tool here:
|
|
http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx
|
| Ken
| Microsoft MVP [ASP.NET]
|
| | > Hi;
| >
| > In installed VS 2005 on my system, but when I try to run an ASP.NET app
I
| > created on it, it chokes on ,connectionStrings/> in the web.config file
| > and
| > says it's version is 1.1.4322.2032.
| >
| > --
| > thanks - dave
|
|
|