I have created an asp.net project . i want to run that project in SharePoint (2007) site. unfortunately i have no rights to deploy WSP files in sharepoint server. it is a share hosting. i can access only layouts folder. is it possible to place my DLLs in layouts folder and run my asp page. Anybody faced this problem?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
migrated from stackoverflow.com May 10 '12 at 9:25
|
No, this isn't possible. You will need to place your assemblies in either the bin folder or the GAC in order to execute them. |
|||||
|
|
Caution: it's a very bad pratice but just for testing purpose if you could drag and drop your Assembly to C:\Windows\Assembly on the Server and aspx pages in layouts. Then perform the IISReset /noforce afterwards and try testing the Application page afterwards. |
|||||||||
|
|
I'd start looking for a new Hosting provider. Giving you access to the layouts folder is definitly not good practise. This will allow you to break as much as if you had access to install WSPs, but without allowing you to do the right thing. |
|||
|
|