Tuesday, February 16, 2010

01/26

 

How to deploy regular aspx page to one site of  SP

 

  • Create a regular web application
  • Deploy dll file to bin folder of sp
  • Create a folder called Custompages
  • Add .aspx to the folder
  • Modify web.config
    • <SafeControl Assembly=”…” Namespace=”…” TypeName=”*” />
    • 在web.config文件中,找到“<trust>”节点,然后将它的“level”属性的值,从默认的“WSS_Minimal”更改为“Full”即可。

0 Comments:

Post a Comment

<< Home