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
3 answers

Can't connect to server error Google App Engine Static Files Issue

I’m having difficulties switching my Google App Engine web app from a standard to a flex environment using Django. I need to switch to a flex environment since I am using the module pdf2image in my app, which uses poppler. Here are my app.yaml,…
1
vote
0 answers

Static class not found in Webform report master in production

I am using following This tutorial to call mvc partial pages in webform. this is working fine in dev and production but i have a backup deployment on another server with same configuration. but is giving me following error. Unable to load one or…
Zia
  • 473
  • 1
  • 4
  • 17
1
vote
1 answer

How to tell Apache Tomcat who must handle received data?

I'm using the newest Apache Tomcat (9.0.16), with newest Java / OpenSSL. I got a WAR file with a server application from NEXUSe2e.org. I'm able to send a secure message to a service. After a while someone sends a secure reply message as a new https…
Harald Coppoolse
  • 28,834
  • 7
  • 67
  • 116
1
vote
1 answer

Loading different CSS based on deployment

We currently have a shared backend and frontend for two projects. Project B is essentially just a subset of Project A. It has all the same features except for a few that we restrict. Using the dotenv module in node I am able to restrict loading of…
user6728767
  • 1,123
  • 3
  • 15
  • 31
1
vote
1 answer

Deployment issue w/Vue-cli3 and static site

New to vue and am using vue-cli3 to scaffold a simple authentication app for auth0, auth0-plugin.surge.sh. My router.js module is: import Vue from "vue"; import Router from "vue-router"; import Home from "./views/Home.vue"; import Callback from…
Alan
  • 1,067
  • 1
  • 23
  • 37
1
vote
1 answer

Cannot access my web app deployed to azure service fabric

I can access my web API in local service fabric by URL: http://localhost:8080/api/values I published it to Azure using Visual Studio and cannot access it at: http://.westus2.cloudapp.azure.com:8080/api/values I have reverse proxy…
polina-c
  • 6,245
  • 5
  • 25
  • 36
1
vote
1 answer

Google App Engine Flask 413 Request Entity Too Large Error

I am wondering how to fix this error in google app engine using flask. I understand that a file cannot exceed 32 MB. I am uploading videos and trying to store them in google cloud storage, I need to handle large videos. I have heard that using…
Akhil Yeleswar
  • 87
  • 1
  • 1
  • 12
1
vote
0 answers

html2PDF work on local , but wont create a pdf on server (blank page)

I'm coding since 2 year and learning cakePHP since a few weeks , and i'm actually in internship trying to deploy a website. I have trouble with Html2PDF , as it work well on the local version, but not on the server (a new page is opened , with the…
alfo
  • 21
  • 1
  • 3
1
vote
1 answer

how to deploy asp.net website in intranet- Copy paste folders

I am new to web developing and some how managed to create one web page with SQL database. Now I would like to deploy my website in localhost server by that users who are having access to that server can use the website. I did some search and…
user11171114
1
vote
1 answer

How do deploy web app with git without having to chown the app directory on every deploy?

What's a good way to use git for deployment and now have to "chown -R" the whole app directory to the www user every time I deploy? Basically I want to deploy using a post receive hook. Currently I have a post-receive hook that looks something like…
toby-one
  • 191
  • 2
  • 11
1
vote
1 answer

How to resolve Internal Server Error 500 on .Net Core 2.1.1 on IIS 8.5

I've read many similar issues but none of the resolutions solved my problem. So, here is my case. I have a NET Core 2.1.1 app that runs beautifully within VS2017 and when published to my desktop running Win10 Pro and IIS10, i.e. running it outside…
1
vote
2 answers

Error in serialization of the application, java.io.NotSerializableException:

I am trying to run a Vaadin project in google cloud platform using Google Cloud Platform(a plugin in Eclipse). After running in I get this exception: WARNING: Error in serialization of the application: Class rand.TestProject.AutoCrudView$1 must…
1
vote
0 answers

Error: "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' ". when first time deploy project of asp.net mvc 4

I am new to asp.net and I create a small application in visual studio using mvc4. now I want to deploy my application on the IIS local server. for that I publish my application..there is no error in publishing the application. but when I run on a…
Niharika
  • 71
  • 1
  • 9
1
vote
2 answers

Font not rendering - Gmail (browser) template

I am putting together an email template which includes the Montserrat font; however, it seems to render just about everywhere without issue except for gmail via a browser (Firefox/Chrome)! The font renders as it should in my previews, iPad (mail),…
RomoCode
  • 1,099
  • 9
  • 17
1
vote
1 answer

How to deploy angular application to client URL

So a general question here but any advice would help. Let’s say I see there is a website of a dance studio and I want to rebuild it with angular and give the product to them. They already have a site url, what exactly would I need from them to get…
1 2 3
99
100