![]() |
Show 150 posts per page |
.dsy:it. (http://www.dsy.it/forum/)
- Tech (http://www.dsy.it/forum/forumdisplay.php?forumid=189)
-- [host] permessi in scrittura... (http://www.dsy.it/forum/showthread.php?threadid=20418)
[host] permessi in scrittura...
ciao a tutti..
volevo chiedervi se conoscevate un host gratuito che supporti asp, db access e soprattutto permessi in scrittura (per scrivere file xml)..
(per il progetto di ium)
avevo pensato allo spazio del silab..ma nn so se permette ste robe..
grazieeee
Qualche settimana fa ho trovato questo host 1AspHost, offre solo 100Mb, ma ha asp e db (o almeno io l'ho usato per provare asp per labdb con un database in access).
L'upload avviene solo via web, ma si può inviare un file zip con che viene decompresso automaticamente
__________________
?
grande!
grazie...
ma per quanto riguarda i permessi in scrittura?
nessuno sa se lo spazio web in silab li permette?
Ma se è un progetto per l'Uni non ti basta testarlo sul tuo pc...?!
__________________
«And if you ever smell christian blood up in the mountains, then get your axe and chop them down!»
purtroppo no..
il profe lo vuol vedere on line..nn chiedermi il x'
Allora digli di trovartelo lui l'hosting gratuito con quelle caratteristiche...
__________________
«And if you ever smell christian blood up in the mountains, then get your axe and chop them down!»
ma per quanto riguarda i permessi in scrittura?
__________________
?
Re: [host] permessi in scrittura...
Originally posted by pà&salam
avevo pensato allo spazio del silab..ma nn so se permette ste robe..
<%
Dim xmlDoc, rootEl, child1, child2, p
'Create an XML document
Set xmlDoc = Server.CreateObject("Microsoft.XMLDOM")
'Create a root element and append it to the document
Set rootEl = xmlDoc.createElement("root")
xmlDoc.appendChild rootEl
'Create and append child elements
Set child1 = xmlDoc.createElement("child1")
Set child2 = xmlDoc.createElement("child2")
rootEl.appendChild child1
rootEl.appendChild child2
'Add an XML processing instruction and insert it before the root element
Set p=xmlDoc.createProcessingInstruction("xml","version='1.0'")
xmlDoc.insertBefore p,xmlDoc.childNodes(0)
xmlDoc.save(Server.MapPath("Person.xml"))
%>
questo script asp grazie al metodo save crea un file xml...o lo modifica una volta fatto il load e modificati i nodi....
l'host che diceva yeah (1AspHost) non permette di scrivere e modificare il file xml (permette solo le modifiche al db access)...quindi se nn trovo nulla che mi faccia lavorare cn xml farò tutto il progetto con access (anche se dovrò inserire nelle celle stringhe abbastanza lunghe)..
Ho provato e lo script funziona (mi sarei preoccupato altrimenti ), ho solo dovuto modificare la stringa
code:
Set xmlDoc = Server.CreateObject("Microsoft.XMLDOM")
code:
Set xmlDoc = Server.CreateObject("MSXML2.DOMDocument")
__________________
?
vaaa..grande!
bella notizia..
ora bisognerà sperare che presto sia accessibile dall'esterno!
grazie ancora
Di niente
__________________
?
All times are GMT. The time now is 09:33. | Show all 12 posts from this thread on one page |
Powered by: vBulletin Version 2.3.1
Copyright © Jelsoft Enterprises Limited 2000 - 2002.