Comment 27 for bug 662204

Revision history for this message
Robin Jones (robin-networkfusion) wrote :

> By the way, does that go inside the <configuration></configuration> tags? Or at the root of the file?

this is the top of my web.config file:

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <!-- Comment out Below to turn off detailed server errors -->
        <httpErrors errorMode="Detailed"/>
        <!-- Change the below settings to match your environment -->
        <fastCgi>
            <application fullPath="C:\php5\php-cgi.exe" activityTimeout="1200">
                <environmentVariables>
                </environmentVariables>
            </application>
        </fastCgi>

  <rewrite>
...

> About the 401 problem...

cool!