Web-Publishing is a generic term for publishing content on the internet. It may relate to publishing articles, books, media, or websites. This term also is sometimes used to refer to the Microsoft MSBuild Web Publishing Pipeline identifed here by [tag:msbuild-wpp]
Questions tagged [web-publishing]
106 questions
0
votes
0 answers
Publish/Deploy 4 tier asp.net website
my project contain 4 layers BO,BLL,DAL and PL. I want to publish my project in IIS.
I have done publishing before for no layer project, but not for layered architecture.
If i go and select publish in my PL it only publish one layer only.. but not…
0
votes
1 answer
Azure site assembly dependency error - Works locally
I have an MVC website which runs perfectly locally but when I publish to Azure I get the error:
Could not load file or assembly 'EntityFramework.SqlServer' or one of its dependencies. The module was expected to contain an assembly manifest.
once I…

JonnyKnottsvill
- 1,123
- 2
- 16
- 39
0
votes
1 answer
ASP.net web-deployment publish with Access database
Situation:
I have configured my web.config and web.release.config file , in the below.
I have configured Packet and Publish SQL but it is testing wrongly (I use Access but not SQL , all the web form are connected to Access successfully.)
When I…

Kindess
- 49
- 6
0
votes
2 answers
Where I can find an engine like OFPS Open Feedback Publishing
I'd like to write a little book on personal topics together with two friends of mine, remotely located. Do you know of any FOSS content publishing system like the one from O'Reilly (OPFS)?
I saw the one that powers the django book but It seems that…

microspino
- 7,693
- 3
- 48
- 49
0
votes
1 answer
#Define symbol during web publish
I have an ASP.NET web application project that references other C# projects. One of those C# projects has a compiler directive that reports an error if a certain symbol is not defined:
#if (!FOO || !BAR)
#error "Define symbol for either FOO or…

Rodrick Chapman
- 5,437
- 2
- 31
- 32
0
votes
0 answers
Is there a reason why EditorTemplates are not added on publishing the MVC 5 app?
I have EditorTemplates directory under ~\Views\Items.
Everything works fine on local system.
I published the project on server, configured IIS and Started the application. It was rendering:
System.Data.Entity.DynamicProxies.Items.....
for 1:m…

Annie
- 3,090
- 9
- 36
- 74
0
votes
1 answer
Change the default currency of site after deploying to host
I have developed a simple website with MVC 5 .NET 4.5.1
There are some decimal values that I show them as a formatted string like this:
@Value.ToString("C0");
As my PC regional settings sets to Persian-Farsi, this works fine…
vaheeds
- 2,594
- 4
- 26
- 36
0
votes
0 answers
is it possible to use multiple certificates for a single web site in IIS
I want to create a website which connect to different servers using different certificates. is it possible to use multiple certificates for the same website using IIS or any thing to host internally within the organisation. if it is possible what…

user3202862
- 207
- 4
- 19
0
votes
0 answers
The position of objects inside object goes on changing - javascript
I've a kind of weird question. I have set up google publishing tag on my website. The key values that are saved in google publishing tag can be accessed directly in the console by typing in this:
googletags.pubads()
Now the above is an object…

user3582550
- 1
- 1
- 1
- 3
0
votes
1 answer
Common framework for publishing books online
Django book and Real World Haskell are using some similarly-looking web publishing platforms (with rigid TOC/chapters/paragraphs+comments structure). However, I haven't found any reference to the platform used on the corresponding websites. Is there…

Sergey Mikhanov
- 8,880
- 9
- 44
- 54
-1
votes
2 answers
Create a Google Sheet then publishing it via Google Apps Script
Using Google Apps Script, I know how to create a new sheet:
var newSheet = SpreadsheetApp.create("newSheet");
And I know how to publish this sheet by hand from the created sheet:
File ==> Publish to the web.
But how can I publish and get the URL…

Preston Faulk
- 11
- 1
-1
votes
1 answer
Cannot modify the file "projectname.dll"
When I'm publishing the site, it gives me error. It says that cannot modify ProjectName.dll. Error message.

Serban WOT
- 1
- 1
-1
votes
1 answer
How to get my HTML code into a published webite
I feel like this is a simple enough question that it should have already been asked and answered, but I have not seen anything on it in my searches.
I am creating a website for my club at school, and need to publish it/make it live/public, whatever…

Brian C
- 1,333
- 3
- 19
- 36
-2
votes
1 answer
how to publish a mvc website that has python script in it
I'm working on a MVC.net website in which I use python script in it. I have a python file which I call it in order to get some results from it. The algorithm has been wrtiten in python and I have to call to get the result. If I want to execute…

elham enayati
- 1
- 1
-2
votes
1 answer
Laravel latest 5.4 how to implement publish
I've been thinking about this for weeks now and can't seem to get a possible solution on how to implement a publishing feature? like in a wordpress page you need to publish the page so the changes will be reflected in the live website? How do you…

Keannu Alforque Atilano
- 824
- 3
- 10
- 20