Dear Friends,

I have developed a ASP.NET application and I want that people must login to the system to brows any page.

So I have wrote the following code in web config file.

<authentication mode="Forms">
<forms name="CME 2006" path="/" loginUrl="start.aspx" />
</authentication>
<authorization>
<deny users="?" />
</authorization>



Now no page can be brows from url. But problem is that when i login with correct username and password it returns to the same page. I think I am making a mistake.

Please Help me.

-Rajib