Can I add a working asp .net application to a sharepoint page viewer?
-
I am new to SharePoint and need to allow a SharePoint portal to load my asp .net application into the portal from the application server where I have hosted the asp .net application. I think I can use a SharePoint WebPart page viewer to do this by assigning the application URL to the page viewer. I don't know if this will allow the SharePoint user's to use the fully functional asp .net application or will it just show a specific web page and not allow the user to use the full functionally of the website. Can someone help?
-
I am new to SharePoint and need to allow a SharePoint portal to load my asp .net application into the portal from the application server where I have hosted the asp .net application. I think I can use a SharePoint WebPart page viewer to do this by assigning the application URL to the page viewer. I don't know if this will allow the SharePoint user's to use the fully functional asp .net application or will it just show a specific web page and not allow the user to use the full functionally of the website. Can someone help?
The page viewer web part, should for the most part, allow your asp.net application to function fine within it, as would an iframe.