SMTP - Web.config, Listing 8-16 error.
On page 245 of Evjen's book, Listing 8-16, there is a problem.
Entering this code, after coding <fields> there is not an <add subelement.
There is a <field> element which contains a "name" and "value" attribute, just
like Evjen has for his <add.
I abandoned trying to get <add to work (since it won't compile), and used the
<field> attribute instead. I get a run time error that the <field> has an
invalid quantity. So, <add doesn't work and <field> doesn't work.
Anyone figure out a fix for this situation?
VictorVictor
|