Our networking people changed all the passwords for everyone on the system. Now my crystal reports are able to be displayed by calling them over a webpage. Here is the code where the webpage fails to load, there are no lines of code before it.
Can someone point me in the right direction.
Can someone point me in the right direction.
Code:
' CREATE THE APPLICATION OBJECT
If Not IsObject (session("oApp")) Then
Set session("oApp") = Server.CreateObject("CrystalRuntime.Application")
End If