|
-
Sep 23rd, 2005, 02:52 AM
#1
Thread Starter
Junior Member
System.security.securityException: Permission denied in ASP.NET
Hi Friends,
I have to write into an Excel file through my web application. I wrote a program in VB6 which executes the tasks I need to do on the Excel file, and saved it as a .dll. This .dll was than added into the reference of the web application and it was also registered using regsvr32. When I execute this form then I get the following error:
System.security.securityException: Permission denied.
But, when I create the same form as a Windows application, add the reference & register .dll, then the code gets executed and we are able to make the required changes in the excel file.
Plz help me solve this problem.
Thanks,
Javvym
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|