Tagged Questions
The virtualpath tag has no wiki summary.
5
votes
2answers
4k views
How do you convert a url to a virtual path in asp.net without manual string parsing?
I've seen similar questions and answers regarding conversions from virtual to absolute and url, but how can I convert a url to a virtual path without manual string parsing?
Example:
I want ...
4
votes
2answers
1k views
How to resolve issue with image path when testing HtmlHelper?
I came across an issue when I was testing my HTML Helper. Basically I'm creating a grid with loads of rows, columns and different types of data in it. In the header there is also a image to notify the ...
0
votes
1answer
73 views
Popup asp.net page, javascript and path error 404
I've this problem. Two pages: a parent and a child called in popup window by javascript.
The child page is a search page. In this user can select one of the results and resend it to the parent page by ...
0
votes
1answer
109 views
asp.net VirtualPathProvider - no longer recognising physical files
I'm using VirtualPathProvider to return virtual pages from a database table and it's all working fine but the problem is that the site no longer recognises when a page exists physically rather than ...
0
votes
2answers
299 views
Create a VirtualPath in IIS for hosting a Web Service in SharePoint
I am trying to host a custom web service in SharePoint 2007 (WSS 3.0) and so far I have followed the instructions here to create a simple 'Hello World' web service: Create WSS Web Service
However, ...
0
votes
1answer
541 views
ASP.NET MVC: Can't figure out what VirtualPath is?
I have a View that displays a list of images and i am now trying to get it to display the images as thumbnails. Well, i'm pretty sure i got most of it right using VirtualPath's from a custom ...
0
votes
1answer
329 views
“Virtual Path Not Known” When running ASP.NET MVC Unit Test Project!
Does anyone know why is it not possible to get the virtualpath when you are running the
asp.net mvc unit test project? Is it because it creates a Temp folders under TestResults Folder.??