Questions tagged [web-deployment]

The activities that make a website available for use on a remote system.

After a website is successfully developed, it can be deployed into a web server so that it can be used. The activities that make a website available for use if called web-deployement

4762 questions
1
vote
0 answers

Why data in server is being reset when just partial publishing one DLL file?

After publishing the complete ASP.NET MVC App, with FTP, with Visual Studio 2019, and everything working fine, database is cleared whenever I just upload one program change (DLL file publish) I have published my first ASP.NET MVC Web App on a…
1
vote
2 answers

How to fix the Error PublicKeyToken=31bf3856ad364e35" could not be located

I just write Web service successfully run on local server but when i Upload the api to web server the following error occur . Description: An error occurred during the processing of a configuration file required to service this request. Please…
Haris Zafar
  • 35
  • 1
  • 7
1
vote
1 answer

How to run a Vue JS build in development mode (Using Vue UI)

I am trying to deploy my Vue app in development mode. When I click on the Vue Chrome extension indicator it says: Vue.js is detected on this page. Devtools inspection is not available because it's in production mode or explicitly disabled by the…
ScottyG
  • 3,204
  • 3
  • 32
  • 42
1
vote
1 answer

Deploy ASPNET core app to IIS on a server : 0xc0000409 exception with ucrtbase.dll module

Some months ago I started to develop an ASP.NET Core (v2.2.5) application on visual studio, it works perfectly on my pc. Now I want to install this application on an IIS server on a server, so I published it from VS, but when I launch the site, I…
1
vote
0 answers

Loading bar in Vue.js

I would like to have a loading overlay element in my Vue project, but what is the correct pattern to implement it. I mean, how the browser download render and display just that loading element (possibly with a loading bar but not mandatory), and…
piLeoni
  • 131
  • 13
1
vote
1 answer

Deploy different versions of web-application

In this hypothetical scenario I have a web-app running on his 1st version, having around 1,000 active users. I've just finished the 2nd version and would like to test with some users only, what would be the most patterned way to deliver this new…
1
vote
1 answer

How to make correct use of sshpass along with password and different port?

I am building a job in jenkins in which i need to copy the folders and file from jenkins server to another server. The server has port 802 and password= "PASSWORD" how to copy folder to another server? sshpass -p'PASSWORD'scp -P 802 $SSH_OPTS -r…
1
vote
0 answers

How to serve a Reactjs front-end app with api getting from a NodeJs that was deployed to Heroku already?

I have a web project includes one NodeJs app in the back-end and one ReactJs app in the front-end. The NodeJs app serves the api to the ReactJs app. I already deployed the NodeJs back-end to Heroku and its url is https://tidishop.herokuapp.com/ Now…
Sang Lê
  • 41
  • 3
1
vote
0 answers

Error when Publishing to Amazon Web Services from Visual Studio

When I try to deploy directly to AWS from visual studio, this errors occurs: ...building deployment package 'C:\Users\Leon\AppData\Local\Temp\AWSDeploymentArchive_*****_v20190509101556.zip' ...invoking 'C:\Program Files\IIS\Microsoft Web…
1
vote
0 answers

How to enable git-crypt in heroku deploy?

I am changing my deploy from AWS to heroku, my back-end application is built with the Node-Hapi-MongoDb(mLab) stack. However, I want to hide my environment variables (i.e: MongoDb URL, Token, JsonWebToken Secret etc etc...). So I have implemented…
1
vote
0 answers

Cryptographic Hash to verify identification key

Let's say I want to pass information to the user that includes the user's unique id. Then, I want to use that id for CRUD operations. Is it a viable, or even recommended, option to store a cryptographic hash of that data, which would remain static…
1
vote
1 answer

"Could Not Register User For Website Identifier web.com.WEBSITE, received response 404" error for safari push notification

I've been trying to implement Safari Push Notification to my website, and it kind of works. The versions I've tested are: 9 & 10 which goes to the V1 pushPackage endpoint (works) 11 & 12 which goes to the V2 pushPackage endpoint (works) 12.1 which…
1
vote
0 answers

How to fix the Heroku web-deployment error (ex:H10) from Node.js?

Problem Summary I got H10 error from accessing my website which is deployed from Heroku. It runs in a local server without any issues. The error happened after I updated the NPM then deployed to the Heroku. The detailed NPM error says "cannot find…
apjun84
  • 11
  • 1
1
vote
1 answer

How to set separate dev and release proxy / backend api urls?

What I want to achieve is when I use the Angular / C# Web Api project in localhost and developing it I use this url in the Angular app: http://localhost:5000/api/something But this isn't working in deployment. I want to use the "/something" or…
atanii
  • 226
  • 2
  • 12
1
vote
1 answer

How to work with process.env with a build node.js app running in NGINX

I'm setting up a dockerized Node,MongoDB,Vue,Express application and I'm facing an issue after building my Application. For the client part, I need to get an API-URL from the environment of the application using the following Api.js import axios…
Tom
  • 115
  • 1
  • 7