I have a controller returning a image (Code based on this question)
When I use that as a src on my tag, I need to specify the port # as follows:
http://localhost:<Port #>/MyController/Image/MyImage
Is there a way I can avoid using the port #?
I have a controller returning a image (Code based on this question)
When I use that as a src on my tag, I need to specify the port # as follows:
http://localhost:<Port #>/MyController/Image/MyImage
Is there a way I can avoid using the port #?