asp.net development server port not same as web application port -


when run asp.net web application on vs2008 sp1, starts asp.net development server port 1257 web application trying browsed on localhost:1559. web application can not browsed explorer because url incorrect. have change url manually on explorer's address bar browse web application. can guess bit annoying.
how can resolve issue? (1257 , 1559 examples.)

i answer own question incase needs solution.
problem eset antivirus program have. in eset settings need go through "settings/advanced settings/web access security/web browsers". see list of processes eset accept web browser. uncheck checkbox of "c:\program files\microsoft visual studio 8\common7\ide\devenv.exe" or "c:\program files\microsoft visual studio 9\common7\ide\devenv.exe".
eset stop scanning asp.net development server , port number match port number of opening browser page url.
can read post: http://www.wahooga.com/2008/02/20/visual-studio-development-web-server-automatic-port-numbering-problem/


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -