Is it possible to combine Air and ASP.Net in one app?
I would love know if i could combine开发者_运维知识库 Air, and ASP.Net in one application and what design strategy would suit this type of application. Please.
Not as such. ASP is a sever side technology and AIR doesn't have a server it just hands out static pages which can be interacted with using javascript or flash. You could have AIR call out to a server somewhere which is running ASP.net, that would be fine.
精彩评论