This post discuss about general ASP.NET 2.0 application and page framework. Application Location Options- With ASP.NET 2.0 you have the options to create an application with followings: File System – uses Visual Studio 2005 development server Local IIS – uses IIS as web application server FTP Site Remote Site Page Structure Options – ASP.NET 2.0 provides two paths fro structuring the code of your application. Code Inline Model – All the code contained in a single aspx file...