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.
download app source code from Azure app service
Samuel Tilakraj
6
Reputation points
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