Reputation: 1
I am using Crystal Report version 13.0.2 for Visual Studio 2010. when display the report it does not show the toolbar properly. is there any solution to fix it? Please help!!!!
Upvotes: 0
Views: 991
Reputation: 1620
try to follow these steps
1) <div mce_keep="true">
Copy and paste the aspnet_client and all subfolders and files contained within into the C:\inetpub\wwwroot\ directory.
2) <div mce_keep="true">
Open IIS, select your website, right click and select create new virtual directory. Call this directory aspnet_client
and point it to the aspnet_client folder you have created in step 1.</div>
3) <div mce_keep="true">
Right click the virtual directory you have just created and select permissions. Add read permission for the IIS WPG account (I am using Windows SBS 2003 with IIS 6 this account may differ if you have a different OS).</div>
refer this link may help you
Upvotes: 1