|
-
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
-
Feb 26th, 2006, 09:49 PM
#2
Thread Starter
Lively Member
Re: web cofig (authentication) problem
Dear Friends,
Please help me. I am waiting for your response.
--Rajib
-
Feb 27th, 2006, 09:40 AM
#3
Re: web cofig (authentication) problem
-
Feb 27th, 2006, 10:54 PM
#4
Thread Starter
Lively Member
Re: web cofig (authentication) problem
Thanks Boss for your response. I think it will help me more than I required from you.
-Rajib
-
Feb 28th, 2006, 04:58 AM
#5
Re: web cofig (authentication) problem
It'll help you more than you required? Is that a bad thing?
-
Feb 28th, 2006, 11:39 PM
#6
Thread Starter
Lively Member
Re: web cofig (authentication) problem
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
|