Questions tagged [publishing-site]

46 questions
6
votes
1 answer

After publishing, my Umbraco admin panel did not show in IE9. But it appear in FF and Chrome browsers

After publishing, my Umbraco admin panel did not show in IE9. But it appear in FF and Chrome browsers. Note: Before publishing website, I run it from Visual Studio 2012 and I observed that everything was Okay. Can anyone help me?
x19
  • 8,277
  • 15
  • 68
  • 126
5
votes
2 answers

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 Shell (Uninstall, reinstall solution). It has worked…
Anandasama
  • 101
  • 1
  • 1
  • 6
5
votes
6 answers

I can not publish my website via FTP - No option to turn on passive mode

Historically I've always uploaded my website via FTP since my server does not have front page extensions and nor will it. Using the latest release of Visual Studio 2012 (11.0.51106.01 Update 1) (although I think this issue is for all of 2012), I…
Dave
  • 8,163
  • 11
  • 67
  • 103
4
votes
6 answers

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 previous developer introduced into the layout.…
Alex Angas
  • 59,219
  • 41
  • 137
  • 210
4
votes
1 answer

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 latest published verison. Sharepoint by default will…
4
votes
3 answers

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 anywhere, not sure if I should call it a feature or a…
Muleskinner
  • 14,150
  • 19
  • 58
  • 79
3
votes
2 answers

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 files. Ok, so I right-click -> properties -> Advanced…
ptutt
  • 1,338
  • 3
  • 18
  • 35
3
votes
0 answers

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 SharePoint as the CMS as depicted by many of the…
3
votes
2 answers

Add a new aspx page to a published website

I have a .Net website which is published. Now I need to add a new page to the website but I do not have the source code which means that I cannot recompile and republish the website. I know that I can add an HTML page for this as the content for the…
Anshuman Jasrotia
  • 3,135
  • 8
  • 48
  • 81
3
votes
1 answer

Umbraco "Error Parsing XSLT File"

I built a website using Umbraco 4.9.0 and all is well locally. I published it and run it from IIS. But it now works, except that for XSLT file (Breadcrumb) referenced on the landing page it says "Error Parsing XSLT File {xslt file name}". Error is:…
x19
  • 8,277
  • 15
  • 68
  • 126
3
votes
2 answers

Publishing MVC3 app to IIS error - The Web server is configured to not list the contents of this directory

I published my website to "C:\inetpub\wwwroot\Sem_App" and created a website with physical path "C:\inetpub\wwwroot\Sem_App" and port 84. When I browse the website on http://localhost:84/ I get the following error. HTTP Error 403.14 - Forbidden The…
user972616
  • 1,324
  • 3
  • 18
  • 38
2
votes
0 answers

Content query web part not updating

I built a content by query web part programmatically. The problem is that when I deploy the solution, the web part doesn't update the items automatically. I must go to "edit webpart" and just push ok, nothing more. Then it updates and I can see my…
2
votes
2 answers

The process cannot access the file \App_Data\ASPNETDB.MDF' because it is being used by another process.

When trying to publish our website on Windows Server 2008 R2, we are seeing the following error. Error 4 The process cannot access the file 'C:\Users\Student\Desktop\CSFP Front-End\App_Data\ASPNETDB.MDF' because it is being used by another…
Andrey
  • 1,629
  • 13
  • 37
  • 65
2
votes
2 answers

publish asp.net webapplication in single files

I have an ASP.NET WebApplication (not Website) that was written with C#. I want to publish and deploy this application for more than 50 sites in my server. I would prefer to make some dlls and put them in GAC of my server so all sites will use dlls…
Mojtaba
  • 2,764
  • 1
  • 21
  • 24
2
votes
3 answers

Published asp.net WebApp won't connect. 401.1 unauthorized

asp.net app (c#) worked fine in debug mode; published, getting 401.1 error (unauthorized). When I put in the url, a dialog asks for username & password. Put it in 3x, error. It's an internal app, using Windows authentication only. IIS 7.5, using…
1
2 3 4