|
I looked in my apache log and I’m
seeing the following error: [Sat Jul 09 19:59:43 2005] [error]
[client <IP ADDRESS HERE>] request failed: URI too long (longer than
8190) Any ideas? Sorry I send an outdated clip from my
web.config. It now is as follows: <configuration> <system.web>
<authentication mode="Forms">
<forms name=".MONOAUTH" loginUrl="Administration/Login.aspx" protection="All" timeout="60" path="/Administration/"/>
</authentication>
<compilation debug="true" defaultLanguage="c#" />
<customErrors mode="RemoteOnly"/>
<trace
enabled="false"
requestLimit="10"
pageOutput="false"
traceMode="SortByTime"
localOnly="true"/>
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20"/>
<globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
</system.web> <location path="Administration">
<system.web>
<authorization>
<deny users="?"/>
</authorization>
</system.web> </location> </configuration> |
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
