Click to See Complete Forum and Search --> : getting problem using VC++ COM in ASP.net


vimalnaik
December 12th, 2002, 05:32 AM
I have built an asp.net application and using C# for bussiness logic.
I have a VC exe(COM server) which i need to access thru my BLL(in C#). I have created a .net wrapper for this exe using the tlbimp command.
When i call this wrapper thru the IIS i get the error:
"Access is deneid."

I beleive this is a security issue, but i don't know where i'm going wrong.

Thanks in advance,
Vimal Naik

anupam kant
December 12th, 2002, 11:57 PM
When you enable Anonymous authentication, IIS does not use any other authentication schemes unless NTFS permissions deny access to a resource.

so make sure if Anonymous access is ON for IIS if it is then the problem must lie in file security (NTFS)


hope it helps :)