|
Using Blackberry simulator to access ASP.net dev server -
11-08-2009, 07:18 PM
Hi, I've been stuck for a while trying to figure out how to access ASP.net dev server (eg: localhost:1195) through Blackberry simulator (MDS simulator).
I've searched around for solution, and found this: blackberryforums.com/developer-forum/117869-http-error-403-forbidden-while-accessing-http-localhost-iis-blackberry.html. That solution works only for default IIS http port 80. Eg: if my hostname on MDS-CS-URL is "foo123", I can only access foo123:80, but not foo123:1195.
I need ASP.net development server specifically because my application is built over .net MVC which requires url routing. IIS on Windows XP don't support routing.
Sorry if this has been asked too often, would appreaciate links to other posts / manual pages.
Thanks.
|