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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with IFrame and Authentication

Status
Not open for further replies.

colbrick

Programmer
Nov 29, 2007
1
GB
Description
I have created an IFrame which calls an ASPX page from the same server as the CRM installation (in the same directory structure). The code in the ASPX page accesses the CRM database in order to display data on the Opportunity Product form relating to the Product on the form. There is a second IFrame on the same page with nothing but text in it.

The problem - access through a browser
If I set IE to prompt me for a username and password the IFRame loads with no problem. If I set IE to automatically log on I am challenged for my username and password when the IFrame loads. I can cancel the challenge and the IFrame loads OK with all data expected but I will be challenged again if the Iframe has occasion to reload within the same session. If I enter my details the IFrame will not prompt for authorisation on subsequent reloads.

The above behaviour occurs whatever combination of IFrames are included. Data alone, Data and text or text alone.

My feeble attempts at fixing it
As a user of the application my role is the System Administrator. I have added all the CRM groups I could find to the directories in question.

I'd be grateful for any pointers as to why this is happenning to give me a clue as to how top solve it.

Thanks in anticipation,

Colin.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top