|
3.2.3 - Root Web.Config |
Top Previous Next |
|
Step 3: Modify the ROOT Web.Config
Now, you need to modify the Web.Config in the ROOT, i.e.
WARNING: There are 2 Web.config files in StaffView application, make sure you are changing the ROOT one this time
Original Code:
<authentication mode="Forms"> <forms name="FormAuth" loginUrl="~/Admin/Default.aspx" timeout="60" /> </authentication>
Change To:
<authentication mode="Windows"> </authentication>
|