2
Answers

Server.MapPath() issue

Neha Ojha

Neha Ojha

14y
4.6k
1
Hello All,

I have a very basic question. I was trying to export my CR file to PDF for that i used
string repFilePath = Server.MapPath("RadTechPublicReport.rpt");
It gave me an error say the path was not correct.
So i looked around and found that the it was missing a folder so then I replace the above code with
string repFilePath = Server.MapPath(@"Reports\RadTechPublicReport.rpt");
Now my question is why did MapPath not recognize Reports 

Please if any one can answer this question.



Answers (2)
0
Delpin Susai Raj

Delpin Susai Raj

NA 32k 1m 8y
Click blow link
http://serverfault.com/questions/314858/how-to-enable-tls-1-1-and-1-2-with-openssl-and-apache
mirror
https://github.com/mozilla/server-side-tls/issues/62
Accepted
0
anil kumar

anil kumar

NA 23 2.5k 8y
Thank you ..