• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What does the .NET sdk actually install?

MrWhiteUK

Senior member
Can someone give me a rundown on what the sdk will install, directories etc. Is it like the J2SE with a main folder or does it let rip all over my HD?

Why do I need IIS installed, I don't want to use IIS?

Thanks
 


<< Can someone give me a rundown on what the sdk will install, directories etc. Is it like the J2SE with a main folder or does it let rip all over my HD? >>


It rips all over your HD. It installs the .NET compilers, the base class libraries, the QuickStart tutorial and some other stuff.



<< Why do I need IIS installed, I don't want to use IIS? >>


Not sure. Perhaps some .NET class libraries like those under System.Web require IIS components. Why would you want to install .NET if you don't plan to build web-enabled, distributed apps, though? 😕 Unless you only want to build some simple WinForms apps.
 
Back
Top