Hi,


I updated to VC6 on my PC and want to recompile some ISAPI Extensions with it. On my own machine everything works fine, but when I release them on the internet-server i get an error message: Internet Server Error 500


My ISAPI has the option, that mfc will be used in a shared file. After I changed it to statically link it this problem was solved.


So my question what can I do, that I can switch back to "using in a shared file", because i have 20 isapi files and each growth up by 120kb if i link it statically.


Thanx in advance