<%@ Page Language="
vb" AutoEventWireup="false" CodeBehind="Default.aspx.
vb" Inherits="WebApplication2._Default" %>
If what you said it true(compiled the file specified as part of the dynamic compile process), then the project must refer to the code behind files every time the project run. My project is web application project. So how to make it so that the project do not have to refer the code behind files but refer to .dll when run the project and can also remove/delete the code behind in root?