Posted on: 7/17/2014 7:32:11 AM | Views : 289

I have been observing that when resolving paths in the application (through Visual Studio Web Server) and then porting the same through IIS, it often ends up with a leading or trailing backslash is left behind because Visual Studio Web Server hosts the application as a separate website by itself and IIS sets the same as a virtual directory.
What is the best practice to approach in having the paths without needing to make code changes?

Go to the complete details ...