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/MyVirtualDirectory/MyPage.aspx[详细]
2022-12-23 20:40 分类:问答Create Virtual Directory and Set Permissions IIS7 - Cannot read configuration file due to insufficient permissions
I am trying to create a virtual directory and set it\'s permissions using IIS7 and C#. Here is a sample of my code:[详细]
2022-12-23 18:38 分类:问答how to set ASP.NET version for virtual directory using .net
how to set ASP.NET ve开发者_如何学JAVArsion for virtual directory using c#.net FROM CODE for all iis version? the folllowing code worked out for me[详细]
2022-12-23 16:09 分类:问答one site or many?
I have about 10-12 websites (main site is classic ASP, others are ASP.NET 2). Each site has his own virtual directory. They are related to each other, mainly from main site other s开发者_JAVA百科ites[详细]
2022-12-22 13:13 分类:问答Virtual directories not showing up in VS 2005
How come when I create an IIS based website, any virtual directories created under the main app sho开发者_如何学Cw up in VS2005 but if I create a file-system based website, then use IIS to configure a[详细]
2022-12-21 00:13 分类:问答why it is still necessary to create virtual directory in IIS when website content is placed in IIS root directory
As virutal directory points to physical path of the application, so if the IIS root directory is C:\\inetpub\\wwwroot and the application is stored at D:\\websites, than we need to create a virtual di[详细]
2022-12-19 21:53 分类:问答Single Sign On for Web Application and Application in Virtual Directory
To enable single sign-on for a web application and a web application in a virtual directory, I set the machinekey in both apps to the same:[详细]
2022-12-19 20:11 分类:问答IIS Default Web Site locking down virtual directories
I have a Web Site in IIS 6.0 that hosts several virtual directories.Some of the virtual directories in the Web Site need to be served out to the internet, so there is a public DNS entry for the Web Si[详细]
2022-12-19 15:17 分类:问答Detect mapped virtual directories from an ihttpmodule in a c# .net application
I have a .net website which contains an IHttpModule I wrote to do certain tasks (authorisation etc). But within the website there are a number of virtual directories that are mapped to third party app[详细]
2022-12-19 04:40 分类:问答Get name of virtual directory?
I\'m us开发者_JAVA百科ing Request.ApplicationPath to learn the name of the Virtual Directory in which I\'m running.Is there a more reliable way?Request.ApplicationPath is perfectly reliable way of get[详细]
2022-12-19 03:40 分类:问答