1

I have a certificate file which isn't for SSL, but for other purposes. It's located in App_Data folder. Is it possible to read this file when my web site deployed in Azure?

I tried this, but not working:

Server.MapPath("~/App_Data/cert.pfx);
Rudi Visser
  • 21,350
  • 5
  • 71
  • 97
user348173
  • 8,818
  • 18
  • 66
  • 102
  • There is another question around here which addresses the same issue, and the accepted answer is [here](http://stackoverflow.com/a/1268755/1966937). However, please read the comments / other answers, since rumor has it that you have to slightly change the code. I hope this helps. – csima Feb 08 '13 at 11:58

0 Answers0