Hello,
I created a dll from a Visual Basic application. I deployed it as a Com+ component in one of the system here.
I exported and created the .msi file and installed it in client system.
The stub application I wrote where I created the object of one of the methods inside the dll worked well in the Client system. So everything looked good.
Problem : When I installed the .msi file in a system which is not inside the domain of my company, I get a "Permission Denied" error. Actually I am connected to my company network throgh remote(Eg: from my laptop at home i connect using VPN). Now I guess the permission denied error comes becaus I am not logged into the domain but just connected to the network.
I tried to change the permission at Application level for the Authenticaion level access on the Security tab to "None". Still it did not work! Could any one please advice on the permission setting that I need to change on my server for this to work? Also if I do change the permissions, do i need to create another .msi file to install in client machines? Please do help.
Thanks,
Kuttapan
I created a dll from a Visual Basic application. I deployed it as a Com+ component in one of the system here.
I exported and created the .msi file and installed it in client system.
The stub application I wrote where I created the object of one of the methods inside the dll worked well in the Client system. So everything looked good.
Problem : When I installed the .msi file in a system which is not inside the domain of my company, I get a "Permission Denied" error. Actually I am connected to my company network throgh remote(Eg: from my laptop at home i connect using VPN). Now I guess the permission denied error comes becaus I am not logged into the domain but just connected to the network.
I tried to change the permission at Application level for the Authenticaion level access on the Security tab to "None". Still it did not work! Could any one please advice on the permission setting that I need to change on my server for this to work? Also if I do change the permissions, do i need to create another .msi file to install in client machines? Please do help.
Thanks,
Kuttapan