Have you seen the following error? Could not load file or assembly 'Name' or one of its dependencies. An attempt was made to load a program with an incorrect format. I have seen these a few times lately and the cause is usually that you have the following configuration: IIS running on a 64Bit Operating System The Assembly DLL in question has been compiled for 32Bit - check the project properties under the build tab, if under platform target you have x86 then it is 32bit only. ...
I was approached by an attendee at the Christchurch Code Camp yesterday with question that at the time I could not answer - I should have been able to answer but my brain was frazzled. Question What is the difference between a virtual directory and an application in IIS 7? Answer The correct answer is: A Virtual Directory and an application allows you to create an alias for a physical folder that may actually reside in a different folder, or disk drive or even computer than the current physical path. The difference with...