Options

Using SmartAssembly with an ASP.NET website.

The only documentation I could find refers to SA 6 which I assume is still valid for SA 8. My goal is to provide protection only with no error reporting.

My Dependent dlls are:
App_global.asax.dll
MyCourtsOnline.dll

whilst my main dlls are:
App_Web_15xyz.dll
App_Web_25xyz.dll
App_Web_abxyz.dll
App_Web_alxyz.dll
App_Web_bixyz.dll
App_Web_vcxyz.dll

The xyz characters above are not all the same.

Do I really have to create 8 separate sa projects for each of them as indicated in the article?

Sign In or Register to comment.