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

How to deploy .Net application to heroku

I do not see much help when it comes to deploying .Net app to Heroku. So, how to deploy .Net application to Heroku?
Nick Kahn
  • 19,652
  • 91
  • 275
  • 406
28
votes
6 answers

Deploying Go web applications with Apache

I can not find a mod_go for deploying Go web applications. Is there any other way to run web applications in Go with an Apache web server (or even IIS)? Update: Now after doing Go full time for nearly a year; doing this (Go with Apache) is…
Kaveh Shahbazian
  • 13,088
  • 13
  • 80
  • 139
27
votes
1 answer

Bootstrap grid with fixed wrapper - Prevent columns from stacking up

As the title says I'm trying to use Bootstrap 3 grid system with a fixed wrapper. But when I resize the Browser the columns stack up even if the wrapper stays the same size? BTW: I'm using version 3 so that I can move to a responsive layout after I…
John
  • 1,327
  • 1
  • 17
  • 28
26
votes
3 answers

404 Failed to load resource Deploying Flutter Web App to GitHub Pages

I am trying to deploy my Flutter app to GitHub Pages. App runs fine with flutter run -d chrome and builds successfully using flutter build web --release I push the code to my repository: https://github.com/learyjk/superpacecalcweb Deployment…
learyjk
  • 599
  • 1
  • 5
  • 14
26
votes
2 answers

Web Deploy to Azure doesn't force Web App to pickup new changes

I have an automatic deployment configured from my GIT to Azure App using Web Deploy. Every time when new code pushed to the repo, build is started, then deployed to the Azure with Web Deploy. The issue is that Web App (ASP.NET MVC) continue to serve…
Mando
  • 11,414
  • 17
  • 86
  • 167
26
votes
5 answers

phoenix: render template of other folder

I have two template folder in my web/templates folder: > ls web/templates personal_info user What I want is to render some template from user folder in another view of personal_info. so I have a file at path:…
Saurabh
  • 71,488
  • 40
  • 181
  • 244
25
votes
3 answers

Laravel - What steps should one take to make a Laravel app ready for production mode

The scenario is I have developed a Laravel app in my localhost. Everything works fine. Now I need to make it go online. I am just trying to figure out what steps (configuration , security etc.) should I take before I make it go online. I am…
24
votes
5 answers

Exception Message: There is no working folder mapping for

I am trying to test automated builds in tfs/vs.net 2012. I have set the workpaths in the source control explorer but now I am getting an error: Exception Message: There is no working folder mapping for $/testing/buildtest. (type…
user603007
  • 11,416
  • 39
  • 104
  • 168
24
votes
6 answers

Disable IIS Idle Timeouts in Azure Web Role

To prevent AppPool recycling every 20 minutes, I'd like to remove IIS AppPool Idle Timeouts when my Azure Web Role starts. My website is a Web Application Project. How do I do this?
Albert Bori
  • 9,832
  • 10
  • 51
  • 78
24
votes
1 answer

Is it possible to deploy an exploded war file (unzipped war) in JBoss AS 7

I Have no problem in deploying an 'app.war' file when copied into the below deployments folder : "jboss-as-7.0.0.Final\jboss-as-7.0.0.Final\standalone\deployments"; JBoss7 would deploy it properly. I would like to do the same for an exploded folder…
Vinay Rao
  • 291
  • 1
  • 3
  • 8
23
votes
2 answers

App_Offline in MSBuild Remote Web Deploy

I have the following task in my MSBuild script to deploy to a remote server using Web Deploy (MSDeploy service):
Nick
  • 1,365
  • 2
  • 18
  • 37
23
votes
1 answer

ASP.NET Core Web.Config publish

When publishing a .Net Core app to a server via WebDeploy, a Web.Config file is created, with stdoutLogEnabled=false. This is overwriting the web.config on the server where I have set stdoutLogEnabled=true. I struggling to find how I set the default…
Dave0504
  • 1,057
  • 11
  • 30
23
votes
2 answers

How exclude certain appsettings files from publishing

I have asp.net core 2 application. Based on documentation i have created .pubxml file for my development environment. I am using web deployment (remote agent) to deploy the web package to target web server. On our build server where, jenkins is…
LP13
  • 30,567
  • 53
  • 217
  • 400
22
votes
5 answers

Laravel deployment... there is a standard way?

I'm starting to use Laravel 4 seriously in my projects. I understand that this framework offers many advantages when developing RESTful applications. But I understand that there is no consensus about how do deployment / publishing and app using…
James
  • 587
  • 1
  • 7
  • 21
22
votes
2 answers

how to add publishing profile to a new sln in vs2012?

I have read the publishing profiles have replaced WDP but I cannot find decent tutorial how to add and modify pubxml file to my project any help will be appreciated
Elad Benda
  • 35,076
  • 87
  • 265
  • 471