virtual-directory
asp.net login control relative url problem
login CreateUserUrl=\"~/user/page.aspx\" goes to x.com/user/page.aspx instead of x.com/dir/user/page.aspx[详细]
2023-02-18 15:50 分类:问答save file to virtual directory
Hi I am unsure how to do this, I am using shared hosting. I have a virtual directory at http://www.example.com/images. This directory is actuallya folder on the serverassets/images whereas my site is[详细]
2023-02-18 03:44 分类:问答ASP.Net How can I upload file to virtual directory on same server as web app
I have a web server with a web application and a website both on it (2 seperate entities within IIS7.0). The web application needs to be able to upload files to a virtual directory created within the[详细]
2023-02-16 13:58 分类:问答Why is my code not evaluated as expected inside of a tag attribute?
This code: <% string path = Request.ApplicationPath.ToString(); %> <link href=\"<%= path %>/Content/Site.css\" rel=\"stylesheet\" type=\"text/css\" />[详细]
2023-02-15 09:19 分类:问答Setting up a full copy of a site in one of its own subdirectories
I\'ve been asked to implement the French translation of an ASP.NET 3.5 website. Each translation is going into its own separate website (www.mysite.com, www.mysite.mx, www.mysite.ca, etc). Unfortunate[详细]
2023-02-12 05:38 分类:问答Virtual Directory root vs Default web site root
I am using iis 5.1 in which we have only only one default website, I have two projects v2 and v3 my website points to v2 projects and have some folders images, styles etc[详细]
2023-02-10 03:06 分类:问答How to write a log on an ASP.NET website virtual directory?
My website is running as an ASP.NET user in IIS. I\'ve created one virtual directory, \'Logs\', which is internally pointing to my shared drive folder whic开发者_开发百科h is access by a limited numbe[详细]
2023-02-09 23:14 分类:问答ASP Classic can not access Virtual Directory using FileSystemObject on IIS 7
I have a Classic ASP website which we have moved from IIS 6 to Win2k8 and IIS 7.Within the website folder structure, is a Virtual Directory called Products containing JPGs that are physically stored e[详细]
2023-02-09 20:26 分类:问答A file's web address is different from the local file structure
I\'m not sure how best to describe this (as you can clearly tell from the title) so I\'ll give you an example:[详细]
2023-02-09 12:01 分类:问答Preventing Rogue spiders from Indexing directory
We have a secure website (developed in .NET 2.0/C# running on Windows server and IIS 5) to which members have to log in and then they can view some PDF files stored in a virtual directory. To prevent[详细]
2023-02-07 19:10 分类:问答