Chapter 28 - downloading assemblies
In the box of Page 998 of Professional C#, 3rd edition, it is stated that .NET 1.1 doesn't allow downloading assemblies from the Internet. How do I modify the security setting to allow the downloading? I want to use window form controls in ASP.net webforms. Thank you. Also, can I perform the tests on local host?
|