Subscribe to Subscribers

Online Members

Shine S
More...

Forums » .NET » Sharepoint »

Add ASPX page to SharePoint Using Module


Posted Date: 19 Jun 2012      Posted By:: narireddy     Member Level: Silver    Member Rank: 1453     Points: 1   Responses: 1



I want to add a .Net .aspx functionality to my sharepoint site.

I am trying to do using Module, but not getting solution.
help me..






Responses

#687323    Author: Ram      Member Level: Gold      Member Rank: 331     Date: 04/Sep/2012   Rating: 2 out of 52 out of 5     Points: 4

Hi,

Following are the steps to create a module for deploying apsx page:

--> Write click on solution in VS 2010 and Add Module item
--> Move your aspx pages into module folder.
--> Module folder has file called "elements.xml", open it and add following xml to deploy your page.
<?xml version="1.0" encoding="utf-8"?>

<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<Module Name="CustomPages"
Url="<library path>"
Path="CustomPages">
</Module>
</Elements>


Hope it helps...

Thnx,
Ram

Thnx,
Ram


 
Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.



Next : Add ASPX page to SharePoint Using Module
Previous : Download data in PDF and Excel form
Return to Discussion Forum
Post New Message
Category:

Related Messages

Active Members
TodayLast 7 Daysmore...

Awards & Gifts
Talk to Webmaster Tony John
Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
2005 - 2013 All Rights Reserved.
.NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
Articles, tutorials and all other content offered here is for educational purpose only.
We are not associated with Microsoft or its partners.