Creating an Application Page in Windows SharePoint Services 3.0
Applies to: Microsoft Windows SharePoint Services 3.0, Microsoft Office SharePoint Server 2007, Microsoft Visual Studio 2005
Ted Pattison, Ted Pattison Group
May 2007
- 10/19/2009
- Alon Havivi
- 6/15/2010
- TheGreat
I'd like to download the whole solution from the video but the link throws a 404 error help!
- 9/16/2009
- PDFOX99
- 10/3/2009
- Thomas Lee
- 12/3/2007
- Fred Morrison
- 10/3/2009
- Thomas Lee
I'm working on a public-facing internet site with some application pages, the web application and site collection are enabled Anonymous Access, but when Anonymous user views any application pages, the window login popup.
My question is, How to give Anonymous user view permission without any login process?
Thanks,
Gary
--------------------See "UnsecuredLayoutsPageBase" for custom pages : http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.unsecuredlayoutspagebase.aspx.
Also be aware that the "ViewFormPagesLockdown" feature may have been run which locks-out anonymous access to these pages.
- 9/25/2008
- Gary G. Wang
- 5/1/2009
- Thomas Lee
The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
Also all the videos have problem.
thanks
Pankaj
Change the assembly name value to
"Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
- 5/11/2008
- Pankaj1089
- 5/1/2009
- Thomas Lee
While hello.aspx works just fine, when I try to view any of the ApplicationPageX.aspx files, I get "File Not Found". Since it's the only difference between ApplicationPage1 and Hello, I'm guessing that the error is to do with this line:
Inherits="CustomApplicationPages.ApplicationPageX"
It seems to work fine in the video demo and I haven't changed any of the code... Any ideas on what's wrong?
Nevermind, I fixed it. The CustomApplicationPages.dll wasn't being installed in the GAC because the lines doing so in install.bat were commented out for some reason...
Isn't there a way to avoid Visual Studio from showing errors when building this code? It doesn't find the master page nor the contentPlaceHoldersId's. And the Assembly reference generates an "HRESULT exception: 0x80131417". But the page works fine if you to open it at your explorer.
[Noelle Mallory - MSFT] Please post questions to the MSDN Forums at http://forums.microsoft.com/msdn. You will likely get a quicker response through the forum than through the Community Content.
- 12/4/2007
- Benayto
- 12/5/2007
- Noelle Mallory
- 10/9/2007
- Bert Groenveld
