SharePoint Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2583 Page Views: 

If I have an external aspx page? How do u integrate with existing sharepoint site? I want to publish it over there? Part of sharepoint web application?



Posted By: yenkarthi Date: 21 April 2010 09:59:46 PM
 Answer:

what you want is to use Application pages. These are located in Layouts directory. Within the Application page content you can copy and paste your external aspx page. If you have a code behind to this page then complile to a dll separately and either drop it in bin or GAC depending upon the code access securtiy policy your company has. It does require a little bit of work when you are pasting the aspx page into Application page.

Understanding Application pages will help you to integrate the external aspx page.


Posted By: Satyen Kasturi


Date: 16 May 2010 02:34:40 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image pvyvyJ
Related Questions
SharePoint : When to use different Site Collections?

When to use different Site Collections?

An Individual Site collection offers following : SharePoint Site Collection features for the End Us....
Category: SharePoint Date: 1/2/2010 1:12:15 AM
SharePoint : What is a SharePoint Site Collection and how can we create it?

What is a SharePoint Site Collection and how can we create it?

A SharePoint site collection is a hierarchical set of sites that can be managed together. Sites with....
Category: SharePoint Date: 1/2/2010 1:05:38 AM
SharePoint : What is SharePoint Web Application and how can we create it?

What is SharePoint Web Application and how can we create it?

To create a SharePoint site or a site collection, we must first create a Web application. A Web appl....
Category: SharePoint Date: 1/2/2010 12:51:24 AM
SharePoint : Is it true that the Lookup Columns only work for lists on the same site?

Is it true that the Lookup Columns only work for lists on the same site?

No, we can create the lookup column on the site containing the list and then use this Lookup Column ....
Category: SharePoint Date: 1/2/2010 12:31:33 AM
SharePoint : What is the difference between Application Pages and Content Pages in SharePoint?

What is the difference between Application Pages and Content Pages in SharePoint?

Content pages are basically built to display and manage site content. Content pages can be customize....
Category: SharePoint Date: 12/29/2009 11:46:11 AM