🔠DEBUG MODE - Page Routing Information
📠REQUESTED URL:
https://www.baghapurana.com/Misc.aspx?C=5
Path: /Misc.aspx
Raw URL: /Misc.aspx?C=5
Server Name: www.baghapurana.com
Page Name Extracted: Misc
🔀 ROUTING LOGIC:
1. Global.asax captures URL pattern: {pagename}
2. Maps to physical file: ~/{pagename}.aspx
3. If page doesn't exist, Application_Error transfers to PageContent.aspx
4. PageContent.aspx queries database for page information
🔠DATABASE LOOKUP:
Page Exists in Database: NO ✗
⌠Page not found in database
Searched for page name: Misc
In Project ID: 9
⌠RESULT: PAGE NOT FOUND
Explanation:
• The requested URL was processed by Global.asax routing
• PageContent.aspx searched the database for a matching page
• No page record was found with the requested page name
• The system displayed the 'page not found' message
💡 POSSIBLE SOLUTIONS:
1. Check if the page exists in the database (steps_page table)
2. Verify the page name matches exactly (case-sensitive)
3. Ensure the page is assigned to the correct Project ID
4. Check if the page is marked as active (is_active='Y')
5. Review the Language ID settings
âš™ï¸ DEBUG MODE SETTINGS:
To disable debug mode, set DebugMode=FALSE in web.config appSettings
OOPS !! The page you are trying to reach does't not exist
Please check the spelling of the page you are looking for
or please visit http://www.