Tagged Questions
0
votes
1answer
54 views
Site is not available through the browser, inetpub folder is empty
Visual Studio generated an error saying that the file web.config is not found when I deploy solution. After that the folder inetpub\wwwroot\wss\VirtualDirectories\80 was empty at all. Also the site is ...
0
votes
2answers
882 views
What is the Correct Way to Deploy Solutions in Foundation 2010 Via C# API
I am on a team developing a "portal" for SharePoint Foundation 2010. I am responsible for making the installer which sets up a new instance of SharePoint. It handles more than just the installation ...
0
votes
1answer
92 views
workflow inactive - after deployment?
my workflow is deployed through the following script in SharePoint 2010:
# Set CurrentDirectory
$callingDir = Split-Path -Parent $MyInvocation.MyCommand.Path
[Environment]::CurrentDirectory = ...