The "Intranet" component refers to the internal web portal used by staff to access these modules. Unlike the modern "Yardi Breeze" or client-server applications that run on local desktops, the is a web-based interface accessed via a browser (Internet Explorer, Edge, or Chrome).
The portal must be hosted on Internet Information Services (IIS) , where Default.aspx is set as the "Default Document". Ysp Intranet Default.aspx
using System; using System.Web.UI;
Because Default.aspx is the front door, it’s also the place where most technical "bottlenecks" occur. If you are having trouble loading the page, check the following: The "Intranet" component refers to the internal web
When this error occurs, users cannot log in, and the portal is effectively down. Because Default.aspx is the front door