First of all, I want to say hello to y'all. tryin' to find a solution to my problem I got here...
I have a website created using VS2005 C# and Crystal Report 10 that comes with it. The reports are using a DNS connection string ("DSN=myDsn;UID=myUser;PWD=myPass") that works perfectly in the deployment computer.
Also, If I put the site on the server, If I use the Server's IE the report comes out without any trouble.
But, when I try to see the report from another computer, I get this login screen that ask me the user & password, even if I had set them earlier in the Conn string... (the img shows what screen I get)
http://img233.imageshack.us/img233/5743/crgx5.jpg
I don't know if that cause some security issues that can be fixed unisg web.config, or is it cause I'm missing something in the CR? I have tried to force the connection by code, but I can't figure how to do that.
Thx in advance 4 ur help