|
3 |
edited tags
|
||
|
2 | Added answer links. | ||
|
I've been trying to use WF in my ASP.NET application (actually, it's ASP.NET MVC .. but the fact that it's MVC instead of WebForms should not matter at all). Now, i can run the WF and it works fine, etc.. but it kicks off ASYNCRONOUSLY, so any results from the WF (good or bad) get lost page life cycle. So .. after crying like an emo for ages, i stumbled across this gem on MSDN! If you've click that link, that MSDN article says that in ASP.NET applications, we need to
this is opposed to (the way i learnt)
So .. which way is better? do we need to stick it into the application? What are the differences between either/or? I understand there's actually TWO questions here...
cheers! EDIT:
|
||||
|
1 |
|
||
ASP.NET and Windows Workflow's (WF) - do we need to stick it in the Application state?I've been trying to use WF in my ASP.NET application (actually, it's ASP.NET MVC .. but the fact that it's MVC instead of WebForms should not matter at all). Now, i can run the WF and it works fine, etc.. but it kicks off ASYNCRONOUSLY, so any results from the WF (good or bad) get lost page life cycle. So .. after crying like an emo for ages, i stumbled across this gem on MSDN! If you've click that link, that MSDN article says that in ASP.NET applications, we need to
this is opposed to (the way i learnt)
So .. which way is better? do we need to stick it into the application? What are the differences between either/or? I understand there's actually TWO questions here...
cheers!
|
||||
