In my VS.Net web project, I have created a crystal report. I have dropped a Crystal Viewer control in my web form and defined the full path(C:inetpubwwwrootCrystalCrystalReport1.rpt) for 'Report Source' in Data Binding expression. In VS.net design frame, it does not cause any problem. It comes up with its stock chart. However, when I try to bring that form in browser from localhost, I get error "can not access 'C', because it is private". I tried defining the path to the report by Server.Mappath. It still does not work. What am I doing wrong? Any help would be appreciated.