How can I map a site with the correct .NET Framework Ver.?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All

I recently upgraded one my servers to .NET FW 1.1. I noticed in IIS, that my
web apps were still associated with the older .NET version. When I try to
remap with the new version by using the following commandline statement

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322> Aspnet_regiis.exe -s w3svc1

It gives me an "Invalid Arguments" error. I checked the metabase path and it
shows w3svc1 for the default website - and I want to map the correct .NET
version from down the default website. What am I doing wrong ? Can someone
please help

Thanks
PR
 
Hi

I opened the web app in VS.NET, it asked whether I wanted to restore my path
or retain 1.0, I chose the latter. Then when I went to command prompt for
aspnet_regiis, it gives me the following error

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis.exe -s
w3svc1/costsav
ings
Start registering ASP.NET scriptmap (1.1.4322.0) recursively at
w3svc1/costsavin
gs.
Installation stopped because the specified path (w3svc1/costsavings) is not
a va
lid web application.

What could be the problem. The application name is valid


Thanks
PR
 
Back
Top