aspnet user rights when using COM

T

Tommy Christian

Hi,
I have vb6 exe which is used trough COM interface.
Interface and exe works ok, when I use it from .NET windows program.
Then I am working as a user, which I am logged in into current computer -
domain user.

But when I use interface from web service, case is a whole different. I know
that then
I am working as an ASPNET user and it seems that process end's up in some
point in vb6 exe when
I am working this way.

I have included ASPNET user into administrators group.

Could anyone help me with this issue? Thanks.
 
J

Jan Peter Stotz

Tommy said:
I have vb6 exe which is used trough COM interface.
Interface and exe works ok, when I use it from .NET windows program.
Then I am working as a user, which I am logged in into current computer -
domain user.

But when I use interface from web service, case is a whole different. I know
that then
I am working as an ASPNET user and it seems that process end's up in some
point in vb6 exe when
I am working this way.

I have included ASPNET user into administrators group.

You should better impersonate your ASP-net application with the credentials
of an user/administrator.

Jan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top