0
votes
0answers
15 views

deploy application page to multiple folders

I have an app that applies to two different groups and each has a different database. Example: _Layouts/dept1/SomePage.aspx (uses dept1db) _Layouts/dept2/SomePage.aspx (uses dept2db) I would like ...
0
votes
1answer
12 views

Deploying Application Page Project 2 Different Places

I have 1 application page project and it is deployed. Now I want to make a change to it and deploy it somewhere else (same server and site) without retracting the currently deployed one. From one ...
0
votes
1answer
81 views

Deploying Aspx in specific subsite

I need to deploy an .aspx from visual studio, to a sharepoint subsite. I can deploy it fine in the layout folder. How can i deploy it in a subsite so that it can be added in the quick link section ? ...
1
vote
1answer
51 views

Link to Application Page in Sidebar

This sounds like a stupid question, but I cannot seem to figure it out. From Visual Studio, I have deployed an application page to my local SharePoint server. I can get to it directly by entering ...
0
votes
0answers
44 views

How to deploy a custom popup window on Pages library

I have a custom popup window, deployed in the _layouts directory, that give me a security exception when an user try to load. I would like to deploy this popup (it's an application page with code ...
1
vote
1answer
714 views

Deploying an Application Page with code behind to a document library using Visual Studio 2010

I'm developing a new Application Page using Visual Studio 2010 with code behind it. When I deploy the solution, the page gets deployed to the _layouts folder but I would like to have the page for ...