Problem with ASP.Net version switching: select 1.1.4322

B

ben

Hi there, I am trying to configure a brand new Windows 2003 server. I
need to move an intranet application onto this server, however, I have
the following problem with ASP.Net.

In the properties for the Default Web Site in IIS, on the ASP.Net tab,
there is only 1 version of .Net available to select for the website: 2.

The application was originally written against 1.1.4322, and I need to
target this version. I have tried running the aspnet_regiis.exe tool
from C:\Windows\Microsoft.Net\Framework\V1.1.4322\aspnet_regiis.exe,
but this returns the following error:

Aspnet_regiis.exe -s W3SVC/1/ROOT/MyApp
An error has occurred (0x8007064e).
The error indicates that this version of ASP.NET must first be
registered on the machine.

I have no idea how to resolve this problem. The folder is there for
1.1.4322, this is a standard installation, why is this version not
already registered?

If anyone can help me resolve this problem, I would be most grateful :)

Regards, Ben Empson
 
K

Karl Seguin [MVP]

(a)
try
aspnet_regiis -i

(b)
download and reinstall the redistributable.

Karl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top