How can I deploy to AWS with Visual Studio 2019 (Windows Application) Clickonce deploy tool
Hi
I made a product with Visual Studio 2019 (Windows Form Application) .
Now, I deploy on clickonce deploy tool by Visual Studio 2019 to FTP Server.
I want to deploy to AWS Cloud without FTP Server.
How can I deploy to AWS with Visual Studio 2019 (Windows Application) Clickonce deploy tool.
Please answer.
Hi.
Did you come from here?
https://docs.microsoft.com/en-us/answers/questions/869232/how-can-i-deploy-to-aws-cloud.html
Thank you for listening here! I was the one who answered in the MS Q&A. For MS Q&A, please write this link and make it resolved.
By the way, Visual Studio and AWS Toolkit for Visual Studio do not have the ability to deploy ClickOnce directly to AWS services.
We assume that you want to publish ClickOnce on the public internet.
You should first output ClickOnce locally. And since static content can be published on S3 etc., it seems good to place ClickOnce.
I will add additional information for you. Please wait.
Relevant questions
Lightsail Windows Server 2019
asked 3 months agoAWS WorkSpaces Windows Bundle choice
asked 2 years agoHow to correctly deploy a NodeJS Lambda Function from Visual Studio 2022
asked 4 months agoUsing tags with spaces with cloudformation deploy
asked 3 years agoHow can I deploy to AWS with Visual Studio 2019 (Windows Application) Clickonce deploy tool
asked a month agoEC2 - Windows 2019 with containers: call service on host
asked 3 years agoHow to deploy 4 lambdas in typescript using a code pipeline ?
asked 4 months agoTrouble with "Deploy a Web Application on Amazon EC2" training module
asked 19 days agoFailed to deploy application, new alive healthy instance declared dead
asked 2 years agoElastic Beanstalk Error deploy python flask application sqlite3
asked 16 days ago
I have published a way to publish ClickOnce in an S3 bucket.
https://dev.classmethod.jp/articles/wipamazon-s3-visual-studio-2022-clickonce/