Questions tagged [virtual-path]
54 questions
0
votes
1 answer
How can I activate "Use Visual Studio Development Server" options on Visual Studio 2013?
I want to clear Solution Virtual Path on Visual Studio 2013 but I can't find "Use Visual Studio Development Server" options when right click on Solution like in Visual Studio 2012. Can you help me?
Thank you.

Alperen KÖYLÜ
- 11
- 1
0
votes
0 answers
Android: trouble with too many locations of the virtual /sdcard/
There is one post about the multiple sd card path
Confused by the many locations of the virtual /sdcard/
My question is, how to detect 2 different paths point to the same sdcard? For example,[/storage/emulated/0, /storage/sdcard0] are in fact the…

mianlaoshu
- 2,342
- 3
- 27
- 48
0
votes
2 answers
Relative Url to Virtual Path?
I can find lots of .NET functions that convert a virtual path ("~/images/test.jpeg") to a relative url ("/MYSITE/images/test.jpeg"), however do any functions exist that convert a Relative Url to a Virtual path?
The alternative is to use something…

maxp
- 24,209
- 39
- 123
- 201
0
votes
1 answer
ASP.NET: IsVirtualPath?
Is there a function to determine whether a URI is a valid virtual path? I'm given a string and need to use Server.MapPath() on it without throwing an Exception when the string is not a valid virtual path.
Vote to close my question. Answer is @…

JamesBrownIsDead
- 73
- 1
- 1
- 5
0
votes
1 answer
My virtual path isn't working in release mode in MVC 4
My project (named Viper) seems to be working fine in debug mode on my dev PC.
The following line
Setup
gives me the following link in the browser in dev, which works…

Scottie
- 11,050
- 19
- 68
- 109
0
votes
1 answer
Why application root “~” resolves to site root “/” in ASP.NET?
I have an ASP.NET Web Forms site developed under Visual Studio 2012. There is a master page with navigation bar and links to CSS tables. Bot are specified using the application root operator "~"
<%:…

Mikhail
- 20,685
- 7
- 70
- 146
0
votes
0 answers
Install Umbraco 4.8.1 fails to compile
I have installed a new site with Umbraco 4.8.1 and the first thing I try to do is to build the project, but I get this error :
C:\inetpub\wwwroot\UmbracoAlden\umbraco\developer\RelationTypes\NewRelationType.aspx(1): Build (web): The virtual path…

Stephane Mathis
- 6,542
- 6
- 43
- 69
0
votes
1 answer
Hiding/changing the virtual path in classic ASP
We have a website that requires a username and password. Once logged in, the user can select a link to a PDF in the web browser. Once this has happened they are able to see the full URL path of the PDF, they could copy and paste the path into a…

Greesemonkey3
- 207
- 3
- 15
-3
votes
1 answer
Asp.net: - is a physical path, but a virtual path was expected
I want to download an excel file format from my local PC, So I wrote my code as below
protected void btnDownloadExcelTemp_Click(object sender, EventArgs e)
{
try
{
string strFileFormat =…

Nad
- 4,605
- 11
- 71
- 160