MOSS Question:

Explain SharePoint Solution File? How it differ from WebPart .cab files in legacy development? What does SharePoint Solution File contain?

MOSS Interview Question
MOSS Interview Question

Answer:

A SharePoint solution file is compressed file that contains custom components. It is suffixed with a .wsp extension that aids in deployment.

Differences between the .cab and the SharePoint solution files are:

Solution files allow easy deployment to all Web Front End's.
Solution files are highly manageable from the interface.
Solution files can provide Code Access Security to avoid GAC deployments.

A solution file contains: aspx files, DLLs, resource files, definition files.


Previous QuestionNext Question
Explain ClassResources? How to reference and deploy resources with an ASP.NET 2.0 WebPart?What is .ddf file?