I have many pages on my site, I am trying to come up with a good way to divide them into areas that are a bit isolated, than just simple directories in my basic web project. Is there a way to host my web forms in a separate class library? If so, how is this done?
Thanks in advance.
At first I thought, I donβt think itβs possible, because ASPX is not precompiled.
, Page, DLL . , , , ( ).
Page
: ?
, " " , , , .
, , - , , , .
.
, , , , , . N-Tier aproach ASP.NET MVC ?
?
VirtualPathProvider. , , DLL.
, , ASP.NET, FindControl.
. - ASP.NET - ASP.NET. ASP.NET 1.1, .
ASP.NET - Visual Studio 2008 http://www.robpaveza.net/pub/aspnet-web-app.png
, , , , , DLL.
-, ASP.NET . , , DLL, ; , , ( , ASP.my_homepage_aspx), , , .
, , , aspx . Build Events, -
if exist "$(TargetDir)WebForm1.aspx" move /Y "$(TargetDir)WebForm1.aspx" "$(ProjectDir)WebForm1.aspx"
Source: https://habr.com/ru/post/1699443/More articles:Do I need an SSL certificate for a simple community site? - securityDoes ASP.NET Development Server Model IIS6 or IIS7? - c #Associated with disabled architecture in asp.net - asp.netDownload the file and get a headache - htmlfile: Access Denied - internet-explorerMulti-platform SQL query calculator - sqlGetting client system information from a Rails application - ruby ββ| fooobar.comUsing events declared in Visual Basic 6.0 in a dotnet application - .netwhy download only for apt-get cron job - cronWhat are the advantages and disadvantages of using the "Partial Index"? - databaseSaving Using Hibernation / JPA - javaAll Articles