I had build and compile a class project in Visual Studio, I would like to deploy the dll file into Global Assembly Cache (GAC) by drag and drop.
My question is...
1) Is there any side effect of drag and drop of dll into GAC instead of using gacutil.exe?
2) After installing of dll into GAC, I required to do iisreset in order my class project to take effect, why?
thank you in advanced.