|
 |
asp_components thread: RES: Hi, i need help plz! Server Object doesn't work....Server.CreateObject
Message #1 by =?iso-8859-1?Q?Fl=E1vio_Rodrigues_Maciel?= <flaviorm@p...> on Wed, 10 Jul 2002 19:50:49 -0300
|
|
too few information to provide help. Please show us the code where the error
is happening and the complete error if possible.
-----Mensagem original-----
De: despoina [mailto:pomf70@h...]
Enviada em: quarta-feira, 10 de julho de 2002 23:54
Para: ASP components
Assunto: [asp_components] Hi, i need help plz! Server Object doesn't
work....Server.CreateObject
Hi, guys..i need help please! IIS 5.0 extracts an error : VBscript run
time error, this object does not support this method...what is happening
with IIS 5.0 and ASP? i have WIN 2000 O.S.
%%email.unsub%%
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 1/7/2002
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 1/7/2002
Message #2 by "Kostas F" <pomf70@h...> on Thu, 11 Jul 2002 01:50:18 +0300
|
|
the code is...
<%
dim fs,fname
set fs=Server.CreateObject("Scripting.FileSystemObject")
set fname=fs.CreateTextFile("c:\test.txt",true)
fname.WriteLine("Hello World!")
fname.Close
set fname=nothing
set fs=nothing
%>
but it can create this text file
|
|
 |