RE: How to set port # for internal web browser?



Hi Bill,

Do you mean how to explicit spedific the port number of the Asp.net2.0
Visual Developer Web Server? Since Casini is a testing Web Server hosting
Asp.net runtime, I am assuming you are talking about WebServer instead of
WebBrowser. If I have misunderstood you, please feel free to tell me,
thanks.

Yes, the VS2005 File System Web Site project will use dynamic port number
by default. However, we can change this behavior with the steps below:
1. Select the Web Site node in "Solution Explorer" window
2. In the "Properties" window, you should change "Use dynamic ports"
dropdownlist from "True" to "False"
3. Choose "File"->"Save All" menu item to save the setting
4. Re-select the Web Site node in "Solution Explorer" window to update the
"Properties" window display
5. Then you can specify the static port number in "Port number" textbox in
"Properties" window.

Hope this helps.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • Re: wpf: Trap keyup event in canvas
    ... you can do it in the window level. ... currentElement = e.OriginalSource; ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: HttpChannel in WCF
    ... \par I've found two web articles which provide some sample code on creating WCF service host programmtically. ... They also include the code that supplyl the service's address(include port) ... \par Microsoft MSDN Online Support Lead ... \par where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: windows vista mouse cursor goes bezerk
    ... other than 0 or 1) for the timer is a generally good idea. ... If the timers are window based, check what window they are going to. ... be seen by our internal newsgroup support tool. ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.win32.programmer.ui)
  • RE: Cannot see modules window when debugging
    ... find any known records regarding "Modules" window disappear filed. ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ... project analysis and dump analysis issues. ...
    (microsoft.public.vsnet.debugging)
  • Re: How to set port # for internal web browser?
    ... Do you mean how to explicit spedific the port number of the Asp.net2.0 ... Re-select the Web Site node in "Solution Explorer" window to update the ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.vsnet.debugging)

Loading