ok, after a couple tries, now i get this error:
Server Error in '/blogengine' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'MyClassLibrary' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
[No relevant source lines]
Source File: d:\hosting\4634418\html\Web.config Line: 67
i dunno why the error suddenly occurred, maybe it was a setting in my host (godaddy) that finally took effect like 30 minutes later. from the error, looks like its reading from the webconfig file in my root directory, instead of from the bin in my subfolder www.mysite.com/blogengine/bin . isnt it supposed to be looking at its own bin since its a seperate application? any advice will greatly be apprciated.. :)