Here is the situation: I made an MVC4 app with MongoDb. It is a mini social network with minimal functionality - you can follow people, post messages and see messages of people that you follow. I want to show it to my friends, so that they can use it an fill some data in the database on my computer. I have a dynamic IP router so i did this: when i run the app(with F5 for debugging, but it still works), it hosts on localhost:56722 i made registration in noip.com, downloaded their software. Every 5 minutes the software updates to the host if my router IP has changed. In the noip website, i made a host: *****.myvnc.com Host type: Port 80 redirect IP adress - my router's ip Port: 56722
so whenever you type ****.myvnc.com , where *** stand for my nickname, it does redirect to my ip: port 56722
i go to my router options and make port forwarding for Service port: 56722 Internet port: 56722 (tried each of them swapping with 80, didn't work)
for all protocols. Now, whenever i try to go to *****.myvnc.com it shows the logo of M$ IIS8 and when you click it, redirects to iis website. (when i stop running the MVC and try access the host, it doesn't show it). Any idea how i can make it show my MVC application? I am really new to this stuff, this is my 1st MVC project and I've never made a website host. This is the second day I'm trying to find the solution, so i apologize if my request sounds silly :)