Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
41 views

How to show a specific version of a sharepoint publishing page instead of the most current approved version to anonymous users

I am trying to create a control that will deliver any specific version of a sharepoint publishing page to anonymous users. Example: MyPage.aspx has versions 1.0, 2.0, 3.0, 4.0, with 4.0 being the ...
2
votes
2answers
195 views

VS2010 - publish website, empty folders are ignored

In visual studio 2010, when publishing a website, it seems that empty folders are not being published. I am quite sure that this behavior were introduced in vs2010. I cant find it documented ...
2
votes
6answers
767 views

Which CSS framework(s) work well with SharePoint publishing sites?

Past, now irrelevant back story: I was trying to make some changes to BlueBand and get 'up and running pretty quickly' but after looking at it further this is no longer an option due to tables that a ...
1
vote
2answers
2k views

Sharepoint 2010 WSP Deployment problem. Can’t deploy new files

We have found a problem with our deployment to a production server that runs Sharepoint 2010 Publishing Site Collection. We are deploying WSP packaged from Visual Studio to Sharepoint Management ...
1
vote
0answers
1k views

Creating a custom Publishing Portal Web site in SharePoint 2010

Custom Web sites built on SharePoint are cropping up everywhere (just visit topsharepoint.com to see). With that said, my question pertains to creating a fully customized, branded site using ...
0
votes
3answers
60 views

Automating publish Visual Studio 2010 functionalities?

I've read a few good posts on automating build processes, however, what I'm interested in is not just a build process, but publishing. I have several websites and services that use a base model. ...
0
votes
1answer
31 views

ASP.NET website deployement

I am new to web development and have been building my websites in Visual Studio. I have built a database which is stored in App_Data folder. The database is open(no password) but when the website will ...
0
votes
0answers
117 views

Enable anonymous users to add comments and ratings to SharePoint 2010 publishing site page

Any suggestions/guidance on how to allow an anonymous user to add comments to any SharePoint 2010 publishing site page (public Internet facing site)? Options I have thought about: Reuse the OOTB ...
0
votes
1answer
25 views

Asp.Net Publishing Issue

I am publishing my website in asp.net but i am in a small problem i will explain you my problem with screenshot This is my Solution Explorer as you see I have 2 ApprovalListing pages one in my ...
0
votes
1answer
149 views

NullReferenceException thrown in “GetAvailablePageLayouts”

I ran into this error recently when trying to get all the page layouts in a publishing site (Microsoft.SharePoint.Publishing.PublishingWeb) from a custom layouts page in a subsite. The code worked on ...
0
votes
0answers
27 views

Can you use Tokens in Target Location path in Visual Studio 2010?

I am using the Publish Web option for my Web Applications in VS2010 and would like to know if I can set the Target Location in the Publish Web dialog to something containing $(Configuration) (the same ...
0
votes
0answers
81 views

SharePoint 2007 - Modify WebPart not working

I have developed a publishing portal on top of MOSS 2007 & I have developed my custom master pages & page layouts. There is a page layout where I have made use of a WebPartZone for adding ...
0
votes
1answer
286 views

XLSX requiring password on MOSS 2007 Publishing Site (Public Site)

I have two documents, a .docx and an .xlsx both are in the same folder (Document Library) on the MOSS site and are linked in a content page. The .docx downloads as expected. When you click on the ...
0
votes
2answers
689 views

Server Error in '/' Application. ASPNETDB.MDF … ON PRODUCTION SERVER

I m getting the following error when i upload my site to Production Server using Database in App_Data ASPNETDB.MDF Server Error in '/' Application. Runtime Error Description: An ...
0
votes
3answers
394 views

How to remove “encrypt contents to secure data”

My website had problems loading an image, css file and a javascript file downloaded as a package from "Superfish". I found the problem to be the "encrypt contents to secure data" on each of the ...
0
votes
1answer
38 views

Two Questions on Sharepoint Publishing Sites

I have a custom page layout which is based on a custom content type. I have placed several textfields and lookup fields from custom content type in the page layout. I want them to be seen to only ...
0
votes
1answer
88 views

Publishing a Magazine in Sharepoint 2007

My client wants to create a company internal magazine on Sharepoint 2007. Actually I never seen anything like this in any Sharepoint site before. An "issuing system" (like issue #1, october) is ...
0
votes
1answer
198 views

Using a Calendar in a SharePoint Publishing Site?

I've set up a publishing site for a project, but the calendar isn't available to me. Anbody know how to make the default SP calendar available?
0
votes
1answer
453 views

Browsing a SharePoint publishing page returns a 404 error message

I've changed the master page on a publish site collection. When I browsed back to the start site to check the new master page the browser just returned a 404 error, telling me that the page could not ...