This is my workspace web.config.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<compilation defaultLanguage="vb" debug="false" />
<customErrors defaultRedirect="Error_Page.htm" mode="Off" />
<authentication mode="Windows" />
<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;user id=sa;password="
cookieless="false"
timeout="99999" />
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
<identity impersonate="true" />
</system.web>
<appSettings>
<add key="ServerName" value="BWSTESTE" />
<add key="WebServer" value="http://BWSTESTE/K2V3" />
<add key="ViewXML" value="False" />
<add key="UserManager" value="ADUM" />
</appSettings>
</configuration>
I can't see any mistake here...
Even so I still get that message error...
I've seen the KB kerberos help file... Still it didn't help me...
Ricardo
login fail
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
