Open in Browser didn't work (Asp.net MVC5)

I created a new project (Asp.net MVC5) in Rider on MacOS but when i run application, browser opened with an error. Can anyone help me?

0
1 comment

Hello,

Thanks for your comment. Network interface port 5000 is used by Apple Airplay Receiver on latest MacOS, the default MVC5 template will use this port to host dev server. You can resolve the problem by using another port for your application.

To prevent this issue, you can change the development server port and the corresponding execute profile in Rider.

1. Change the development server port in generated *.csproj file.

2. In `Run | Edit Configuration`, change the corresponding configurations as below.

Feel free to let me know if you need any help!

Regards,

Tao

0

Please sign in to leave a comment.