I am working on a website project which contains around 1130 pages. After compilation, all my .aspx.cs files are converted into DLLs.
My problem is whenever there are any changes in .aspx.cs file, I have to compile and deploy entire project on the server.
When I checked the bin folder then I found that there are around 22 DLLs created starting with name ‘App_Web’.
I have checked the following links which say that DLLs are randomly created which have different name for each compilation.