Merge pull request #1896 from meum/patch-1
[mono.git] / mcs / class / System.Web / System.Web.Hosting / SimpleWorkerRequest.cs
index d83f591a89a76f515a837920f0f5e79dc144b8b8..0b8b450ecc44e3507a67dac8e9e379fd40930c0f 100644 (file)
@@ -127,11 +127,9 @@ namespace System.Web.Hosting {
                                return null;
                        }
                }
-#if NET_2_0
                public override string RootWebConfigPath {
                        get { return WebConfigurationManager.OpenWebConfiguration ("~").FilePath; }
                }
-#endif
 
                public override void EndOfRequest ()
                {