creating text file
am 24.07.2007 13:16:01 von aspunicodeansian 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?
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?
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"
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?