Unknown folder string added into the path of the website
I was using Visual Studio WDE 2008, and I noticed that my virtual ASP.NET Development Server adds "/src" directory at the beginning of my web pages. Then it started to add "/WebApp", for the projects those reside in the sub-directory of a WebApp directory.
When I took a look at the project properties, I saw that there is a virtual path defined by default as the outer-directory of my web project. When I cleaned up the "Virtual Path" everything was fine not only in my development machine but also in the IIS server.
When I took a look at the project properties, I saw that there is a virtual path defined by default as the outer-directory of my web project. When I cleaned up the "Virtual Path" everything was fine not only in my development machine but also in the IIS server.
Comments