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);
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);