3
Answers

webdev. webserver.exe application error

csharp rocks

csharp rocks

15y
11k
1
hi all...  am just trying  to run a sample asp.net web application with default page...  but when i run the application , it shows

" webdev. webserver.exe application error"  after that again

it shows " Unable to Connect To ASP.NET Development Server".........

        
pls help me to solve this problem.... am not able to run any asp.net application.....thanks in advance......
Answers (3)
0
Nitin Sontakke

Nitin Sontakke

NA 11.7k 2.2k 8y
If you are using sql server, all you have to do is, have a table variable with rows with all the required dates in that table.
The select from that table and left outer join (or cross join) with attendance table, you get the all the dates and null next to dates where there is no data.
0
Midhun T P

Midhun T P

NA 19.7k 281.2k 8y
Hi,<br><br> Please find the relative solution in sql-<br> http://marlonribunal.com/finding-gaps-in-or-missing-dates-using-tsql/<br><br> Also have a look at below threads for something similar done with linq-<br> http://stackoverflow.com/questions/1468637/filling-in-missing-dates-using-a-linq-group-by-date-query<br> http://stackoverflow.com/questions/35062144/find-missing-date-in-listdatetime-and-insert-that-date-on-the-right-index