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
– Aesir
Good tip from @Aesir, Webforms has been discontinued and hj is totally discouraged.
– Thiago Lunardi
Have you tried running the debug application on your machine, pointing to the clearDB seat?
– Thiago Lunardi
Does anyone have any help link to make the application run in debug?
– Fabricio Henrique