Posts by Helber • 36 points
2 posts
-
0
votes3
answers1774
viewsA: Update generating duplicate key error
Check in your database if there are no two records with the same ID and if the field is not auto-incrementing correctly.
-
2
votes1
answer1432
viewsA: Asp.net MVC adding application name to URL
Try adding the following change to "Global.asax". public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.MapRoute( "subdominio_1",…