I've published my MVC project and now i need to edit the startup.cs file But when i check the published files in the hosting files i only able to see files for Models , Views , Content (css) But there's no files for this class (Startup) or even the controllers.
is there a way to edit or even find this file without publishing the entire website again ?