Top "Virtual-directory" questions

A directory that is not stored on-disk but is only conceptualized in a specific program (e.g. an IDE).

Why does my IIS virtual directory work with http://localhost but not http://computername?

I have been given the task of adding functionality to an existing IIS 6.0 website. To do it, I have built …

iis-6 virtual-directory
How to enable the Virtual Directory Support php?

I see "Virtual Directory Support" is disabled in phpinfo.php, how can I enable it ?

php virtual-directory
IIS Virtual Directory map to network drive (with drive letter) but fail to create file

I am using C#/ASP.NET, IIS6 on Windows Server 2003. Map the data server shared folder to the WebServer with …

iis virtual-directory
Virtual directory inside of ASP.NET Core app in IIS

We have an application using ASP.NET Core 1.0 RC1 and hosted on IIS. It works fine. Now we have static …

iis asp.net-core virtual-directory
Visual Studio 2015 - Adding virtual directory not possible

we are running some of our sites as Web Site projects in Visual Studio. We recently upgraded to VS2015. Now …

asp.net visual-studio-2015 iis-express virtual-directory
getting base url of web site's root (absolute/relative url)

I want to completely understand how to use relative and absolute url address in static and dynamic files. ~ : / : .. : in a …

asp.net javascript relative-path virtual-directory absolute-path
nginx rewrite virtual directory to file

This should be really easy to do but I'm hitting my head on the wall. If I get a request …

nginx virtual-directory
How to Properly Reference a JavaScript File in an ASP.NET Project?

I have some pages that reference javascript files. The application exists locally in a Virtual Directory, i.e. http://localhost/…

asp.net javascript virtual-directory
Configure ASP.NET Web API application as a Virtual Directory under ASP.NET MVC application

Due to various engineering requirements, I need to develop a new ASP.NET Web API application (named as BarApp) within …

asp.net-mvc asp.net-web-api virtual-directory
Get name of virtual directory?

I'm using Request.ApplicationPath to learn the name of the Virtual Directory in which I'm running. Is there a more …

c# asp.net iis path virtual-directory