Monday, January 9, 2012

Accessing Custom Aspx Page in MOSS 2007 Site

Hi,

There would be requirement where we could have developed our custom aspx page and we have to deploy the same on SharePoint site. To do this first we need to paste that folder which consists of aspx page in the below path of the machine
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS

Now we can access our custom aspx page by accessing in the below format of the site
http://servername:portno/_layouts/foldername/customaspxpagename.aspx

For the example through Visual studio I have created a folder Custom and aspx page name would be custompage.So I can access the page with the following url
http://servername:portno/_layouts/ Custom /custompage.aspx

No comments:

Post a Comment