Tag: deploy
-
A programmer day with “That assembly does not allow partially trusted callers”
I make a website,works on local IIS. Performs user registration + uploading some zip files + generating custom feeds for those zip files. Using SharpZipLib_0860_Bin ( to unzip file ),StringTemplate.dll ( to perform custom feed generation ) and NUnit-2.5.7.10213 ( to perform tests). So far,so good. Moving into production . User registration works,upload works,trying feeds…