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