download app source code from Azure app service

Samuel Tilakraj 6 Reputation points
2021-04-29T16:06:55.717+00:00

I have deployed my app to azure website and wanted to view and download the source code from the site if needed. I am able to connect to the file system of my web service using Kudu. However, the wwwroot directory only has .dll and .exe files. I can't see any of my source code or the directories such as Controllers, Views, etc. How do I see the text source code?

Samuel

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,937 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sidharth Sharma 1 Reputation point
    2021-05-03T04:55:03.463+00:00

    If you've enabled RDP on your server then you can go in and see all of your pages. The source will have been compiled into the dll files so will be harder to read, but you could use somthing like ILSpy to open it if you've lost the other copies.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.