开发者

Is it possible to combine Air and ASP.Net in one app?

开发者 https://www.devze.com 2022-12-12 03:38 出处:网络
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 technolog

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消