Thursday, November 12, 2009

Develeop User Control as Sharepoint Webpart



1) Download smart part from here


2) Install Smart part as instruction given with that package.





if u get error as follow

Could not open user control path: System.UnauthorizedAccessException: Access to the path 'C:\Inetpub\wwwroot\wss\VirtualDirectories\80\UserControls' is denied

Then do as follow

it could be solved simply by changing the securitysettings on the folder: ‘C:\Inetpub\wwwroot\wss\VirtualDirectories\80\UserControls’


1.    Right click on the folder and select properties
2.    Select the Security panel
3.    Click add
4.    type “everyone” and click ok
5.    make sure that read is allowed



Thanks And Regards,
Dipti Chhatrapati

No comments:

Post a Comment