Posts by Rogério Ferreira • 31 points
3 posts
-
2
votes1
answer321
viewsA: MVC5(Asp.Net4.5.2)- Redirecttoaction does not work in a single case
Hey guys fia the same question in Stack in English, I already received the answer and I was successful in correcting this error: My problem was in setting the routes I redid the routes with the code…
-
0
votes5
answers554
viewsA: Error passing URL as parameter... Joeblogs & Htmlagilitypack
I don’t know exactly what code you’re using to read the xml, but you can use the System.Xml library to do this quickly: String URLString = " http://seu.site.com/SiteMap.xml"; XmlTextReader reader =…
-
1
votes1
answer321
viewsQ: MVC5(Asp.Net4.5.2)- Redirecttoaction does not work in a single case
In my Account controller, in Action Login, I have the code below: case "Sucess": string rule = CheckRule(model.username, model.Password); Response.SetCookie(SetAuthCookie(model.username,…