[Mono-list] Problem with FormsAuthentication - Request failed:
URI too long (longer than 8190) ??
Jesse Pasichnyk
jesse at pasichnyk.net
Sun Jul 10 18:06:02 EDT 2005
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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://galactus.ximian.com/pipermail/mono-list/attachments/20050710/191dc62d/attachment-0001.html
More information about the Mono-list
mailing list