views:

70

answers:

3

I have the .aspx page wich is already developed in VS 2008 with its code behind. page name is say login.aspx.

Also have another page in same scenario after login this second page will appear. ok ?

I want to embed/ add this already developed aspx page to above team site.

+1  A: 

Two ways:

  • Create a Web Part Page and add a Page Viewer Web Part
  • Create a blank page and add a IFRAME using Sharepoint Designer
Adrian
why this ? is this not possible to add my developed aspx page in sharepoint site page list?
Lalit
It should be noted that the default CAS policies in effect prevent ASPX pages with code behinds from executing in a Page library.
Mark Mascolino
A: 

If the Adrian's solution is not for you.. look into SmartPart webpart. That way you'll just turn your aspx page into a usercontrol and add it into a webpart zone and publish the page.

Zeb
A: 

Or you can use SharePoint Designer and add it to site manually, thus not using any webpart as placeholder.

Tomas Voracek