I have something interesting to discuss with u all and take
ur suggestions. I have a .net application (aspx pages) which I am
trying to embed inside a SharePoint webpart (Page Viewer Webpart).
That means I am trying to integrate two different and discrete
worlds - One side is SharePoint and another side is .NET Application.
The reason behind this is to take complete advantage of the
features of the two different technologies. Now, my question is,
whether it is possible for the two technology to talk to each other?
In the sense, I want to display the .NET pages inside the embedded
SharePoint webpart based on the access rights of the SharePoint site
users. And also I want to pass the SharePoint users id (name) to the
embedded asp.net page. Is this possible and if so then how?
Let me be more clear. I have a complete .NET application
which starts with login page. Now I am embedding the application
inside the "Page Viewer Web Part". So, since I am already logging in
the SharePoint site with the necessary userid and password
(SharePoint user's id), I want the same username to be passed across
to the embedded .NET page (inside the Page viewer webpart) so that I
can skip the .NET's login page and show the next page which has a
column that displays the logged in username. That means, I have to
pass the login id of the SharePoint user to the embedded .NET page
and display it there. Is this possible because both are in different
worlds and if yes, then how? Kindly reply with adequate information,
articles, code (even better).