3
votes
3answers
59 views
Images and Css located in the _layouts folder
Is it wise to store images and css for the site in the layouts/1033 folder within a .wsp and then letting the deployment of the .wsp take care of location, i.e. dont use elements.x …
1
vote
1answer
39 views
How to setup a database on custom module installation (or feature activation)?
I've developed a custom module on SharePoint which uses a different database from the SharePoint database.
How should I setup this database? Should I show a database configuration …
1
vote
2answers
72 views
SharePoint Custom Module Development and Deployment
Good Day,
We're working on custom module (Information Management System) for SharePoint. The project file of this module is a Class Library which contains User Controls. The User …
0
votes
3answers
123 views
How to deploy user controls in web application directory?
I'm using wspbuilder and using Return of SmartPart. Return of SmartPart need usercontrols directory in web application root folder. How can I use wspbuilder to create a package tha …
4
votes
3answers
81 views
Upgrading list views without changing the underlying list
What is the best way of updating views on a production environment?
Assume you roll out a second version of your sharepoint solution and you want to add/modify the views on the lis …
0
votes
2answers
102 views
How to deploy DLL as SafeControls? (No manual solutions, please)
I've user controls project (UI) and am using AJAX Extension Toolkit with them. The dll of AJAX Extension Toolkit is referenced in the project. The project is successfully compiling …
3
votes
3answers
173 views
How to create a package to deploy (everything)?
I've a Sharepoint site which have custom Theme, Layout, WebParts (third-party - no source code), custom user controls (with source code), and the site backup (.dat) which we took f …
2
votes
2answers
55 views
Copy the whole production environment to staging
There is the following WSS solution deployment scenario:
Copy the whole production WSS to staging
Deploy new solution/update to staging
Run automated tests & human tests on s …
0
votes
2answers
111 views
WSPBuilder: How to create a deployment package to deploy multiple .dlls and .wsps?
I'm using WSPBuilder and it is very helpful. However, it is hard to understand the features of WSPBuilder because of its missing manual. I have to create a solution file to deploy …
1
vote
1answer
36 views
Order the features are retracted in a solution (VSeWSS1.3)
I am forced, against my will and all common sense, to turn my series of WSP Builder solutions into VSeWSS 1.3. So far, i have encountered, conquered and totally knocked down every …
1
vote
1answer
80 views
Does SharePoint in a load balanced environment require Sticky IP
I have seen some comments that it is required, some that it is best practices.
Has anyone experience with runing SharePoint in a load balanced environment without sticky IP.
2
votes
2answers
64 views
Using SharePoint with Hardware versus Software Load Balancing
Is there any difference when using Hardware or Software load balancing with SharePoint?
What we want to do is to test a clustered solution using Windows NLB in test, and then run …
3
votes
4answers
84 views
Best practice for easy deployment of multiple solutions
One of our product will consist of multiple SharePoint solutions. Now we're wondering what would be the best way to provide an easy deployment to our customers? At the moment we de …
3
votes
4answers
135 views
Error while creating a new web application in MOSS 2007 in a stand alone server farm
I am getting following error while creating any new web application on the server:
"An update conflict has occurred, and you must re-try this action. The object SPWebApplication …
2
votes
2answers
71 views
Editing web.config file from a feature using linq
I have custom web.config functionality that uses Linq to merge elements into a web.config based on a template file. I would like to use this in a feature so I can get it to merge a …