ASP.NET Web Application - publishing - not creating individual assembles (dlls) for each aspx page

OrionSoftTechnologiesSydney

I have a ASP.NET Web Application in Vs2012.

While publishing locally, Visual studio is not generating individual assembles (Precompiled Dlls) for each Aspx page ( eg. App_Web_MyPage.aspx.someNumber.dll), instead it creates only the main Dll. If I do this on Web Site project, it generates. Both are having the same Advanced precompile settings.

I want to create individual Precompiled assembles (Dlls) for each aspx page in a WAP. Any suggestions?

Newse

Sounds like the asp.net merge tool is running automatically when you publish your site. Take a look at the configuration options for publishing -> Advanced Precompile Settings.

http://msdn.microsoft.com/en-us/library/hh475319(v=vs.110).aspx

We used to handle custom merge scenarios, in our continuous build, by adjusting our ant and msbuild files that were calling the compiler and merge tools directly for asp.net projects a few years ago.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

How to customize the login page of ASP.NET Core web application with Angular Individual user account authentication?

From Dev

Determine correct connectionString for web publishing for ASP.NET-MVC application

From Dev

ASP.NET Web Application Does not Autoredirect to Default.aspx

From Dev

ASP.NET 5: Where are my output DLLs when publishing?

From Dev

creating "sticky notes" in asp.net c# web application

From Dev

Create a form on an ASPX page in asp.net

From Dev

ASP.NET: Call .swf in .aspx page

From Dev

Regex not working in asp.net(.aspx page)

From Dev

Configuration of publishing an ASP.NET web site

From Dev

Executing Gulp task(s) only when publishing ASP.NET 5 web application

From Dev

Executing Gulp task(s) only when publishing ASP.NET 5 web application

From Dev

Web Application publishing failed - Visual Studio - C# - ASP.NET

From Dev

ASP.NET Web Forms call embedded VB Code from another aspx. page

From Dev

How to Add API controller (Web API 2) in Asp.Net (aspx) application C#

From Dev

Unable to upload a file inside my Content folder, after publishing my asp.net mvc web application to IIS

From Dev

Unable to upload a file inside my Content folder, after publishing my asp.net mvc web application to IIS

From Dev

ASP.NET Core page not found when publishing to IIS

From Dev

ASP.NET Core application debugging without publishing on IIS

From Dev

Refresh aspx page in ASP.NET tab panel

From Dev

Integrating a ASP.NET (.aspx) page into a existing Lightswitch project

From Dev

Jqgrid with asp.net [WebMethod] inside aspx page Issue

From Dev

How to return response to .aspx page from Handler in asp.net

From Dev

ASP.net default login.aspx page missing images

From Dev

Refresh aspx page in ASP.NET tab panel

From Dev

ASP.NET SqlException when publishing in IIS Web Server

From Dev

Migrate Existing Web Form Application to ASP.Net MVC Single Page Application

From Dev

Sharepoint 2010 API upload a file with metadata creating a new version from ASP.NET web application

From Dev

how to create master page for already defined web forms in asp.net 2010 web application

From Dev

Individual page authorization based on roles in ASP.NET MVC 5

Related Related

  1. 1

    How to customize the login page of ASP.NET Core web application with Angular Individual user account authentication?

  2. 2

    Determine correct connectionString for web publishing for ASP.NET-MVC application

  3. 3

    ASP.NET Web Application Does not Autoredirect to Default.aspx

  4. 4

    ASP.NET 5: Where are my output DLLs when publishing?

  5. 5

    creating "sticky notes" in asp.net c# web application

  6. 6

    Create a form on an ASPX page in asp.net

  7. 7

    ASP.NET: Call .swf in .aspx page

  8. 8

    Regex not working in asp.net(.aspx page)

  9. 9

    Configuration of publishing an ASP.NET web site

  10. 10

    Executing Gulp task(s) only when publishing ASP.NET 5 web application

  11. 11

    Executing Gulp task(s) only when publishing ASP.NET 5 web application

  12. 12

    Web Application publishing failed - Visual Studio - C# - ASP.NET

  13. 13

    ASP.NET Web Forms call embedded VB Code from another aspx. page

  14. 14

    How to Add API controller (Web API 2) in Asp.Net (aspx) application C#

  15. 15

    Unable to upload a file inside my Content folder, after publishing my asp.net mvc web application to IIS

  16. 16

    Unable to upload a file inside my Content folder, after publishing my asp.net mvc web application to IIS

  17. 17

    ASP.NET Core page not found when publishing to IIS

  18. 18

    ASP.NET Core application debugging without publishing on IIS

  19. 19

    Refresh aspx page in ASP.NET tab panel

  20. 20

    Integrating a ASP.NET (.aspx) page into a existing Lightswitch project

  21. 21

    Jqgrid with asp.net [WebMethod] inside aspx page Issue

  22. 22

    How to return response to .aspx page from Handler in asp.net

  23. 23

    ASP.net default login.aspx page missing images

  24. 24

    Refresh aspx page in ASP.NET tab panel

  25. 25

    ASP.NET SqlException when publishing in IIS Web Server

  26. 26

    Migrate Existing Web Form Application to ASP.Net MVC Single Page Application

  27. 27

    Sharepoint 2010 API upload a file with metadata creating a new version from ASP.NET web application

  28. 28

    how to create master page for already defined web forms in asp.net 2010 web application

  29. 29

    Individual page authorization based on roles in ASP.NET MVC 5

HotTag

Archive