codice:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0019: Operator '&' cannot be applied to operands of type 'string' and 'string'
Source Error:
Line 21: else
Line 22: {
Line 23: sFile.PostedFile.SaveAs(Server.MapPath("..//DB/"& Nome));
Line 24: Messaggio.Text = "File caricato con successo";
Line 25: }