redirect to https #93
-
Page is redirected to https://localhost:5000 when launch dnx web. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I guess you are doing this from the command line and not from visual studio. When using the command line, you need to pass the server URL yourself to start the site with the correct scheme and port (The default is always 5000). If you specify this URL after the 'web' command in project.json, then IIS Express stops working :( Maybe RC2 will fix this problem. |
Beta Was this translation helpful? Give feedback.
-
Feel free to reopen this issue if you have any more questions. |
Beta Was this translation helpful? Give feedback.
I guess you are doing this from the command line and not from visual studio. When using the command line, you need to pass the server URL yourself to start the site with the correct scheme and port (The default is always 5000). If you specify this URL after the 'web' command in project.json, then IIS Express stops working :( Maybe RC2 will fix this problem.