Using word application in Windows 2003 server
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I am developing an asp.net application which uses word application in Windows 2003 server. I wrote the code - Dim wrdapp as new Word.Application. When I access this code, an Unauthorized Access exception with Access Denied message is thrown. I had given the security privileges for the launch permissions and access permissions for the ASPNET account. This works fine in Windows 2000, but the exception is thrown in Windows 2003 server. Could anyone please help me in solving this. Thanks in advance.