0

I need to check design and functional compatibility of the software and debug the code i developed using asp.net mvc in Ipad safari browser. I use windows 7 with visual studio 2012. How do I debug my application and check iPad related issues. I tried to use fiddler but I have no idea how this will help. any ideas can help.

gs11111
  • 669
  • 2
  • 15
  • 47

1 Answers1

0

You can deploy website to a development server and access it via iPad. It will help you see how your website look and behave on iPad device.

Here is post that may help as well. IIS Express enable external request

Community
  • 1
  • 1
Humayun Shabbir
  • 2,341
  • 4
  • 18
  • 33
  • Thankyou for your time :)But I have no problem in viewing the application in iPad after publishing the code.My problem is ,I need to debug it, i.e to see the console errors I get while loading the application in iPad. – gs11111 Jun 03 '14 at 11:18
  • You can try iPad simulator that comes with WebMatrix. http://www.microsoft.com/Web/webmatrix/mobile.aspx – Humayun Shabbir Jun 03 '14 at 12:25
  • This may help you http://stackoverflow.com/questions/3313616/iis-express-enable-external-request# – Humayun Shabbir Jun 05 '14 at 10:10