Buenas, les comento mi problema:
 
Dentro de un proyecto web en C# tengo un componente COM, 'FSO.dll' que es 
instanciado de esta manera:
 
FSO.Asistente a = new FSO.AsistenteClass();
 
La DLL esta registrada (con regsvr32) y es accedida a traves del assembly 
Interop.FSO.dll, que esta referenciado al proyecto.
EL problema es que en esa línea me tira la excepción que muestro debajo, 
me pasa a mi unicamente en la maquina de desarrollo que recientemente fue 
instalada. Ya probe buscar si tenia la dll registrada en algun otro lugar q 
no sea en el virtual dir de IIS y desrregistrarla. Tambien le di permisos al 
usuario ASPNET para acceder a la dll, al usuario de la maquina 
IUSR_<maquina>.
No se mas que hacer, si alguien me puede ayudar le agradezco y si no se 
entiende lo que pregunto, o esta tecnicamente mal explicado, estoy a 
disposicion para tratar de ser mas claro. Muchas gracias!
 
Server Error in '/abmUbbiMovil' Application. 


Security Exception 
Description: The application attempted to perform an operation not allowed 
by the security policy. To grant this application the required permission 
please contact your system administrator or change the application's trust 
level in the configuration file. 

Exception Details: System.Security.SecurityException: Permission denied

Source Error: 

Line 805:
Line 806:                                       //INSTANCIA OBJETO REMOTO
Line 807:                                       FSO.Asistente a = new 
FSO.AsistenteClass();
Line 808:
Line 809:                                       
//Archivos.AddTextLog(rutaArchivoFSActual);


Source File: c:\projects\abm\dal\archivos.cs    Line: 807 

Stack Trace: 

[SecurityException: Permission denied]
   Movil.Archivos.SubirArchivo(String rutaDB, String rutaFS, String 
archivoActual, String archivoNuevo, HtmlInputFile archivo, String& 
rutaPreviewDefinitivo, Boolean esPreview) in 
c:\projects\abm\dal\archivos.cs:807
   Movil.Administracion.Web.FormWallpaper.ActualizarWallpaper(Int32 
idWallpaper) in c:\projects\abm\wallpapers\formwallpaper.aspx.cs:297
   Movil.Administracion.Web.FormWallpaper.bAceptar_Click(Object sender, 
EventArgs e) in c:\projects\abm\wallpapers\formwallpaper.aspx.cs:582
   System.Web.UI.WebControls.Button.OnClick(EventArgs e)
   
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
 
eventArgument)
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler 
sourceControl, String eventArgument)
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
   System.Web.UI.Page.ProcessRequestMain()
   System.Web.UI.Page.ProcessRequest()
   System.Web.UI.Page.ProcessRequest(HttpContext context)
   
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& 
completedSynchronously) +87

Responder a