|
-
Feb 26th, 2006, 02:06 AM
#1
Thread Starter
Lively Member
[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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|