[Mono-list] ASP.NET 2 Compilation Problems
Chris Toshok
toshok at ximian.com
Mon Apr 24 17:34:44 EDT 2006
Hm. I know I've seen problems like this before but I could have sworn
I'd fixed them all. Could you send me more of a recipe on how to
reproduce this? I can't get it to happen.
Chris
On Thu, 2006-04-20 at 17:26 -0600, Patrick Earl wrote:
> I did some more tests on the config file issue. It doesn't seem to have
> anything to do with multiple applications. I've included an example
> configuration file. The config file below works as is. If I uncomment
> the first <authorization> section, I get the duplicate element error.
> Ideas?
>
> Patrick
>
> <configuration>
> <appSettings>
> <add key="Login_DomainName" value="TuboDRIL"/>
> </appSettings>
> <system.web>
> <compilation debug="true"/>
> <customErrors mode="Off"/>
> <authentication mode="Forms">
> <forms name="TubularInventoryViewerAuth" path="/FSWebApps/TuboDril"
> loginUrl="/FSWebApps/TuboDril/login.aspx" protection="All" timeout="30">
> </forms>
> </authentication>
> <!--
> <authorization>
> <deny users="?"/>
> </authorization>
> -->
> </system.web>
> <!--
> <location path="forgotpasswd.aspx">
> <system.web>
> <authorization>
> <allow users="?"/>
> </authorization>
> </system.web>
> </location>
> -->
> </configuration>
>
>
> _______________________________________________
> Mono-list maillist - Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
More information about the Mono-list
mailing list