While playing around with Sharepoint and WCF, I came across an article - Sharepoint 2007 and WCF in which the author stated the need to fix the Virtual Path Provider. He accomplished this with an HTTPModule. However, since this is a global fix, I am wondering what is the best way to install the new module into GAC? Is this the same process as installing an assembly into GAC?
Thanks!