Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have Sharepoint 2010 Installed on a server alongwith VS 2010. I have created a VS solution on this server using a local sharepoint website. In this Solution I have created some pages. Now I want to deploy all my aspx pages to Different Sharepoint server which hasn't installed VS 2010.
I tried to deploy using Pwershell commands -
Add-SPSolution c:\code\SharePointProject2\bin\debug\SharePointProject2.wsp
Install-SPSolution –Identity SharePointProject2.wsp –WebApplication http://spsite -GACDeployment
After running these two commands I can see my pages in -layout folder and dll in GAC. also showing feature in site collection. But when I try to open the page it is not opening , giving message page can not be found.
I did a lot of internet surffing and R&D, but not found any solution.
please help me.

--------------------------------------------------------------------------------
Sunil
Posted

1 solution

You don't need VS2010, but you do need .NET installed. Have you done that ?
 
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