Posts by wb80 • 83 points
4 posts
-
0
votes1
answer170
viewsA: Application error when switching to enable 32-bit = True in IIS7
@Romulo_reis, First check if you are using Default Apppool and if it is allowed to access the location where the application is. In this Link has more information that can help you.…
-
4
votes3
answers2046
viewsA: Post a comment and then display without refresh
I find it interesting that you do not assign the comment code in the form. It would be interesting if you took the block. Take a look at the example below: $(function() {…
-
2
votes8
answers17275
viewsA: Difference between while and for
Has its differences: I use the for to manipulate vectors and while when I wish to stay in a looping until something happens.
-
2
votes1
answer156
viewsQ: What is more advisable? Perform the query through a list or directly in the database?
I have to perform a consultation where I need to do 4 INNER JOIN and still use WHERE in various fields. What is most advisable? Conduct the consultation in this way? using (DbContexto db = new…