Hi Kevin & Kinook
Thanx for the reactions.
I did remove the App Mapping and indeed everything works !!!
I even created a VBScript to remove the .csproj / .vbproj script mappings from the IIS VirtualDir.
I only have one issue to solve.
When building the project it starts with a pre-processing step.
I got an error message like below:
Pre-processing...
http://localhost/directorybrowser/di...r.vbproj...not making target writeable (cannot modify URI files)...not setting properties (cannot update URI files)...not updating version (cannot update URI files)...
How can I address this issue ?? Modify security for IIS WebDir ??
Next to this issue I have one additional question (just for curiousity):
You mentioned "the Make VS.NET action converts each project's http location to a local filename (if it is located on localhost)".
How is this done ??