Tagged Questions
0
votes
1answer
31 views
SharePoint in EC2 [closed]
Does anyone know if you able to run public facing or Production SharePoint servers/environments in EC2? Does EC2 offer preconfigured templates for provision SharePoint environments? Does the cost ...
1
vote
2answers
57 views
Where to put a dev-only value?
I'm using Ninject in a SharePoint feature. I've got it working via an HttpModule.
I need to tell Ninject whether I want to use my real or "fake" implementations.
I'm thinking about using a ...
0
votes
2answers
46 views
Recommendations on browsing a virtual SharePonit 2010 development environment
I currently have SharePoint 2010 installed on a virtual machine running Windows Server 2008 R2 Standard. This setup works fine except when browsing the site from the virtual machine which doesn't ...
2
votes
1answer
183 views
Remove SQL Dependencies from SP Standalone Cloned VM
I have made a copy of a standalone SP 2010 VM -> VM_2. I've renamed it, defined another IP. Now VM_1 and VM_2 run simultaneously. I've added following line to hosts file:
MY_NEW_IP VM_1 VM_2
to ...