Click here to Skip to main content
15,888,802 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am developing custom aspx pages for Sharepoint in Visual Studio 2010 using WSPBuilder template.
I have sharepoint installed on separate machine and development is on other machine. Both machines are connected through LAN.

Is there a possibility of deploying the aspx pages directly in Sharepoint instead of manually copying them to layout folder?
I searched a lot for this on google but couldn't find any solution.

Thanks.
Posted
Updated 23-Jan-11 18:32pm
v2

1 solution

If you're looking to deploy stuff to SharePoint, you're best off looking at some of the available SharePoint project types in VS2010. you'll be able to specify what to deploy and to where, and the whole thing will be wrapped up into a .wsp package, which is like an installer package for SharePoint features. You'll be able to deploy .aspx pages like this too.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900