0
votes
2answers
41 views
+150
async execution of tasks for a web application
A web application I am developing needs to perform tasks that are too long to be executed during the http request/response cycle. Typically, the user will perform the request, the server will take …
0
votes
0answers
55 views
+100
CompositeControl and XML Deserialization on design-time error.
I get "Error rendering control" error that only happens when I place the control on the webform in desgin-mode, if I run the page the control is displayed correctly.
After debugging, the problem is …
