Click here to Skip to main content
15,891,513 members
Everything / DevOps / Deployment

Deployment

deployment

Great Reads

by Mohamed Kalmoua
This article describes how you can deploy your application using ClickOnce and Windows Installer technology.
by Habibur Rony
This will cover how to use Domain Driven Design in your application according to the Onion Architecture. There are short descriptions about architecture Category / Style, N-Layer / N-Tier Architecture, Template Method Pattern and Facade Design Pattern.
by Monjurul Habib
How to: ASP.NET 4.0 Routing and Ext.NET.
by DannyVarod
Fast, stable and powerful creation of NuGet packages

Latest Articles

by Ruslan Shkarin
A step-by-step guide on how to easily perform code quality checks with AWS CodeBuild.
by ToughDev
How to install Microsoft Web Deploy on Win7
by Sauradipta Chaudhury
This is a coding solution to use Application Settings and Connection Strings sections under Configuration Menu in Azure Functions V2.x and above to store configurable entries.
by Arctype SQL
Easily deploy PostgreSQL pod in Kubernetes

All Articles

Sort by Updated

Deployment 

13 Jan 2024 by Ruslan Shkarin
A step-by-step guide on how to easily perform code quality checks with AWS CodeBuild.
7 Dec 2023 by Maciej Los
It is not recommended to embed over 2 GB data in a single installer file. I'd suggest using technique known as a bootstrapping. As you probably know, while installing Visual Studio, you get a small version of installer (network installer) which...
7 Dec 2023 by Gennady46
Hi, to make it brief, I added into Visual Studio 2022 Windows Installer, it is supposed to be .MSI Setup project. I added all the files and folders as well as logo into the project. In settings, I changed directory name and desktop link and...
7 Dec 2023 by Dave Kreskowiak
Quote: I would want to run the installer on both 32-bit and 64-bit target machine, as far as I know x86 option should work for both, or maybe I am wrong, The 32-bit installer will install on both 32 and 64-bit Windows, but on 64-bit Windows,...
16 Nov 2023 by Vardaan Grover
I am facing issues deploying my Flutter web app to Firebase Hosting. The deployment process was working fine, but now I'm encountering a persistent HTTP 400 error with the message "Precondition check failed" during deployment. The deployment...
23 Jul 2023 by Dragynjump
I'm trying to deploy my website with heroku and I'm 90% of the way there. My problem is that when I try to deploy I get an error message that tells me flask_bcrypt isn't found. The reason is because it's not appearing in my requirements.txt file,...
23 Jul 2023 by Richard MacCutchan
See Deploying a Python Flask Example Application Using Heroku – Real Python[^]
23 Jul 2023 by Dragynjump
I'm looking to deploy a website I made using flask, but I need help finding the right web host. It contains a python configuration file, html files within a "templates" folder, a css page, several javascript files, and images contained within a...
23 Jul 2023 by Richard MacCutchan
See Deploying to Production — Flask Documentation (2.3.x)[^]
23 Jul 2023 by Graeme_Grant
I am not a python dev, so I did a quick search: flask web hosts - Google Search[^] and found this article: Top 10 Flask Hosting Providers | A Comprehensive Guide[^]. If you check the search, there are more...
2 Jul 2023 by Aarón Barreira Diz
Greetings, I have a database that I have generated in SQL Express 2014 (its version right now is 12.0.2000.8). However, I have noticed that when adding it to Visual Studio 2017 as a local copy (to make it server independent), the version is...
2 Jul 2023 by Andre Oosthuizen
You can try and copy files manually, we had an instance beforw with different files and the following seemed to work for us, in your case the following might help - Visual Studio's SQL Server Local Database tools and packages are designed to...
30 Jun 2023 by Aarón Barreira Diz
I have a solution in Visual Studio 2017 with 3 projects, the main and running one is Dashboard and manages the forms. AppBehaviour controls the operations that intermediate between the forms and the databases. DatabaseBehaviour is the one that...
30 Jun 2023 by Graeme_Grant
Which Package(s)? Make sure Build Action = Content, not None. Also, check out this article: Silent ClickOnce Installer for Winform & WPF in C# & VB[^]
19 Jun 2023 by RAHUL(10217975)
I am trying to deploy Python flask app in IIS python Code from flask import Flask # Create a Flask application instance app = Flask(__name__) # Define a route and a corresponding function @app.route('/') def hello(): return 'Hello, World!'...
19 Jun 2023 by Richard MacCutchan
Check that your settings match those that are listed at https://medium.com/@dpralay07/deploy-a-python-flask-application-in-iis-server-and-run-on-machine-ip-address-ddb81df8edf3[^].
30 May 2023 by stdout
Hi all, i need to deploy a .NET Core WebApi project to an dedicated VM with IIS. The build step works and puts all into a .zip package. The VM and WebDeploy Agent is configured and works well deploying via msdeploy from my local...
7 May 2023 by ToughDev
How to install Microsoft Web Deploy on Win7
27 Feb 2023 by Agnib Pyne 2022
Hi All, I am developing a whatsapp bot as per the client requirements, using python and mongodb. Currently, am using Twilio to test the app but I need to deploy the bot with my client's own number. That support is not available in Twilio, I...
20 Feb 2023 by Richard MacCutchan
See Learn about building, deploying, and managing your apps on Heroku.[^]
20 Feb 2023 by Agnib Pyne 2022
Hi All, I have developed a web application using .Net Core API, Angular and PostgreSQL. Also, a whatsapp chatbot has been developed using Python, Twilio and MongoDB. Now, I want to deploy these for client use and planning to host these in...
19 Feb 2023 by ahmed_sa
I working on dot net core app . I have application already publish and deploy on iis so i make change on c# code only so how to transfer changes only are taking only bin folder from published then transfer it to iis or what What I have tried: ...
19 Feb 2023 by Richard Deeming
Publish an ASP.NET Core app to IIS | Microsoft Learn[^]
14 Feb 2023 by Muhammad Taqi Hassan Bukhari
I have an website that I deploy for a customer that was working fine, but now it gives this error.The current identity (IIS APPPOOL\abc.com) does not have write access to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files'.Description: An unhandled exception...
14 Feb 2023 by Christopher Zahrobsky
Don't add permissions. Just change the TEMP directory for ASP.NET in your web.config file! ...
23 Jun 2022 by Member 15685311
My friend offloaded a beta app onto my iPhone using Xcode, I need to extract the Xcode project from my iPhone and import back into Xcode so I can make revisions. He has moved away so I can no longer access the original file or containers. I need...
23 Jun 2022 by OriginalGriff
The process you are looking for is called "decompilation" and it's going to produce something that will take an expert quite a lot of time to understand before he could even start to think of modifying it. It's also probably a malicious act given...
19 Dec 2021 by Devendra Sarang
I have developed on application using C# language in visual studio 2019. Now when i am deploying on another system it is giving error Could not load file or assembly 'cli_cppuhelper" like this https://i.imgur.com/ZjdirIy.png[^] what i am...
19 Dec 2021 by #realJSOP
From what I could find on google, that dll is 32-bit only. That's why it works when you "prefer 32-bit".
19 Dec 2021 by OriginalGriff
You can't mix 32 bit and 64 bit components in the same application: a process if either 32 bit or 64, and cannot change while it is running. I told you this yesterday: 'Project_name. Exe' targeting 'AMD64' is not compatible with the project's...
18 Dec 2021 by Devendra Sarang
I have developed one software in C#. Now I am creating setup project and add all the Prerequisites that are needed in project. Now i want that setup should be working in 32 bit operating system and thats why i am setting " target platform =...
18 Dec 2021 by OriginalGriff
"x86" says "Build a 32 bit app" instead of "Build a 64 bit app" - and all components of an app must be built for the same word size as the Process cannot switch between them on the fly: either memory addresses are 32 bit wide, or they are 64 bits...
16 Dec 2021 by Sauradipta Chaudhury
This is a coding solution to use Application Settings and Connection Strings sections under Configuration Menu in Azure Functions V2.x and above to store configurable entries.
18 Nov 2021 by Devendra Sarang
I have developed one software in C#. Now I am creating setup project and add all the Prerequisites that are needed in project. Now i want that setup will install the database along with setup. It will check that database is exists or not. If...
18 Nov 2021 by OriginalGriff
It's pretty easy to check: IF NOT EXISTS (SELECT Name FROM master.dbo.databases WHERE Name = 'MYTestDatabaseName')
21 Aug 2021 by Davood Riazi
Hi, When I want to deploy the SSIS package in vs 2017 and I got the below error message. Can someone guide me on how to resolve this issue? Thanks, TITLE: SQL Server Integration Services ------------------------------ An error occurred during...
21 Aug 2021 by Davood Riazi
I solved the problem : fist I renamed the SSIDB database to SSIDB2 as below script : USE SSISDB GO ALTER DATABASE SSISDB SET SINGLE_USER WITH ROLLBACK IMMEDIATE GO ALTER DATABASE SSISDB MODIFY NAME = SSISDB2 GO ALTER DATABASE SSISDB2 SET...
19 Aug 2021 by Richard MacCutchan
See Linked server connection fails with “An error occurred during decryption” | Microsoft Docs[^]
10 Aug 2021 by vaibhav shelar
First check if your framework folder (C:\Windows\Microsoft.NET\Framework64\v2.0.50727/v4.0.30319) has this "Temporary ASP.NET Files". If not then create one with this name. Then check for permission (Properties -> Security -> IIS_IUSER -> Allow...
29 Jul 2021 by abhimestry
Application is hosted successfully. But users are complaining that they are unable make login into system. Application Pool is did not stopped. SQL services also did not stopped. What I have tried: Checked whether application pool is working or...
29 Jul 2021 by OriginalGriff
Since it's a live system, you can't really use a debugger - so you will have to fall back on older, more long winded debugger techniques. Start by "peppering" the appropriate code with logging statements: to a file, or a DB, or whatever is...
21 Jul 2021 by sencsk
Hi Team, We have implemented SSR in our angular website and its working fine as expected. When we deployed it to QA instance in the iis its working fine. But the same code we moved it to UAT instance images are not loading. We are not sure why...
18 Jun 2021 by Nilson Araujo
I've deployed an application in React to IIS on Windows. A basic system, a login screen and a dashboard screen. Upon logging in, it drops to a dashboard screen. And on the panel screen, if I press F5 the 403 error occurs. My routes are:...
17 Jun 2021 by PRASHANT MALIK 2021
I am looking for alternates of manual deployments in Windows servers. I have two types of applications and I follow the below manual steps which I want to automate. : 1. Window Services (written in C#) Backup the existing folders -- > Download...
7 Jun 2021 by Roh Jos
So what I have is I'm using nodejs/express for website. I am also using another javascript module called spacy-js. To make spacy-js work, I have to run a python file in the spacy module like "python node_modules/spacy/api/server.py" in 1 terminal...
17 May 2021 by pkaelin
Has anyone some experience when it comes to change & release management and legal, compliance or audit requirements (country dependent)? Can you share some of your legal (country dependent), compliance or audit requirements? We already have a...
14 May 2021 by Nguyễn Duy Bình 2021
Hi I writing .htacess for website but add RewriteRule and run web error Internal Server Error Convert link: touchme.vn/me?i=admin --> touchme.vn/me/admin I sent systax: RewriteEngine ON RewriteCond %{THE_REQUEST} /([^.]+)\.php [NC]...
12 May 2021 by SeanChupas
As Richard said, you need to consult a lawyer. I would not trust any legal advice that you find on this site.
8 May 2021 by RickZeeland
A modern way is to create a REST API, you could use ASP.NET Core for this. See: best-web-frameworks-to-create-a-web-rest-api~asp-net-core[^] ASP.NET Core has a bit of a learning curve though, if your needs are simple using a database and network...
8 May 2021 by Member 14116196
I need to develop two different application hotel managemnt systems and restaurant management system so the restaurant can post payment to the hotel sometimes how can I achieve that what did you recommend? What I have tried: my both...
8 May 2021 by PIEBALDconsult
The two applications should share a common back-end code. Always think in layers.
31 Mar 2021 by Arctype SQL
Easily deploy PostgreSQL pod in Kubernetes
24 Aug 2020 by MrGlass3
I am coming from .NET Framework where I used ClickOnce to publish updates to my software for computers on our private network. I'm trying to transition to .NET Core moving forward but ClickOnce is not available for .NET Core apps. I tried MSIX...
24 Aug 2020 by Garth J Lancaster
Have you thought of using the Wix Installer Tool-Set to build an MSI - which can have custom screens, options ? .. I haven't tried this one myself (ie Wix on a Dotnet Core project) - there's an article here that demos using it for WinForms, I'm...
16 Jun 2020 by Richard Deeming
Quote: Downloading https://.../PrivateBrowser.exe.config did not succeed. The remote server returned an error: (404) Not Found. I assume you're hosting your files on IIS. By default IIS is configured not to allow static files to be downloaded...
16 Jun 2020 by abdul subhan mohammed
Dear All, I have created a browser using 'CefSharp' in WinForms C#. From 3 days I'm trying hard to convert my application to ClickOnce but unfortunately, I'm getting failed every time. I signed the manifest and provided the required FTP and...
16 Jun 2020 by RickZeeland
This could be an SSL problem, the simplest solution is probably to upgrade to a newer .NET version. Also see: ServicePointManager.SecurityProtocol Property (System.Net) | Microsoft Docs[^] And: TLS 1.2 and .NET Support: How to Avoid Connection...
21 Apr 2020 by Richard Deeming
That runtime language pack can be downloaded from: Download .NET Framework 4.7.2 - PTB Language Pack[^] There's a list of available language packs under "Advanced downloads" on this page: Download .NET Framework 4.7.2 | Free official downloads[^]
21 Apr 2020 by Vikash Vyas
I had converted the WPF installer to the English to Portuguese (Brazil) also set the prerequisite. While I build the setup project it gives an error related to the Microsoft framework and 'Visual C++ "14" Runtime Libraries (x64)' ERROR: To...
18 Apr 2020 by RickZeeland
Maybe the answers here will be of help: vue.js - How to deploy Nuxt with IIS - Stack Overflow[^]
8 Feb 2020 by Aram Tchekrekjian
How to create and deploy your first ASP.NET Core Web API on IIS
29 Jan 2020 by Afzaal Ahmad Zeeshan
Quote: 5 resource groups with 1 app each and the apps are the same for now, in the future they might have some specific params of deployment. I recommend that you use DevOps tools to automate this. Infrastructure as Code is one big term that comes to mind when this approach needs to be taken...
29 Jan 2020 by Member 14637786
Hello, I'm looking for a good solution that would allow to deploy app from azure devops repo to azure cloud but multiple times like e.g. 5 resource groups with 1 app each and the apps are the same for now, in the future they might have some specific params of deployment. Also I want all the...
10 Jan 2020 by Member 14712992
yesterday I made some changes to code and merged it to the develop branch without testing on dev or stg first as the approver of PR was about to leave. After merging the code I tested on dev but the build failed due to some other dependency. I know I should've tested before merging to develop...
10 Jan 2020 by Dave Kreskowiak
It isn't possible to answer this. What get deployed depends entire on your source control setup, how you manage branches, and your build process, which we know nothing about.
5 Dec 2019 by Member 14679282
add tempDirectory="d:\local\temp\ field in compilation Tag inside system.web in wweb.config to remove the error("The current identity (IIS APPPOOL\abc.com) does not have write access to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files'")
8 Aug 2019 by Member 3906768
I am unable to get a file to copy during installation. Here's the background. This is a Winforms project, C# in VS2017. It connects to a local MSAccess database. I need to install this .accdb where any user running the application can read and write to it. In my Solution, I'm working with a...
8 Aug 2019 by Gerry Schmitz
Keep a "master" in the installation folder and copy; or generate it in the app folder on first time use.
11 Jul 2019 by totlec7
I have a standalone TFS server machine version Tfs2018.Update3.RC that has recently been migrated to another physical machine. I also have several remote test servers that I deploy selenium tests to via the Release Pipeline with Deployment Groups and remote agents installed on each of the...
8 Apr 2019 by Muhammad Usama Khan
What is the concept of DevOps? How does DevOps affect our daily life work. What are the different DevOps tools?
13 Feb 2019 by Surender Singh (CodeToastDev)
I work in a team that heavy supports full deployment procedures for .NET application maintenance projects. That means taking everything from TFS, build it and dump it on the Web server. It also requires overloading TFS with keeping every file from website including images, third party dlls, temp...
13 Feb 2019 by Richard MacCutchan
Best deployment strategy[^].
9 Feb 2019 by ashriv
I am working on outlook (2016) add ins using VSTO and C#. I have created a setup to install my VSTO add ins and it works. There is a manifest xml file too for same add ins. User can add custom add ins by manifest xml through outlook web app. Once it added through outlook web , it's available...
29 Jan 2019 by viprat
Hi, I have created application with Angular 6 and its calling node express js APIs. What I have tried: How to deploy both the application in IIS? I found that we need IISNODE for node js deployment. is that any way that i can deploy both the project in IIS with out iisnode. Thanks...
20 Aug 2018 by Mad_hatter
Hi All, I've been experimenting with Visual Studio Code and I've created myself a nice little web api project (which works :-) However, now I have the problem that I don't seem to be able to find the deployment options (I'm not going to azure, I'm deploying to an IIS/windows hosting account...
8 Aug 2018 by DANIEL_PD
Hello, I am encountering a issue deploying my software. I created an VS Setup Project in order to install my software to different computers. Some of the computers are running german windows, some italian and some english. I want to have SQL Server Express and .Net Framework as prerequisites...
1 Aug 2018 by Vincent Maverick Durano
Perhaps you may want to consider URL Rewrites? Scott Forsyth's Blog - IIS URL Rewrite – Hosting multiple domains under one site[^]
1 Aug 2018 by King Fisher
There is a site which was created long back in IIS with in Default Website. for example site accessible through : http:mysite.co.in/myapp/login.aspx Actually, files are deployed in this location "C:\inetpub\wwwroot\myapp" Now I wanted to deploy the application out side the Defaultwebsite as its...
23 May 2018 by Patrice T
Quote: Want a solution. New to this. Even if I get a code, shall be thankful. As of now have managed to design a form. Need a complete foolproof solution and code to run queries Think about hiring a professional programmer. Hire Freelancers & Find Freelance Jobs Online - Freelancer[^]
23 May 2018 by Member 13840636
develop a small web based Java application on your local system and prepare the deployable executable jar files. • Develop a simple web based employee application using a two-tier architecture • Use JDK version 1.6 or above • Application will be deployable as jar file on Tomcat web server....
6 May 2018 by Majdi Saibi
Automating code deployment with Github and Azure
28 Mar 2018 by Manjunath Matathamana
Angular framework is useful for building Single Page Apps and Progressive Web Apps. This article covers everything you need to know about deploying an Angular application in under 2 minutes.
18 Mar 2018 by Graeme_Grant
You need to manually add the SQLite.Interop.dll file and folder to your solution's main project for the type of build that you are using. When you are ready to publish, check and tell your installer to include them. You can find the file and folders in the ...
18 Mar 2018 by Member 13199484
hello i am trying to deploy a wpf application with sqlite database and target .net framework 4.5.2, when i install the application its work ion my machine (the same machine i develop the application on) but when i install the application on another devices its not working. i search a lot for the...
18 Mar 2018 by peterkm
Please check windows event log, as there can be more info about the cause of errors... It can be found in Event Viewer, in particular Application Log and System Log might help ... Cheers,
13 Feb 2018 by Ammar Shaukat
I'm currently working on WPF .NET Application with C# . We frequently release updates and for each update , we have to send the new setup.exe file to our production team. They install that newer version of Application every time, which is not a good approach. I've heard about OTA Updates...
13 Feb 2018 by Graeme_Grant
We use ClickOnce and it works well. I have written an article on it: Silent ClickOnce Installer for Winform & WPF in C# & VB[^]
13 Feb 2018 by RickZeeland
You could try Squirrel: [website] Quote: It's like ClickOnce but Works
5 Dec 2017 by Zen'o_179
Hi, I've written an application in C# with SQL server compact 3.5 database as back-end engine. I've successfully deployed this application in an x64 Windows 7 virtual machine running on my development machine. However when I take this setup to another computer and install it, it installs good...
28 Nov 2017 by Boy Imba
Hi everybody, i got stuck with Deploy Cefsharp Browser using Squirrel.Windows over 2 months. What I have tried: I tried deploy so many times Cefsharp with Clickone but it wasnt worked successfully. Please help me a tutorial. From bottom of heart, thank you so much! This is my sln file:
27 Oct 2017 by Zen'o_179
Hi, I have written an application in Visual studio using SQL Compact Database. I have been trying to create an .exe file with DotNET framework 4 integrated and the Sql compact database installing itself automatically at installation since its Sql server compact. I've read online told SQL Server...
7 Sep 2017 by palraj001
Hi All, I have a windows application developed with C#.NET and SQL server as Backend. I am going to make a link for downloading application from web. After downloading (file has my windows application and DB MDF &LDF files) my application should run without installing SQL Server. ...
1 Sep 2017 by hayjor2
in a web deployment where to locate the code behind files for keep secured, i dont know where to locate them, im already locate them in with my aspx files in order to the application works, but i dont know if is the best practice What I have tried: Im not sure in where to locate code behind...
1 Sep 2017 by Dave Kreskowiak
Yes, that's where they should go. Moving the files will break your app. IIS is configured to not return those files to the client so there's no way for the client to get at them. You have a much greater security risk in the code you've written than from the server sending those files to the...
24 Aug 2017 by Kokombads
I was trying to deploy my MVC web app to another computer that has no Visual Studio installed, so I was following this. On number 6 it says "In the center pane, under Management, double-click Management Service", but I couldnt find the Management Service icon. I tried searching it via Web...
3 Aug 2017 by Member 13343454
Merhaba, I have a question regarding your walkthrough how to create a windows service and deploy it with the setup project. It is very easy descriped and I want also to uninstall the service with the setup project but I just do not get it and find on this topic nothing useful on the Internet....
30 Jul 2017 by punit.vk
I have two user types for login,Admin and other user. Idle auto logout for Admin should be 2 hrs(120 min), for other user it should be 15 Min. For admin user after being idle for more than 20 minutes,application leads to auto logout to login page. As per my requirement auto logout for admin...
30 Jul 2017 by Kornfeld Eliyahu Peter
I would think of this: Configure Idle Time-out Settings for an Application Pool (IIS 7)[^] By default you whole working process goes down after 20 minutes of inactivity, and the session (in process by default) goes with it...
21 Jun 2017 by JatinKhimani
I know that is this question has dozen of answers and posts, but nothing works for me. We have my MVC4 application and i deployed it to IIS7 to my server and one more machine where we don't have visual studio installed. We are doing import/export data from/to excel for doing bulk entry. we do...