.NET Framework installation

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

Guest

I am deploying an ASP .NET web site.

For some reason on the machine I am deploying the .NET Framework was installed before re installing the IIS. The machine is a Windows 2000 Server.

Is there an order on this installations? I am wondering if this is causing me problems.

TIA
 
2003 comes with .NET preloaded.
If you install IIS after just run the
" aspnet_regiis -i "
to get the necessary setup into the web apps/sites/etc


--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


Roberto said:
I am deploying an ASP .NET web site.

For some reason on the machine I am deploying the .NET Framework was
installed before re installing the IIS. The machine is a Windows 2000
Server.
 
Back
Top