Wednesday, November 2, 2022

Difference between website and webapp

 In website we have codefile in aspx page

example

<%@ Page Title="" Language="C#" MasterPageFile="~/cms.Master" AutoEventWireup="true" CodeBehind="login.aspx.cs" Inherits="cadre_mgmt_system.WebForm2" %>


and in webapp there is codefile property in aspx page



In webapp there is designer file for each aspx page but in website there is no designer file for each aspx page.


For webapp ->When we click on build website, in visual studio-- dll files will be create in debug and bin folders.

No comments:

Post a Comment