I have a C# 2010 web application that I am going to be setting up.
If I want to point to a file on my C drive like C:\work\app, how does this translate to a url on the internet?
I know localhost would be part of it. However, what would be the rest of the url?
Loading
VulpesPosted May 6, 2012, 8:43 AM
VulpesPosted May 10, 2012, 11:26 AM
This is because you're using the wrong scheme (http://) to access a file on the local machine.
scampercatPosted May 10, 2012, 10:12 AM
http://localhost/c:/work/app ?