Reputation: 53323
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! )
Upvotes: 0
Views: 351
Reputation: 1128
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
Upvotes: 4