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
0
votes
2 answers

VS2017 Web Publish Preview - unable to exclude files

When publishing a web application in Visual Studio 2017 Enterprise I can do a preview on the files that are changed by clicking the preview link. The window comes up and I can uncheck files I dont want BUT, there is only a cancel button, and I am…
TResponse
  • 3,940
  • 7
  • 43
  • 63
0
votes
1 answer

Why can't I publish my web site in VS2017?

When I try to publish my ASP.Net MVC web site, I get the following page: The lonely looking Publish button does nothing. Any ideas how I fix this?
Tim Long
  • 13,508
  • 19
  • 79
  • 147
0
votes
1 answer

Website connectionstring

My asp.net vb website works fine on my pc in Visual Studio 2017. My local connection strings are:
MarkVF
  • 23
  • 8
0
votes
2 answers

Visual Studio 2017 Web publishing fails if user is non-admin while the same user can be used for VS2015 web publishing on the same web server

I am trying to publish a ASP.NET Core Web project to IIS (remote server) using a non-admin account using Visual Studio 2017 and I have the following error on deploy: Starting Web deployment task from source: …
Alexei - check Codidact
  • 22,016
  • 16
  • 145
  • 164
0
votes
0 answers

Deploying ASP.NET MVC5 to IIS10 using public ip from local machine

As stated in title I would like to publish my asp.net mvc5 application from my home network using IIS 10 so it can be accessed using my public ip.
Miki
  • 1
  • 1
0
votes
1 answer

Visual Studio builds new Assembly Version after changing Publish Profile, Multiple IIS server published

I'm publishing my application to two separate IIS servers. The problem I have is when publishing to profile01 it builds the project and then publishes successfully. I then Publish again but switch to profile02. Upon doing this it builds the solution…
Travis Peterson
  • 373
  • 3
  • 15
0
votes
6 answers

The SQL provider cannot run because of a missing dependency. Please make sure that Microsoft SQL Server Transact-SQL ScriptDom is installed

Web deployment task failed. (The SQL provider cannot run because of a missing dependency. Please make sure that Microsoft SQL Server Transact-SQL ScriptDom is installed. I get this error while publishing any web app in visual studio with update…
irfandar
  • 1,690
  • 1
  • 23
  • 24
0
votes
1 answer

Visual Studio When publish some class is missing from DLL

I have a solution containing a website, with lots of files. It recently happened that a new webpage had to be added to the site. When building the solution with the new files, everything works. When trying to use the Web Publishing Wizard, the…
0
votes
1 answer

steps to take website from local server to hosted server (going live)

I am very new to web development, and have a question in regards to taking your website "live." I coded my site in python, using the Django framework. I have all my code stored in a local server, and want to move ahead with taking my web into…
pynewbee
  • 665
  • 3
  • 9
  • 19
0
votes
1 answer

How to override ASP.NET deployment parameters when publishing

I've seen some questions, read all the posts, still I can't get this done. Either I'm missing something, or it cannot be done.. So I have a rather simple (ASP.NET MVC) project. In the root of my project there is a parameters.xml file with parameter…
alrotem
  • 92
  • 1
  • 7
0
votes
4 answers

Websitepanel: 404 - File or directory not found

I published an asp.net website to a webserver which can be managed through a control panel called websitepanel (websitepanel.net). I published the website through ftp to the web server. xyzwebsite.com - this works! and shows Default.aspx…
Jai
  • 63
  • 7
0
votes
1 answer

Deploy ASP.NET WebForms to server

I have ASP.NET WEB forms project.I also use TFS to sharing code. 1)First i make Publish on the project -Create own Profile on publishing 2)Visual studio create Deployment folder where i have files: Project.Web.deploy.cmd …
Dany
  • 367
  • 1
  • 2
  • 21
0
votes
2 answers

DotNetNuke new pages don't show up

I have added new pages in my DotNetNuke site. Also did some modifications in different pages. The changes I have made are visible only when I Log in with DNN User account. After logging out no changes are visible which has been made. I am doing all…
Sachin Pakale
  • 292
  • 2
  • 4
  • 19
0
votes
1 answer

Content does not reflect on CD server after publishing from CM server

When a content is published from Content Management server to Content Delivery server, the publishing activity is inconsistent, i.e., sometimes the content reflects on CD server in couple of minutes or takes a whole day. The only scenario where the…
0
votes
1 answer

Files on network drive are not accessible when website is published on IIS

I have a website that shows a list of recommended documents retrieved from a network drive, Z drive. for each document, if the user pushes a button, he can navigate to the path of the file through windows explorer. below is the code. string…
Mahsa
  • 341
  • 3
  • 17