Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remove username/password from InfoView (Crystal Report 11)

Status
Not open for further replies.

Macsen

Programmer
Aug 16, 2005
1
DK
Hi,

How can I remove the username and password prompt window from InfoView ? I whant to use WinodwsAD for Authentication.

I have added the following in web configuration file!

<WebDesktopSettings>
...
<add key="cmsDefault" value="NYDELL" />
<add key="cmsVisible" value="false" />
<add key="ssoEnabled" value="true" />
<add key="authenticationDefault" value="secWinAD" />
<add key="authenticationVisible" value="false" />
...
</WebDesktopSettings>

<system.web>
...
<identity impersonate="true" />
...
</system.web>

This bit removed the cms and authentication prompt from the login window. I get a prompt window with a username and password alone.

btw - my Windows AD username and password works just fine if I enter them manually.

How can I remove this login window??

thx
Macsen

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top