Publish ASP.NET classic project to iis
Answered
Hi,
Is it possible to publish my ASP.NET classic project to iis? When I try to set up a run/debug configuration, there is no option to select my project or publish profile, and it says on the bottom that my project is not specified or not publishable. I would love to be able to do this so I can ditch visual studio!
Thanks,
Ben
Please sign in to leave a comment.
Hello,
To deploy a classic ASP.NET project, right-click on the project in the Solution Explorer and choose "Advanced build actions | Package selected project" from the context menu. JetBrains Rider will generate a deployment package in the form of a .zip file, which you can then deploy using the MSDeploy command line.
https://stackoverflow.com/questions/12780720/how-to-deploy-package-zip-into-specific-site-under-iis-using-msdeploy
Here is a ticket in our tracker for supporting this functionality.
Kind regards,
Sofya.