I added an IFrame to a form and set the URL to http://localhost:[port]/myPage.aspx. The website is hosted through IIS. If I enter the URL directly in IE it pulls up just fine. However, that exact same URL does not work for the IFrame. Instead I get the error:
Server Error in '/' Application
The resource cannot be found.
Description: HTTP 404. The resource you are looking for could have been removed, ....
Requested URL: /crm/myPage.aspx
Version Information> MS .NET Framework Version 4.0.30319...
The interesting part is the "Requested URL". It looks like a relative URL despite the fact that I enter an absolute URL. Could this be the issue? If so why is that URL being changed?