How to uninstall dotnet framework from 2003 server?

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

Guest

Hi,

I found that dotnet framework 1.1 cannot run properly on my 2003 server. It
cannot recognize .aspx file. However, I cannot reinstall it without uninstall
it first. I cannot find it in the Add/Remove program list. So, I can I fix
this problem?

Thanks
 
Tom said:
I found that dotnet framework 1.1 cannot run properly on my 2003 server.
It
cannot recognize .aspx file. However, I cannot reinstall it without
uninstall
it first.

Instead of uninstalling .NET, have you tried reregistering ASP.NET? You can
do this by executing the aspnet_regiis.exe file from the
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 directory.

Regards,
Pieter Philippaerts
 
Back
Top