Use another login

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want have access to restrict folders when inside one application. A general
user using the browser does not have access to these folders, but using the
application is supposed have access to those folders.

Is possible the application use a specific login to have access to a
specific resource?

How can I use a different login in an application?

In C++ I can use LogonUser, ImpersonateLoggedOnUser and RevertToSelf. Exits
some similar function in VB?


Thanks,
Rui
 
Hi,

http://www.dotnet247.com/247reference/msgs/28/144136.aspx

Ken
------------------

I want have access to restrict folders when inside one application. A
general
user using the browser does not have access to these folders, but using the
application is supposed have access to those folders.

Is possible the application use a specific login to have access to a
specific resource?

How can I use a different login in an application?

In C++ I can use LogonUser, ImpersonateLoggedOnUser and RevertToSelf. Exits
some similar function in VB?


Thanks,
Rui
 

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

Back
Top