'the setting could not be created'

I've just migrated a web-based vbscript process to w2k, which uses server-
side word to create a new doc from a template and populate it from a form.
Now, this was working fine on NT4, but now, when

wordapp.options.defaultfilepath(wdUserTemplatesPath) = strpath

is called, it throws the above with
'the setting could not be created'

I'm assuming its a perms issue, but the iusr account has exe perms on the
office folder, and the perms on the template folder are fine.

???

Re: Microsoft Word error '800a1528' by Ed

Ed
Thu Jan 13 11:17:25 CST 2005

I'm trying to setup an ASP app to create a word doc similar to how you
describe here... can you help me understand how to do this?

Thanks,

Ed



"s_m_b" <smb20002ns@hotmail.com> wrote in message
news:Xns95BF700C54309smb2000nshotrmailcom@207.46.248.16...
> 'the setting could not be created'
>
> I've just migrated a web-based vbscript process to w2k, which uses server-
> side word to create a new doc from a template and populate it from a form.
> Now, this was working fine on NT4, but now, when
>
> wordapp.options.defaultfilepath(wdUserTemplatesPath) = strpath
>
> is called, it throws the above with
> 'the setting could not be created'
>
> I'm assuming its a perms issue, but the iusr account has exe perms on the
> office folder, and the perms on the template folder are fine.
>
> ???