Friday, August 21, 2009

Hosting OLAP Reports




To host olap reports on windows server 2008 using IIS Manager
Make sure you have the olap cube on the asp.net project and wanted to host, follow the steps below.

1. Copy the application folder containing the bin, obj, my project folder and files default.aspx,defualt.aspx.vb, to the c:\inetpub\wwwroot
2. Go to administrative tools --- iis manager
3. Open default web site --- click the folder you had copied.
4. Right click the folder you had copied --- click convert to application.
5. Change the application pool to --- Classic .NET AppPool
6. Make the sure the folder in c:\inetpub\wwwroot\ has appropriate rights to access the hosted application.


No comments:

Post a Comment