I have a sharepoint page inside which is an iframe to another asp.net site.
1) I'm just wondering using which security context the iframe loads the asp.net page? * Current logged on user to sharepoint * Current windows identity (the person who has logged on to the PC)
In my tests it's apparently the later but just not quite sure.
2) How to set the iframe to load the asp.net page using the sharepoint user credentials?
Thanks for your help.