Web config security settings
From: Kazim Kargi (kkargi_at_hotmail.com)
Date: 08/21/03
- Previous message: Kazim Kargi: "Web config security settings"
- Next in thread: Teemu Keiski: "Re: Web config security settings"
- Reply: Teemu Keiski: "Re: Web config security settings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 21 Aug 2003 07:42:00 -0700
Hi all;
I want to use user name and password in my asp.net project
for all aspx files but not for asmx files. Or i want to
use some files with user name but some another not
In web config my configuration is;
authentication mode="Forms">
<forms loginUrl="tom/ortak/LoginPage.aspx"
protection="All" path="/tom/"/>
</authentication>
<authorization>
<deny users="?"/>
</authorization>
I want some files not to ask user name/ pass while other
project files ask on same time. How can i do?
Thanks for your help...
- Previous message: Kazim Kargi: "Web config security settings"
- Next in thread: Teemu Keiski: "Re: Web config security settings"
- Reply: Teemu Keiski: "Re: Web config security settings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|