Tips, Tricks, and Fixes for when your computer doesn't do what it's told.

Tuesday, August 2, 2011

Report Access to ASP.NET Development Port

Since it's not always possible to install all browsers on a development system for testing web applications durng debugging, the port can be redirected so that the application can be launched in debug mode and then accessed from a different computer.

Download the Soap Toolkit 3.0 from here:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=13456
and install the trace utility.

Run the Trace Utility and select FileNewFormatted Trace. Change the destination port to the port defined by ASP.NET. Run the application, and from the other browser, use the url like "http://111.22.33.44:8080/Home.aspx/Index"


More detail can be found at: http://www.pluralsight-training.net/community/blogs/jimw/archive/2009/09/03/accessing-the-visual-studio-asp-net-development-server-from-iphone.aspx