nash_ph_41 0 Newbie Poster

I try to deploy a .NET1.1 website in Windows Server 2008

As i know, the server need .Net Framework 1.1 install before the deploy begin .

So i follow the instruction in this link

http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008/

While after the completion. Then i paste the project in inetpub
and Create Application in the IIS

I press browse to begin my test run
however this error come out

<!-- /security -->
Line 42: <section name="sessionState" type="System.Web.SessionState.SessionStateSectionHandler, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication" />
Line 43: <section name="trace" type="System.Web.CFonfiguration.TraceConfigurationHandler, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />


It also mention the machine.config coz this error

c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config

is there somene have any idea wat happen to the setting?
Thanks for advanced