Is there way -I don't know if it can have negative effects, though- to have the development server's port number to stay static?
(The reason is, I do not want to compare whenever I need to check-in my project file so that the port-number will be changed; or if you know other way than making it static, it is very welcome!开发者_运维知识库 )
Under Visual studio
Project -> Properties
Web tab
under Server panel check 'Use visual studio Development Server' and then 'Specific port'. In the text box aside set your port
Stefano
精彩评论