Firefox:1.5 Network Error Messages: Difference between revisions

Line 47: Line 47:


(Is there any straight way of fixing this? Without just work arounds?)
(Is there any straight way of fixing this? Without just work arounds?)
There is a way by adding a string key on the about:config page called “network.security.ports.banned.override” and set a comma-delimited list of port numbers.


(This is a common error during ASP.NET development where the built-in web server dynamically changes the port number.  <b>The correct workaround is adding a new string value to <code>about:config</code> called <code>network.security.ports.banned.override</code>  Then enter a comma-separated list of port numbers to allow.</b> - msturek)
(This is a common error during ASP.NET development where the built-in web server dynamically changes the port number.  <b>The correct workaround is adding a new string value to <code>about:config</code> called <code>network.security.ports.banned.override</code>  Then enter a comma-separated list of port numbers to allow.</b> - msturek)
2

edits