Hi All, I'm upgrading my project from Visual Studio 2008 to Visual studio 2013 Ultimate.
My project contains website while debugging the website pages using IIS express as default most of URL in the website get errors.
In Addition using of (Request.ApplicationPath) returns "/".
Issue Description:
VS 2008: -
For ex:
we can access web site: <<http://localhost>> :<< Port>>/<>/<>.
VS 2013 :-
For ex:
we can access web site: <<http://localhost>> :<< Port>>/<>.
http://localhost:<>/ : reference to the application folder
Please i need some help to solve this issue for urgent.
Thanks in advance