Where is being stored the compiled class of aspx page? Not code behind class. I know code behind classes are stored in a dll located in BIN folder with a name of the project. But how about the aspx pages? Changing them has the great advantage of not reseting the site session, so I started using them a lot - cause I can make changes at any time without worring that session will be reset, as it happends when I change DLL in BIN folder.
But I am wondering where is the assambly of the aspx pages. It is compiled when the page is visited for the first time. Right?
And the main question is weather this assambly as efficient as the one in BIN folder? Can I use it a lot without decreasing the performance?
But I am wondering where is the assambly of the aspx pages. It is compiled when the page is visited for the first time. Right?
And the main question is weather this assambly as efficient as the one in BIN folder? Can I use it a lot without decreasing the performance?