I am trying to deploy my first custom aspx page in sharepoint:
- Windows Server 2003
- Microsoft Visual Studio 2008
- VSeWSS 1.3
- Latest Sharepoint Patches as of May 28, 2009
I am following this detailed howto:
http://geeksconnected.com/jamil/Lists/Posts/Post.aspx?ID=19
Unfortunately, it quickly becomes incomplete toward the bottom. I am running into two issues thus far:
How do you grant the VSeWSS Administrator privileges so that the "Deploy" option will work in Visual Studio?
It cuts off half of the
<SafeControl>
tag in the example, and I am not sure what to put after thePublicKeyToken=
option. All current attempts completely break sharepoint.
Any solutions and explanations would be appreciated. Thanks in advance for any help.