Insert and update method does not work on Azure

Asked

Viewed 34 times

0

Good afternoon

Friends I’m starting in Asp net development and I made a web form application and put in Azure. It is a simple card registration application that accesses a mysql database created by Azure as well. What happens is that in visual study it works perfectly does all the crud operations. but when sending to Azure it does not save the information in the database. only deletes and query. does not Insert nor update. Has anyone had this problem? follows the application link http://cmbcenter.azurewebsites.net/

  • If you’re starting on Asp net, why not start with Asp net core mvc 1.0 and use the Entity framework? I don’t particularly like web Forms

  • Good tip from @Aesir, Webforms has been discontinued and hj is totally discouraged.

  • Have you tried running the debug application on your machine, pointing to the clearDB seat?

  • Does anyone have any help link to make the application run in debug?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.