HI ALL,
I have made an custom web application which i have integrate with MSCRM 2013.
this custom web application uses the sharepoint connection and MSCRM database connection as well
such that it brings some data from the MSCRM database and document files from the sharepoint.
when locally i am running this applicatin it's working fine ,but when i am deploying this application to the test server and in an iframe of MSCRM i am calling this page.
Now trouble is that whenever that page loads at the same time the Unauthorize access popup is coming .
and that popup goes away and the records are shown into the asp.net control.
Now
1.) Why authentication is required when it is allready been set into the web.config file and assigned that to the NetworkCredential class.
2.)How to resolve this issue., first it was working when the credentials were hardcoded within the code behind file , now credentials are being read from the web.config file.







