SharePoint Products TechCenter >
SharePoint Products and Technologies Forums
>
SharePoint - General Question and Answers and Discussion
>
Cannot Access ASPX Pages in Layouts Folder
Cannot Access ASPX Pages in Layouts Folder
- Hi all :
I want to access the ASPX Pages under C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS Directory via a browser but i am getting 403 error.
What might be the error ? Any Help ?
Answers
- You access them via their URL.http://servername/ _layouts/???.aspxYou need administrator rights in most cases.
FAQ sites: (SP 2010) http://wssv4faq.mindsharp.com; (v3) http://wssv3faq.mindsharp.com and (WSS 2.0) http://wssv2faq.mindsharp.com
Complete Book Lists (incl. foreign language) on each site.- Marked As Answer byGuYumingMSFT, ModeratorFriday, November 06, 2009 10:51 AM
- Hi Abhilash,Here in SharePoint, you need to be authorized user of site (not only the machine) to access layout pages via browser.I would suggest that you please google about application and site pages, these would help in understanding the various types of pages in sharepoint and the way to use/manage it.
Regards, Avinash | avinashkt.blogspot.com- Marked As Answer byGuYumingMSFT, ModeratorFriday, November 06, 2009 10:51 AM
All Replies
- You access them via their URL.http://servername/ _layouts/???.aspxYou need administrator rights in most cases.
FAQ sites: (SP 2010) http://wssv4faq.mindsharp.com; (v3) http://wssv3faq.mindsharp.com and (WSS 2.0) http://wssv2faq.mindsharp.com
Complete Book Lists (incl. foreign language) on each site.- Marked As Answer byGuYumingMSFT, ModeratorFriday, November 06, 2009 10:51 AM
- I am the Admin for my Machine...But Still i could not access the page..!
- Hi Abhilash,Here in SharePoint, you need to be authorized user of site (not only the machine) to access layout pages via browser.I would suggest that you please google about application and site pages, these would help in understanding the various types of pages in sharepoint and the way to use/manage it.
Regards, Avinash | avinashkt.blogspot.com- Marked As Answer byGuYumingMSFT, ModeratorFriday, November 06, 2009 10:51 AM
Hello Sai,
Has your ASPX page contains the code behind ? If so, where did you deploy... ?
sreenivas- http 403 error is forbiddent. It means the url that you are using in browser to access the application pages does not have valid characters
Like mike walsh mentioned, check the following url pattern to access your application pages.
http://servername/ _layouts/???.aspx
Once your url is right and if you don't have the access to the application page, you'll get access defined. Then you can sign-in and supply the credential that has access to the application page
Sundar Narasiman

