Skip to content

Commit

Permalink
Restore setting up shadow copying for 1.1 to fix failing tests
Browse files Browse the repository at this point in the history
svn path=/branches/mono-2-4/mcs/; revision=146140
  • Loading branch information
grendello committed Nov 13, 2009
1 parent 073ba34 commit 1eb009c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mcs/class/System.Web/System.Web.Hosting/ApplicationHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ public static object CreateApplicationHost (Type hostType, string virtualDir, st

setup.PrivateBinPath = BuildPrivateBinPath (physicalDir, bindirPath);
setup.PrivateBinPathProbe = "*";
#if !NET_2_0
setup.ShadowCopyFiles = "true";
setup.ShadowCopyDirectories = setup.PrivateBinPath;
#endif
string dynamic_dir = null;
string user = Environment.UserName;
int tempDirTag = 0;
Expand Down

0 comments on commit 1eb009c

Please sign in to comment.