Hi,
I have a few pages setup on my local machine ( NT Workstation running PWS ) which take a users login, calidate it and then write a date to a DB. Page1.asp takes in the users details, queries a database and then redirects to page2.asp if the details are valid. page2.asp then opens the same database to write in the login time before outputting various options for the user.
Here comes the weird thing. This works fine on my machine. however, when I move the pages and the DB to another machine ( NT server running IIS 4.0 ) I get problems. It queries the database and validates the user. However, when page2.asp tries to open the database to add in the users login time it gives an error ( Provider Error '80004005' Unspecified Error )
Does anyone have any ideas??
I have a few pages setup on my local machine ( NT Workstation running PWS ) which take a users login, calidate it and then write a date to a DB. Page1.asp takes in the users details, queries a database and then redirects to page2.asp if the details are valid. page2.asp then opens the same database to write in the login time before outputting various options for the user.
Here comes the weird thing. This works fine on my machine. however, when I move the pages and the DB to another machine ( NT server running IIS 4.0 ) I get problems. It queries the database and validates the user. However, when page2.asp tries to open the database to add in the users login time it gives an error ( Provider Error '80004005' Unspecified Error )
Does anyone have any ideas??