could anyone please ease my misery and inform me whether its possible to use .net pages within a compiled iphone app?
I’m using Phonegap and trying to connect to alter an existing .net app to work?
Any advice would be gratefully received!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You might be interested in monotouch — it will let you write native iphone apps in C#. You probably can’t directly port the ASP.NET pages, but you can at least port some of the code.