I installed SP14 on Visual Studio 2013
I use Crystal only too export an rpt to a PDF file Every thing is ok when i run it on my computer t(Windows 8.1)
i Published it on iis of my computer. When i tried to deployed it on the server (Windows server 2012) , there is an error on the line :
oRpt.ExportToDisk(ExportFormatType.PortableDocFormat, strFic)
"Login failed"
But the connect string is excatly the same on my computer (i use the same SQL SERVER database).