sul mio sito c'è un semplice guestbook.
Questo funziona perfettamente in locale.
Oggi ho pubblicato il sito e il guestbook non funziona.
l'errore si verifica inserendo un messaggio.
l'errore riportato è:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: Operation must use an updateable query.
Source Error:
Line 11: Dim cmd As New OleDBCommand(MySQL, MyConn)
Line 12: MyConn.Open()
Line 13: cmd.ExecuteNonQuery()
Line 14: MyConn.Close()
Line 15: Response.Redirect("Guestbook_view.aspx")
Line 13 evidenziata come errore.
Mi potete spiegare cosa devo fare?
Ripeto che in locale tutto funziona perfettamente

Rispondi quotando