Sign in | Join
Last post 07-11-2008 10:13 PM by karthik_muthuswamy. 2 replies.
Sort Posts: Oldest to newest Newest to oldest
I have a slight constraint with installing IIS on my Windows. Is it possible to set an IP address to the ASP.Net Development server to some <<xx.xx.xx.xx:xxxx>> instead of <<localhost:port>>?
Thanks
The development server is only ment for local machine testing, but you can configure a few settings take a look here
http://weblogs.asp.net/scottgu/archive/2005/11/21/how-to-run-a-root-site-with-the-vs-vwd-2005-local-web-server.aspx
Hope it helps
Thanks a lot for that link. Was a lot helpful is making an application run on a single port than wander with random ports.