Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
726 views

IIS 7 - Virtual directory redirection path?

I wrote this little web app that lists the websites running on the local IIS + virtual directories attached to the websites. Using the following line I was able to get the HTTP Redirection URL of a ...
8
votes
6answers
2k views

Using IIS virtual directories in Visual Studio Web Application projects

I have an ASP.NET project that has the following directories \ads \photos both these folders have thousands of files in them that get updated frequently. I currently have my IIS set up like ...
6
votes
0answers
379 views

Deploying IIS Settings with Web Deploy

If I look at the Package/Publish Settings of a web application in Visual Studio 2010, there is an option to "Include all IIS settings as configured in IIS Manager (used only for IIS Web projects)" I ...
6
votes
4answers
3k views

IIS API - Create virtual directories?

Just looking for the relevant documentation. An example is not necessary, but would be appreciated. We have a situation where we are having to create 100s of virtual directories manually, and it ...
5
votes
2answers
2k views

What is the difference between a website and a virtual directory

What is the difference between a website and a virtual directory?
5
votes
9answers
510 views

Solutions for working with multiple branches in ASP.NET

At work, we are often working on multiple branches of our product at one time. For example, right now, we have a maintenance branch, a branch with code just going to QA, and a branch for a new major ...
4
votes
5answers
1k views

Unable to reference CSS properly in Site.Master with MVC2 in a Virtual Directory

Currently, I have a Site.Master page for my MVC app that renders great when run directly from VS2008. It looks like this: <%@ Master Language="C#" Inherits="System.Web.Mvc.ViewMasterPage" %> ...
4
votes
3answers
742 views

Forms authentication ignored in virtual application

I have an admin site set up as a virtual applcation inside of another website. I would like visitors to the sub directory (the virtual application) to be promtped for credentials using the same Forms ...
4
votes
3answers
502 views

IIS Virtual Folder URL encryption

We have a c# asp.net web application that, amongst other things, allows users to download previously uploaded files such as PDF's, Word docs etc. The asp.net app is served up via an IIS6 server and ...
4
votes
6answers
1k views

Javascript in Virtual Directory unaware of Virtual Directory

Say I have the site http://localhost/virtual where virtual is the virtual directory I have an Ajax request that is defined in a javascript file using JQuery $.getJSON("/Controller/Action") ...
4
votes
3answers
3k views

IIS6 Virtual Directory 500 Error on Remote Share

We have our servers at the server farm in a domain. Let's call it LIVE. Our developer computers live in a completely separate corporate domain, miles and miles away. Let's call it CORP. We have a ...
3
votes
2answers
681 views

IIS web deploy - create virtual directories?

When developing a site on VS2010/IIS 7.5, I'm using Web Deploy to publish the site from my machine to the dev site server. The site has about 40 virtual directories, and I'd like to automagically ...
3
votes
2answers
329 views

How to create virtual directories in PHP?

I want to create an application in PHP implementing virtual directory feature. Example: http://mydomain.com/user001 will display the contents of the url http://mydomain.com/index.php?user=user001. How ...
3
votes
3answers
1k views

ASP.NET MVC thinks my virtual directory is a controller

I have a virtual directory under my MVC website in IIS called "Files". This directory is at the same level as my Views directory. When I link to a file from my MVC app to a file under my Files ...
3
votes
2answers
172 views

How do I set up for sharing code (ASP.NET) across multiple domain names?

I have built a website and now the customer wants to split it between three different domains. What is the best way to do this? This is what I have so far. c:/website1/ points to ...
3
votes
3answers
126 views

ASP.NET Virtual Directory For Common Markup

I have a few applications that need to share a common set of markup. Scenario: I might have www.site1.com, www.site2.com, and www.site3.com. On all sites, /care/contact-us.aspx and /care/faqs.aspx ...
3
votes
2answers
6k views

IIS7 Creating Virtual Directory to files on another server

I am migrating some ASP.Net applications from IIS6 to IIS7 and all has gone well until now. I am trying to create several virtual directories on 1 server that will point to files on another server. In ...
2
votes
3answers
102 views

Accessing content file in c# web application

I am having this issue on my mind for 3 days now. I have an xml file that is marked as Content and Always Copy. The file was copied to: C:\Users\avi\Documents\Visual Studio ...
2
votes
2answers
184 views

.NET project in subdirectory on godaddy

I want to publish a web application as http://mywebsite.com/virtualpath/Default.aspx So what I did on localhost was I went to Visual Studio and in the project properties, defined a virtual path ...
2
votes
2answers
108 views

Is it possible to make App_GlobalResources a virtual directory?

Bad design aside, I have a web application that has dependencies on several folders in another web application. I've successfully made virtual directories for bin, several folders under App_Code ...
2
votes
2answers
822 views

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 actually a folder on the server assets/images whereas my site ...
2
votes
2answers
362 views

IIS Virtual Directory in Azure

I've been told that you can create virtual directories in IIS hosted on Azure but I'm struggling to find any info on this as its a relatively new feature. I'd like to point the virtual directory to an ...
2
votes
2answers
529 views

Password Protect Virtual Directory With .htaccess

I have a site with a virtual directory structure like mysite.com/folder/title which is actually a .htaccess rewrite to mysite.com/f/index.php?p=title. I want to password protect the folder folder with ...
2
votes
2answers
475 views

How to make a .net web application run as the root application in Visual Studio

I've been converting some .net "Web Sites" to "Web Applications". This has been going along smoothly. One of the steps that I perform each time I do a conversion is I go to the web section of the ...
2
votes
1answer
1k views

Visual Studio creating IIS virtual directories when solution opened

Visual Studio is asking to create virtual directories in IIS when I open a solution. Could this be because projects within the solution have been configured to use IIS rather than Cassini? The dialog ...
2
votes
2answers
276 views

Virtual directory problem for cruise control.net

I have downloaded cruisecontrol.net setup and have installed it in "C:\Program Files\CruiseControl.NET". It contains a folder called "webdashboard" which has aspx page and some other stuff as well. ...
2
votes
6answers
2k views

Is there a way to add a virtual directory to Visual Studio Development Server?

I'm using the Visual Studio Development Server, with a specific port. Is there a way to add a virtual directory to it? EDIT: Sorry, I wasn't very clear. I'd like to be able to add one or more ...
2
votes
1answer
663 views

A generic error occurred in GDI+ - permissions

When I attempt to save an image file to a virtual directory I get "A generic error occurred in GDI+." This seems to be a permission issue, because during the debug process, I changed the file path to ...
2
votes
1answer
3k views

getting base url of web site's root (absolute/relative url)

I want to completely understand how to use relative and absolute url address in static and dynamic files. ~ : / : .. : in a relative URL indicates the parent directory . : refers to the current ...
2
votes
1answer
142 views

What is the simplest way to map a folder on the file system to a url in Tomcat?

Here's my problem... I have a small prototype app (happens to be in Grails hosted on AWS) and I want to add the ability of the user to upload a few (max 10) images. I want to persist these images on ...
2
votes
1answer
203 views

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 ...
2
votes
0answers
83 views

Weird behavior regarding IIS virtual directory names

I'm new to using Microsoft IIS 6.0 and I'm encountering this weird behavior regarding virtual directory names. I once created a virtual directory with the following details: Alias: Y2YY Application ...
2
votes
1answer
648 views

Create a virtual directory in iis 6 programatically using vb.net as unprivileged user

I'm trying to write an application that will allow a non-administrator user to create virtual directories in IIS6. I've tried numerous different ways of impersonating a administrative account but ...
2
votes
5answers
555 views

Can you access a Virtual Directory outside of an ASP.NET website?

Can you access a Virtual Directory outside of an ASP.NET site? For example, in a Console application?
2
votes
2answers
979 views

IIS7: disabling HttpModule in subapplication - sites, application and virtual directories

I have a few aspx files in a "Cache" folder in my application and I do not want HttpModules to run for those files in that folder. I tried having a web.config in subdirectory but learned that ...
2
votes
4answers
1k views

Read a web.config file in a virtual directory

I have an ASP.NET application (Root Application) that has a virtual directory set up to another ASP.NET application (Virtual Application). How can I make the Virtual Application read values from the ...
2
votes
2answers
1k views

ASP.NET Deployment : Cant access Bin folder assemblies from virtual directory under site

I have an ASP.NET Web application which has 3 projects to handle 3 different layers of the application (UI , BL and Data Access).When i publish the UI project a directory called Precompiled will be ...
2
votes
2answers
369 views

How can I impersonate a different user while opening a virtual directory?

We have an ASP.NET (3.5) application which uses Forms Authentication to authenticate accounts. On the logon form, I also get a windows login token using LogonUser, which I use to impersonate the ...
2
votes
3answers
3k views

IIS virtual directory from web.config

I have a IIS problem that I think this blog gives me a fix for: To resolve it, Right Click on the virtual directory - select properties and then click on "Create" next to the "Application" Label ...
2
votes
3answers
981 views

IIS 6 with wildcard mapping and UNC virtual directory problem

On our production servers (win 2003 with IIS6 and load balanced with an F5 BIGIP), we have a problem when introducing wildcardmapping on IIS6. We use .net Framework 3.5 SP1. The issue manifests ...
2
votes
2answers
704 views

IIS Config file in virtual directory

I have multiple websites that all have the same code, but different app settings. I want to place my app settings in a separate configuration file that is located in a virtual directory. This will ...
2
votes
2answers
2k views

Creating virtual application/directory in physical folder on IIS/ASP.NET

What I want to achieve is simple: I have a website, say "my-site" - http://localhost In this website I have a (physical) folder "foo" - http://localhost/foo Inside the "foo"-folder I want to have a ...
2
votes
3answers
2k views

Sharing authentication between IIS applications on same domain

I have an IIS website on www.example.com and a virtual directory at www.example.com/demo/ How can I use the authentication cookie from www.example.com in my virtual directory?
2
votes
1answer
926 views

Cookie problems with virtual directories in IIS (deleting unwanted cookies)

I've just had a small nightmare with unwanted cookies somehow being created. I swear my code never created a cookie in a certain virtual directory, it just read it, but somehow my browser ended up ...
2
votes
5answers
2k views

Install tool to create virtual directory on IIS

What install tool can I use to create Virtual Directory on IIS? OpenSource, free or to do in C#.
1
vote
2answers
28 views

Make Apache virtual directory from the contents of a zip file

I have a couple of compressed zip file with static HTML content (e.g. a directory tree of documentation with several static html pages that link to each other, images, css, etc.) For instance, the ...
1
vote
0answers
33 views

creating virtual directory programmatically iis7

I got a website, would like to create a number of subsites under this one. Subsite will be created through a GUI, so virtual directory should be created on the fly. I have been searching for code to ...
1
vote
1answer
85 views

How to delete a virtual directory using PowerShell 2.0 against IIS 6.0

I need to delete a virtual directory using PowerShell v2.0 against IIS 6.0. The only way I have managed to do this successfully is to use the cscript command using the iisvdir.vbs /delete vbs script ...
1
vote
1answer
74 views

ASP.Net MVC and IIS 7 using Virtual Directory to a config file

I have an MVC application that is shared by many websites in IIS, but each needs it's own app settings. In my Web.Config, I have the following: <appSettings file="Config/AppSettings.config" /> ...
1
vote
3answers
291 views

ASP.Net Web User Control methods and events not available in code-behind of host page

I needed a validation tool that could be reused in multiple projects, so I decided to make it a Web User Control. Below are the steps I took to set it up: Created a new web project and added my Web ...

1 2 3 4