problema con Server.CreateObject
Publicado por paula (27 intervenciones) el 22/11/2002 18:10:15
hola quiero escribir un archivo txt desde mi asp, lo hago en mi computador que tiene el personal web server y no tengo problemas, pero al subirlo a un servidor de internet, no me lo reconoce
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
mi codigo es el siguiente:
...................
<%
Set fichero = Server.CreateObject("Scripting.FileSystemObject")*aqui se cae
Set ficheroSalida=fichero.OpenTextFile("http://www5.domaindlx.com/paula/IP.txt",2, false, true)
ficheroSalida.WriteLine(IP)
ficheroSalida.Close
%>
</body>
</html>
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
mi codigo es el siguiente:
...................
<%
Set fichero = Server.CreateObject("Scripting.FileSystemObject")*aqui se cae
Set ficheroSalida=fichero.OpenTextFile("http://www5.domaindlx.com/paula/IP.txt",2, false, true)
ficheroSalida.WriteLine(IP)
ficheroSalida.Close
%>
</body>
</html>
Valora esta pregunta


0