2,307 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
31
views
Orchard Core IIS Deploy without App_Data
When deploying my Orchard Core site to IIS using Web Deploy in Visual Studio, it also deploys the App_Data folder, which is overwriting some files that I don't want to be overwritten. I have tried ...
0
votes
0
answers
40
views
Web Deploy task failed. (Failed to complete request to remote agent URL)
I am trying to deploy a .NET Framework application to a Windows Server VM in Azure. I am able to build and deploy the application using Visual Studio to the VM, but I am not able to deploy the same ...
0
votes
1
answer
46
views
MSDeploy Unauthorized with command
I have an IIS server with MSdeploy installed in order to deploy my site. I'd like to deploy my site in a pipeline on gitlab and so I run the command :
msdeploy -verb:sync -source:package="\publish\...
0
votes
1
answer
101
views
MSDeploy to Azure Web App is returning 401
I have an Azure Web App, and have added the publish profile into Visual Studio. When I run a Web Deploy, it works. All I want to do is that exact same deployment, but from the command line. Here is ...
0
votes
0
answers
66
views
How to set Application Pool using msdeploy.exe cli when syncing IIS
I'm trying to write a script to install and sync certain applications on two IIS. Right now I'm using a .bat file in combination with PowerShell scripts to active this:
@echo OFF
rem set paramiters
...
1
vote
2
answers
189
views
Entity Framework Core - Web Deploy is Missing SQL Server Management Object Dependency
Currently I'm trying to do Web Deploy ASP.NET CORE Project which using EF Core to a Remote IIS Server, I checked this flag to perform EF Migration on Publish:
But unfortunately I got missing ...
0
votes
0
answers
58
views
I want to deploy Node Js directly to IIS without going through the intermediate step (URL Rewrite)
Today I have a question about Deploy.
I want to upload Node JS to IIS. But when I researched, I only saw instructions on how to use IISNode, PM2,... to run the source under localhost and then Rewrite ...
1
vote
1
answer
877
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 ...
0
votes
3
answers
3k
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 ...
0
votes
1
answer
895
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 ...
0
votes
1
answer
78
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 ...
0
votes
0
answers
282
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 ...
0
votes
1
answer
198
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 ...
0
votes
0
answers
66
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 ...
0
votes
1
answer
459
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. ...