반응형
1. 프로젝트 우클릭 - properties
(Right click a project - properties)
2. Web 탭에서 Server type : IIS Express
(On the Web tab, make Server type to IIS Express)
3. URL, Development port 를 원하는 포트 번호로 바꿔주기
(Makes URL & Development port to the desired port number)
3-2. SSL 설정하고싶을시 SSL port도 변경 (당연히 SSL 포트는 다른포트로 설정 이미지 무시)
(if you want to set ssl, change ssl port (definitely ssl port and normal port must different))
etc: 빌드 런 진행시 자동으로 생성되는 크롬의 포트를 바꾸고 싶을때
(etc, If you want to change the port of chrome that is automatically generated during build run. )
1. 상단 메뉴 Run - Edit Configurations
(Top menu Run - Edit Configurations)
2. 프로젝트를 선택하고 URL의 포트를 원하는 포트로 변경해준다 (이미지내의 포트 : 51475)
(Select a project and change the port in the URL to the desired port. Image port : 51475)
반응형