Safe Mode Parser in ASP.NET:
There are two tables in sharepoint : document and content. If the page is stored in the content database, it’s loaded by the Safe Mode Parser which is a page parser provided by SharePoint. If there is no data found in the content, it’s loaded from the file directory by the ASP.NET runtime.
Thanks for learning my blogs!!!