Minimalist Installation?

houara

New Member
Is there a way to install .NET onto IIS5 (Win2K) without needing the full SDK installation? Also, can IIS be configured (easily) to only allow .NET onto certain WebSites? I've tried looking for a resource but so far haven't found one, or I haven't looked hard enough yet.<BR>Thanks for any help!You will need to install the ~20 MB download from http://www.asp.net/download.aspx. That's the smallest download you can hope to get your hands on.<BR><BR>As far as configuring certain Web sites to use ASP.NET and others to not.. sure, you can right click on a Web site name in the IIS Configuration dealie and choose Properties/Home Directory/Confirguration. Then you can choose what extensions map to what DLLs. Simply remove the .aspx and associated ASP.NET extensions. And you're done! :-)
 
Back
Top