Questions tagged [web-publishing]

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]

106 questions
1
vote
1 answer

How to publish to the web a spreadsheet using Drive API and Apps Script

I activated the Advanced Drive Service (Drive API, V2), and I tried to publish to the web a file I tried the following, but obviously, I miss something (the resource). function test(){ var fileId = '1c5fRpKAk2YdUVzCa1LOCqDgTLZmYjsfSvTzR9BSGPYo'; …
1
vote
0 answers

Adding a google map link ebook

I am developing a travel book and would like to include a Google map link? Does Google make it possible to add a link within a publishing book? I have the map to imbed but what are Google's policy on a link?
1
vote
1 answer

Visual Studio Publish Profile: Delete specific folder on the server before publishing

Is there a way for a Web Deploy operation to Azure App Services to delete a specific folder on the server before the deployment starts? I need certain files to be removed on the server when they are removed on the solution and deployment leaves…
Murven
  • 2,377
  • 17
  • 23
1
vote
1 answer

web deployment package (.zip file) not created in Visual Studio 2013

I am trying to create a deployment package in Visual Studio 2013. I have specified that the package should be placed at C:\Deployment\bin\WebSite.zip - the absolutely simplest location. All the project files build but the publish fails with this…
ntaylor95
  • 21
  • 1
  • 5
1
vote
1 answer

Prepare Online and On-Premise version of web application

I have an application which we have to developed for two purpose Online - There will be a super admin user you will create companies in the system and these companies can access their system on our application. For example our application is hosted…
Nikhil Gaur
  • 1,280
  • 3
  • 19
  • 40
1
vote
1 answer

How do I publish ASP.NET MVC3 application to azure using "Publish -> "Web Deploy"? (getting error: Web Deployment task failed)

I'm getting this error when trying to deploy to azure using "Publish" from my MVC project. I checked Web Management Service and Web Deployment Agent Service and there are both running. Credentials I'm using are valid since I get access to server…
0
votes
3 answers

Moving the location of the Bin folder, web publishing issue?

I have been working on an ASP.Net web site and have been publishing to my server with no issues. I decided to change the path that it was being published to a few steps down so that everything would be more logically placed. Before :…
kshreve
  • 310
  • 3
  • 14
0
votes
2 answers

Filemaker Web Publishing & Data Integrity

I was recently asked to try to solve a data integrity problem with a Filemaker database app that has been published to the Web. This app collects job applicant data, through a series of views. There have been reports from a handful of users that…
Slinky
  • 5,662
  • 14
  • 76
  • 130
0
votes
1 answer

How to include publishing notes in Sphinx documentation?

I would like to include a link to our publishing notes in the footer of Spinx html outout, next to the Copyright notice. I tried to include a link in the copyright notice in conf.py. However, that is not rendered as expected. I tried several…
Stefan
  • 10,010
  • 7
  • 61
  • 117
0
votes
0 answers

Sitecore 10.2, Updating other item in the custom publish pipeline not working

I am trying to update an item inside custom publish pipeline in sitecore 10.2. It does get updated once but if pipeline runs again the item is not updated. The item update code get executed everytime but it doesn't update the field everytime. Only…
Arun Kumar
  • 907
  • 13
  • 33
0
votes
2 answers

Visual Studio 2017 - How to get the "New publisher Wizard"

I have a problem with publishing an app in VS 2017 with the Publishing Wizard. I found a stackoverflow post: Compile a .NET Core application as an EXE file using Visual Studio 2017 But when I want to go to this menu it only opens an old Publishing…
Cinc-B
  • 121
  • 2
  • 9
0
votes
1 answer

Why can't Azure build find .dll files, when local build can?

I have built a .NET API and I am trying to publish it. It builds fine and I can run it and access it locally without any problems. But when I try to publish it to Azure it is telling me that the build fails. These are the errors I am getting from…
Ben Crowe
  • 31
  • 1
  • 1
  • 7
0
votes
1 answer

Publishing ASP.NET Core app from Visual Studio to Azure does not work without manually halting the app

I have an ASP.NET Core 6 website project in Visual Studio. The site needs to be published to Azure. I do this by right-clicking on the project, selecting "Publish", get to the publish page and press "Publish" again. This used to work flawlessly when…
0
votes
1 answer

TransformWebConfig task failed unexpectedly - access denied

I have added a web.config file to my net6 website which is hosted on azure. The web.config file should be transformed like documented here: (…
0
votes
0 answers

web-publishing, How to publish a website?

what to do if you're not able to publish your website using Github , only the readme file is showing and rest of the website is not showing.
satwik
  • 1
  • 1