eL_NiNo
Jun 5th, 2001, 02:04 PM
Hi guys !
I'm currently setting up an application (ASP), almost done (still printing report and authentication of NT user to go) and I have a few questions :
1) I'm using Crystal Report 8.0 and I would Like to know if it is possible to view a report in an ASP page so the client could see and print it ? If so, how can I achieve this ? I've tried numerous things but no go ... :(
2) The application will be available through our intranet; I did a security check at two level already : database level(where login & pass are stored in a databse, obviously) and the other with an Authentication in our internal network (not NT). However, Lots of our machines are being moved to win2000 and I must now take that in consideration and program an authentication via the NT Logon.
I already got how to obtain domain and User Logon, but the entire problem is to verify if they are ok.
(somethin' like :
Set app = server.CreateObject(WHATEVER_COULD_HELP_ME_HERE)
IsLogonOk = app.Authenticate(strUserLogon, strUserPassword)
...Well You got the point). Is this possible ?
Thanks in advance ! :D
I'm currently setting up an application (ASP), almost done (still printing report and authentication of NT user to go) and I have a few questions :
1) I'm using Crystal Report 8.0 and I would Like to know if it is possible to view a report in an ASP page so the client could see and print it ? If so, how can I achieve this ? I've tried numerous things but no go ... :(
2) The application will be available through our intranet; I did a security check at two level already : database level(where login & pass are stored in a databse, obviously) and the other with an Authentication in our internal network (not NT). However, Lots of our machines are being moved to win2000 and I must now take that in consideration and program an authentication via the NT Logon.
I already got how to obtain domain and User Logon, but the entire problem is to verify if they are ok.
(somethin' like :
Set app = server.CreateObject(WHATEVER_COULD_HELP_ME_HERE)
IsLogonOk = app.Authenticate(strUserLogon, strUserPassword)
...Well You got the point). Is this possible ?
Thanks in advance ! :D