17 messaggi dal 24 giugno 2002
Salve a tutti.
Ho una applicazione ASPX che apre un oggetto word e fa quello che deve fare...
in questo modo:
ho aggiunto la reference a word nel progetto
Imports Microsoft.Office.Interop
Dim wordobj As New word.application
etc......

Girava tutto bene su Windows2000 server, IIS5, Office 2003 completo installato e framework 1.1.
Adesso ho migrato a Windows 2003 server e quando istanzio word ho come errore:
Access is denied
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
Dal messaggio sembra chiaro, ma che faccio?
Grazie a chi mi aiuta.
Bruno60

Bruno60

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.