Failed to start AWS BeanStalk in .net?

Hi, I tried downloading and deploying a sample web service in an AWS beanstalk environment as described in the tutorial,
but when I try to deploy my own web service, an error occurred:
The web site deployment failed due to errors while building the deployment archive , for more information about viewing the output window of the visual studio "Build" and / or "Amazon Web Service".
I could not get a solution to why and how the error appeared. I tried to change the start page and tried to deploy several times, but not use it
. I have a web service with a database, without importing the database I can run it locally, but an error occurred while deploying to beanstalk and failed.
Can anyone help me with this. Note: the error in the output windows is not completed. = 0 failed = 0.
Thank you.

+3
source share
1 answer

In my case, I opened the log file in the folder C: \ Users \% username% \ AppData \ Local \ AWSToolkit \ logs

If you run the long msdeploy.exe command below, you may find an error. In my case, he tried to expand a folder that did not exist in my temporary directory:

C: \ Users \% username% \ AppData \ Local \ Temp \ AWSDeploymentArchive_PROJECTNAME \

I created this folder manually and it seems to work :)

+3
source

All Articles