Hi all,
I just installed visual studio .net 2003 on my 2000 server, and I can see
.net sdk 1.1 was installed. But for some reason, when I try to open a
asp.net project, it complain that this web server is not running asp.net
version 1.1, so my project can not open.
Did I do something wrong or miss something in the setup? How can I fix this
problem?
Thanks in advance!!!
Jason
Helene Day - 29 Jan 2004 19:04 GMT
Sometimes the .NET Framework does not get registered properly. This means we
have to run the ( aspnet_regiis.exe -i ) file with the -i parameter from the
command prompt. This file is located in the following directory:
C:\WINNT\Microsoft.NET\Framework\v1.1.xxxx\aspnet_regiis.exe
Helene
> Hi all,
>
[quoted text clipped - 9 lines]
>
> Jason
Jason Zhou - 29 Jan 2004 19:50 GMT
Helene,
Thank you very much for sharing me this valuable knowledge, it solved the
problem.
Jason
> Sometimes the .NET Framework does not get registered properly. This means we
> have to run the ( aspnet_regiis.exe -i ) file with the -i parameter from the
[quoted text clipped - 18 lines]
> >
> > Jason