G
Guest
Hey Guys
I think many of you might have already encountered this problem before. Here is the problem
I have a COM dll in VB6. I am using it in a .Net DLL(C#). Then I try to use the functions from the .Net DLL from within an ASP.Net page(C#). There are no compilation errors at this point
When I try to browse the web page, I get an "Access denied" error at the point in my .Net DLL where I try to instantiate the class object from the VB6 dll
I have already tried
(i) Giving permissions to the VB6 dll object.
(ii) The VB6 dll object also reads a file and writes to it. I have given all permissions to the folder and files for the system user for ASP.Net even though there is no mention of the files at this moment
(iii) I have double checked if I have imported the VB6 dll as COM and not as .Net
I have run out of ideas at this point. So please feel free to post anything that you might think of.
Thanks and appreciate it.
I think many of you might have already encountered this problem before. Here is the problem
I have a COM dll in VB6. I am using it in a .Net DLL(C#). Then I try to use the functions from the .Net DLL from within an ASP.Net page(C#). There are no compilation errors at this point
When I try to browse the web page, I get an "Access denied" error at the point in my .Net DLL where I try to instantiate the class object from the VB6 dll
I have already tried
(i) Giving permissions to the VB6 dll object.
(ii) The VB6 dll object also reads a file and writes to it. I have given all permissions to the folder and files for the system user for ASP.Net even though there is no mention of the files at this moment
(iii) I have double checked if I have imported the VB6 dll as COM and not as .Net
I have run out of ideas at this point. So please feel free to post anything that you might think of.
Thanks and appreciate it.