I am deploying .net core application to IIS using Teamcity and Octopus deploy

Hi ,

I am deploying my Asp.net core application using teamcity and Octopus deploy. I created  Nuget packages and deployed on the IIS . but I am unable to run the application on the IIS. The application runs fine locally. Can someone help me out.

0
3 comments

What does it mean "unable to run the application"? Any errors? Any logs? Are the files there? Is it registered? Are you using the octopus plugin for deployment?

Also check the build. If the build is ok, you might need to check with octopus if the problem is deploying.

We do have some relatively outdated guide here: https://blog.jetbrains.com/teamcity/2015/11/automating-deployments-with-teamcity-and-octopus-deploy/. Things should have improved since.

0
Avatar
Permanently deleted user

There are no errors the Nuget structure and the deployed file structure is completely different .

So the question really here is can we the Nuget pacakges for deployment for .net core application or is there any other way we can do it.

 

 

0

Deploying nuget packages is a rather common task, so yes, it's perfectly possible. You haven't said how you are trying to do it, so we cannot help until you provide details on how.

I'd still suggest to follow the octopus directions on deploying with their services: https://octopus.com/docs/api-and-integration/teamcity

0

Please sign in to leave a comment.