Classic ASP: Applying hotfix question

To apply a hotfix, I read in the wiki that one must run:


regasm “C:\Program Files\Aspose\Aspose.Words\bin\Aspose.Words.dll” /codebase.

Do I need to modify /codebase or leave it as it is?

/codebase is a switch for regasm.exe and should be put exactly as it is.