Ciao a tutti ragazzi! Sono alle prese con un elementare, ma per me enorme, problema! E' da ieri che prova a creare una semplice registration form con dreamweaver e non c'è verso di farla funzionare! Ho seguito passo passo il tutorial http://www.html.it/ultradev/ultradev_26.htm
e sto provandone il funzionamento in locale.
Ho una form "registrazione.asp" dentro la quale ho una form che va a scrivere (dovrebbe...) i dati in un .mdb con 5 campi in croce!
IIS è configurato giusto, visualizzo tutto, ma quando invio i dati al DB access mi resituisci il seguente errore:


The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.

--------------------------------------------------------------------------------

Please try the following:

Click the Refresh button, or try again later.

Open the localhost home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

--------------------------------------------------------------------------------

Technical Information (for support personnel)

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/gustechnologies/registrazione.asp, line 115


Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)

Page:
POST 86 bytes to /gustechnologies/registrazione.asp

POST Data:
username=ii&password=oo&nome=&cognome=&email=&invi a=Invia&MM_insert=form_registrazione


Vi dice niente?????

AIUTO!