Accessory Files/Required DLL Files

myinfo.dll

The dynamic link library for the MyInfo component. It is installed with IIS.

myinfo.xml

The file in which your MyInfo component stores its values. (Note: You cannot change this filename. The component is hardcoded to look in this file.) This is a standard XML file.[1]

Here is an example of a myinfo.xml file on an IIS web server:

<XML>
<PersonalName>A. Keyton Weissinger</>
<PersonalAddress>Addr1</>
<PersonalPhone>Phone1</>
<PersonalMail>Mail1</>
<PersonalWords>Words1</>
<CompanyName>CompName1</>
<CompanyAddress>CompAddr1</>
<MyInfo1></>
<AdRot1></>
<Addr1></>
<Phone1></>
<Mail1></>
<Words1></>
<CompName1></>
<CompAddr1></>
<objprop></>
</XML>

Here is an example of a myinfo.xml file on a Personal Web Server (mine):

<XML>
<theme>journal</>
<ranWizard>-1</>
<sync></>
<guestbook>0</>
<messages>-1</>
<title>Keyton's Home Homepage</>
<name>Keyton Weissinger</>
<Email>keyton@home.com</>
<Phone>555-1000</>
<faxPhone>555-1001</>
<Department>AtHome Books</>
<Address1>123 Main Street</>
<Address2>USA</>
<Address3></>
<Address4></>
<Heading1>Here's a little about me:</>
<Words1>I enjoy spending time with my family, 
programming, reading Patrick O'Brian novels, 
and Age of Sail history.</>
<Heading2></>
<Words2></>
<Heading3></>
<Words3></>
<Heading4></>
<Words4></>
<intUrl>1</>
<checkEmail></>
<url1>http://www.avault.com</>
<urlWords1>Adrenaline Vault</>
<urlWords0>null</>
<url0>null</>
<favoriteLinks>-1</>
</XML>

Finally, note that MyInfo.XML is only ...

Get ASP in a Nutshell, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.