I have a web application which need to access ssrs reports hosted in reporting server.I created a aspx page with report viewer control and was supplying the report url dynamically.. This was working fine when i was debugig the application in vs2008.
But when i published the page several problem showed up..
- it is identifying the report and showing the proper report input parameter but when i am clicking the view report option its showing 404 error of IIS server.
2.Calender control for datetime input field is also not working..
please help me if anyone knows the reason..