Skip to content
- User request the SharePoint Page using http
- ASP.NET calls the WSS File provider
- WSS file provider returns the page from File or Database
- Page is parsed by SafeMode parsor if required
- Returned page is complied by ASP.NE T Compiler
- WSS File provider collects the page layout class and complies it
- ASP.NET engine adds SharePoint Context Data to the site meta data and retreives the associated master page.
- Master page got compiled and responded back to the user.
Like this:
Like Loading...
Related