User1623409651 posted
Hi all,
on local machine all reports are working fine while after deployment on server iam getting the path error that i have passed the path as
string
ReportPath = Server.MapPath("~/Modules/Reports/DailyReport.rdlc");
The report definition for report 'path' has not been specified
First i have pulished the web applciation in wwwroot folder and configure in IIS 7 .
on my local machine all reports are working fine but after deployment iam getting the above error.
Regards