Skip to main content

Questions tagged [webdeploy]

The Web Deployment Tool (Web Deploy) is a command-line tool from Microsoft that is used for synchronizing web site code and content with web servers—and, particularly, IIS. It is also known as Web Deploy, the Web Deployment Tool, and MSDeploy. The name of its command-line executable is msdeploy.exe.

0 votes
1 answer
108 views

Next.js application build Error with '/seed collection failed'||vercel deploy failed

I'm learning on the Next.js Website, and now I have learned Chapter 6 the title is "setting up your database". and then when I was deploying my next application or excute "pnpm run ...
Yasming Meng's user avatar
0 votes
2 answers
61 views

Deploy Next JS 14 on Plesk server

I'm trying to deploy a site to a Plesk server and unlike with previous Next JS versions where you had to edit /node_modules/.bin/next file and add start to const defaultCommand. (you can check ...
NumaX's user avatar
  • 11
0 votes
0 answers
35 views

How can I fix AWS Elastic Beanstalk error

I deployed Node.js project to the AWS Elastic Beanstalk. I created the user and role in the IAM. Role is aws-elasticbeanstalk-ec2-role and it has these following policies: [ AdministratorAccess, ...
James Franzo's user avatar
0 votes
1 answer
129 views

status of 404 (Not Found) after deploy my React Vite project to AWS S3

This is a portfolio site. I used couple libraries in the projects and lots of images. I also deployed the project to github pages a while ago. Would this be the reason I get 404 status? I'm super new ...
natalie chan's user avatar
0 votes
0 answers
37 views

Deploy using FTP not working. Folder created but file not uploaded

When I am trying to deploy it always shows this error: Note: this code created all folders of my project but did not upload files after creating all folders it shows the error please solve this issue. ...
Mostafijur Rahman's user avatar
0 votes
1 answer
53 views

Error CORS header 'Access-Control-Allow-Origin' missing in Django app

Configuring Django restframework CORS Headers My application tries to read a file from an external storage service and receives a response: A request from an outside source is blocked: The Single ...
Max Isaev's user avatar
-2 votes
1 answer
41 views

Deploy flask to the server

The mainstream solution for deploying flask on the server is to package it into an exe and execute it on the server or directly execute the py file. What are the main popular deployment solutions now? ...
郑大海's user avatar
0 votes
0 answers
119 views

Web deployment task failed. Web Deploy experienced a connection problem with the server and had to terminate the connection - Azure App Service

While trying to deploy a ASP.NET 4.8 web app (technically, an outlook add-in) to Azure App Service from Visual Studio, I'm hit with this error: Publish has encountered an error. Build failed. Check ...
Pearl's user avatar
  • 1
0 votes
1 answer
156 views

Azure Web App - Error deploying python (django) application

I'm trying to deploy using the github actions from this repository: https://github.com/ViniciusDevelopment/test-deployment which is basically a modification of the standard project made available by ...
Vinicius Maciel Pires's user avatar
0 votes
0 answers
33 views

(iis) route returning blue screen

I have a react application, and I went to upload it to the local company's server in IIS, but when I try to access the route, a blue screen comes back below I will leave the screen that shows the ...
Leonardo Henrique da Silva's user avatar
0 votes
0 answers
31 views

ShadowCopy and MSDeploy on .Net 6

I am trying to solve the issue of my site's dll being locked on deployment. Reviewing this article: https://weblog.west-wind.com/posts/2022/Nov/07/Avoid-WebDeploy-Locking-Errors-to-IIS-with-Shadow-...
Ethan Schofer's user avatar
0 votes
1 answer
110 views

Deploying .Net Core app fails because dll is locked

I'm having a deployment issue. With a .Net 6 application, it frequently fails to deploy because the main dll is locked. According to the documentation, I can use an app_offline file to manage this. ...
Ethan Schofer's user avatar
1 vote
1 answer
313 views

How to fix azure deployment error : deployer = ms-azuretools-vscode deploymentPath

I am gonna deploying react app by vscode. I clicked "Deploy to Web app" in left side of vscode with build folder this is the logs 5:01:32 PM ...: Starting deployment... 5:01:32 PM ...: ...
Artem's user avatar
  • 11
0 votes
1 answer
47 views

Encountering Server Error (500) During Website Deployment Without Clear Error Messages On Render.com

During deployment on Render.com, I encounter a Server Error (500) without receiving any warnings or errors in the logs. Interestingly, only pages that don't interact with the database load ...
Bruno Morici's user avatar
0 votes
0 answers
43 views

Using web deploy for Blazor app in GitHub Actions

I have a site written in Blazor Server hosted on some third-party server. The command dotnet publish --configuration Release /p:PublishProfile=myPublishProfile.pubxml successfully builds and updates ...
qki's user avatar
  • 1,889

15 30 50 per page
1
2 3 4 5
82