Requesting intranetpage from winapp security

N

Nenefta

I have created an Intranet application that uses Windows
authentication.
Now I would like to show a page from that application in a
windowsapplication using a webbrowser component. So I've setup the
component to show the page, but it will not show, access denied.
It seems to me the application itself is not an authorized windows
user.

How can I request the page from the windows application under the
current user account? Or is it possible to run the application under
another account or something?

Any directions would be greatly appreciated,
Marcel
 
B

bruce barker \(sqlwork.com\)

you need to set the credentials:

req.Credentials = CredentialCache.DefualtCrdentials;

-- bruce (sqlwork.com)
 

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

Members online

Forum statistics

Threads
473,770
Messages
2,569,588
Members
45,094
Latest member
PollyBlau4

Latest Threads

Top