Browse by Tags

All Tags » partial trust (RSS)
To get things working you will need to: Strong name sign the assembly Allow Partially Trusted Callers In the AssemblyInfo.cs file you will need to add the assembly attribute for “AllowPartiallyTrustedCallers” You should now be able to get NLog working...
Posted by grant.barrington | with no comments
Filed under: , ,
Wherever possible we use enumerations in our applications. Often the name of the enumeration isn't what you want to print on the screen. It could be because the enumeration is 2 words that have been joined together, or you want the description to start...
Introduction I compiled a list of the libraries we use day-to-day in my company. There are a couple of home-grown libraries, but most are commercially available, or open source. "Yeah great... another person telling us which libraries they use.....
Nearly all our websites are hosted up on WebCentral. WebCentral operate all their websites under a partial (hosted) trust environment. Internally we develop all our sites using this partial trust setup as it just causes too many headaches to develop in...
More Posts