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
18
votes
1 answer

Which options are the most performance way of publishing asp.net website project - deployment

I am asking in terms of performance Which would run fastest on the server (windows server 2012 r2 - 24 cores - 64 gb ram) - serving pages fastest way - reducing load times Asp.net website project , c# , .net 4.5 , visual studio 2013 update 3 I don't…
Furkan Gözükara
  • 22,964
  • 77
  • 205
  • 342
18
votes
3 answers

Deploying django in a production server

First of all please let me be clear that I am a windows user and very new to the web world. For the past months I have been learning both python and django, and it has been a great experience for me. Now I have somehow created a small project that I…
Benjamin Smith Max
  • 2,668
  • 8
  • 33
  • 56
18
votes
3 answers

MSDeploy - Destination Not Reachable

I have installed Web Deploy 3.5 on Windows Server 2008 R2 and tried to run remote publish web application through visual studio 2012. However, I got the error - Destination Not Reachable. I read some post and checked below and still got no…
seanbun
  • 892
  • 3
  • 14
  • 32
18
votes
3 answers

Deploying a Sails.js app to Heroku?

I have limited experience deploying Node.js apps -- how can I deploy a Sails.js app to Heroku? I've heroku logined and heroku created my app already.
Evan Hahn
  • 12,147
  • 9
  • 41
  • 59
17
votes
10 answers

Firebase hosting deployment error Error: Error: 404, Requested entity was not found

i have hosted a static website on firebase and i am using node.js. when i am trying to deploy my website i am facing this error. C:\Users\Ankur-PC\Desktop>firebase deploy === Deploying to 'wo*****win'... i deploying hosting **Error: HTTP Error:…
user10197811
17
votes
6 answers

How to deploy a create-react-app to a web host (ex. Siteground)?

I'm building a react project using create-react-app and am trying to figure out how to deploy my code to my hosting server on Siteground. Does anyone know the best way to do this? Do I import my build folder through FTP? Can I automate the…
17
votes
1 answer

Why is create-react-app's build directory in .gitignore?

This is clearly something I'm misunderstanding but I'm desperately struggling to find an answer. I've been teaching myself React with create-react-app, I've run "npm run build" to spit out my finished project, and I have the project pushed to a…
MyNotes
  • 426
  • 4
  • 11
17
votes
1 answer

Passing app secrets in Yesod and Keter

I'm building a web app with Yesod and am currently passing in secrets such as API keys via environment variables (as per The Twelve-Factor App) to avoid storing these values in version-controlled configuration files. For example, I run my app in dev…
Richard Cook
  • 32,523
  • 5
  • 46
  • 71
17
votes
1 answer

How to deploy .gitignored compiled files in Heroku?

I have a compiled folder named /target where my server.js lives. Since it's compiled files, I added /target to .gitignore since I don't want all those changes checked it into my GitHub. But Heroku ignores anything listed in the .gitignore, so I'm…
hzhu
  • 3,759
  • 5
  • 29
  • 39
17
votes
1 answer

undefined method `run' for main:Object

i'm getting the following output when deploying: cap aborted! NoMethodError: undefined method `run' for main:Object config/deploy.rb:37:in `block (2 levels) in
agro
  • 206
  • 1
  • 2
  • 7
17
votes
2 answers

match element name in web.config transformation

I am trying to match element by element name, I have to change sessionState element timeout in release, but I cannot match it by any attribute value. How can I match this element in Web.Release.config?
Andrija
  • 14,037
  • 18
  • 60
  • 87
17
votes
6 answers

Disable Drop Down Option using jQuery

I need to disable options with value "- Sold Out -" in a list of dynamic drop down menus. How can I do this easily with jQuery? Below is the HTML