Click to See Complete Forum and Search --> : MTS Object?


george3380
06-16-2006, 11:50 AM
So I'm pretty familiary with ASP, but I recently got pulled into a project that uses a .dll to connect to a database for transactions. They updated from a Win 2K server to 2003, and now the site doesn't work. Is there anyway I can take a look at the source of the dll and see if it's pointing to the correct databse?

lmf232s
06-16-2006, 01:19 PM
No you can not view the .dll unless you have the actual code/project that the .dll was created from/in.

Have you registered the .dll on the 2003 server?

george3380
06-16-2006, 01:31 PM
Hmm that's kinda what I was thinkin. I'm headed to the server's site today, I'll run a regsvr32 cmd on the file to make sure it's registered. Thanks.