Reputation: 467
I am very new to Sharepoint, and I am not 100% sure if this is the correct way to do this but here it goes. I have a very bare master page that I want to have a custom application page load up in. On that application page I want to have 2 web parts. I would like to be able to create and edit this application page inside of vs2010 so I can have it up on a team foundation server.
I have tried right clicking on my solution and add > new > application page, but i do not know how to get it to load up in my Sharepoint site and added into the master page or home page. I would be very appreciative if someone could point me in the right direction or give a more appropriate design plan. Thank you.
Upvotes: 3
Views: 14120
Reputation: 467
I was able to achieve what I wanted through a few simple steps.
Now you have the start of a custom application page that can be edited in vs2010 and on your team foundation server.
Upvotes: 2
Reputation: 646
Most of the time I create a custom aspx that is using SharePoint's master page, and it's deployed inside SharePoint
See the Option 4 of this article
And this is how I deploy the solution
(I use this since somehow some-user can accidentally remove webparts on my previous web-part based implementation)
Upvotes: 0