I am new inasp.net, I am giving form authentication to my web site for that i have
written following code in web.config file.On compilation it is giving me error.
like unable to start your project .....
can any body help me out.

thanks & regards
PPCC

the code goes here..

<authentication mode="Forms"/>

<forms name="formsauth1" loginUrl="Login.aspx" protection="all" timeout="30" path="/">

<location path="Login.aspx"> [This can also be a folder]

<authorization>
<deny users="?" />
</authorization>

</location>