locked
On what basis the aspx.cs pages are grouped into DLLs ? RRS feed

  • Question


  • 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.

    http://msdn.microsoft.com/en-us/library/bb398860.aspx
    http://msdn.microsoft.com/en-us/library/ms228040.aspx

    I have to find out on what basis the aspx.cs pages are grouped into DLLs.
    Is there any rule followed while converting .aspx.cs files into DLL?


    Thanks.
    Tuesday, January 14, 2014 1:23 PM