C
cmay
I have a web application that I want to run using the "ASP.NET
Development Server" when I am working locally.
When I go to do this however, I don't see an option to set the Virtual
Path. By default it creates a virtual path that is the same name as
the folder that holds my app, e.g. "/MyWebApp", but in this case the
app I am trying to run is a root website application, so there are lots
of relative URLs that are expecting /images, or /styles or /javascript,
not /MyWebApp/images etc.
Is there a way that I can configure this to run w/o the virtual path?
Development Server" when I am working locally.
When I go to do this however, I don't see an option to set the Virtual
Path. By default it creates a virtual path that is the same name as
the folder that holds my app, e.g. "/MyWebApp", but in this case the
app I am trying to run is a root website application, so there are lots
of relative URLs that are expecting /images, or /styles or /javascript,
not /MyWebApp/images etc.
Is there a way that I can configure this to run w/o the virtual path?