[RESOLVED] web cofig (authentication) problem
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
Re: web cofig (authentication) problem
Dear Friends,
Please help me. I am waiting for your response.
--Rajib
Re: web cofig (authentication) problem
Re: web cofig (authentication) problem
Thanks Boss for your response. I think it will help me more than I required from you.
-Rajib
Re: web cofig (authentication) problem
It'll help you more than you required? Is that a bad thing? :sick:
Re: web cofig (authentication) problem