Reputation: 839
I'm currently developing a web application with asp.net mvc 4, wich uses a SQL database. My question is, how can I deploy it on my machine so its accesible from the internet? I really want to just deploy it on my machine so I dont have to migrate my database plus its not for production, my boss just wants to access the web application from his computer which is not on my local network.
Upvotes: 0
Views: 163
Reputation: 155608
http://yourIPAddress:yourForwardedPort/someAppPath
to access your application.Upvotes: 4