Hey all. I’m trying to figure out how to get started using the COM toolkit from ASP.NET. I think I’ve got the basic code figured out, but my application is bombing when I try to call NotesSession.Initialize.
It bombs out with the message “Could not open the ID file”. My notes.ini file is in c:\notes6 on my machine, and that directory is in my path. The ID referenced in notes.ini is “KeyFilename=c:\notes6\data\Ahuey.id”. Any hints? Am I missing something?
Here’s the code, if it’s any help:
NotesSession ns = new NotesSession();
ns.Initialize(“pwd”);