creating text file

creating text file

am 24.07.2007 13:16:01 von aspunicodeansi

an error occurs when i create an asp file with filesystemobject and try to
launch it. the error is : unicode asp not supported.
should i convert it to ANSI? how can i do that?

Re: creating text file

am 26.07.2007 23:32:59 von Steve Schofield

There should be a property you can set which kind of file / characters are
set. I would consult the documentation to see what the syntax you need or
if it is supported.

http://msdn2.microsoft.com/en-us/library/hww8txat.aspx

--

Best regards,

Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield

http://www.IISLogs.com
Log archival solution.
Install, Configure, Forget

"asp unicode ansi" wrote in
message news:35D88CAB-006C-44F6-930B-B3164C698E8B@microsoft.com...
> an error occurs when i create an asp file with filesystemobject and try to
> launch it. the error is : unicode asp not supported.
> should i convert it to ANSI? how can i do that?