Tagged Questions
2
votes
1answer
309 views
Understanding ghosting, unghosting, site pages and application pages
well I know definations of these terms as mentioned:
Ghosted pages: Pages which are on file system and not on content db.
Unghosted pages : pages which are on content db.
Application Pages : normal ...
1
vote
0answers
114 views
Default List pages (NewForm.aspx/EditForm.aspx) and breadcrumbs
All,
My understanding of SharePoint is that NewForm.aspx/EditForm.aspx et al. are Application Pages that for each List are initially fetched from the Hive directly and processed by ASP.NET, but can ...