re:
!> I really need two login forms.
No, you don't... ;-)
re:
!> Or, can I do some workaround with only one login form to achieve goals
!> described in previous letter?
Indeed, you can.
Look into the <location...> web.config element :
http://support.microsoft.com/kb/316871
http://msdn2.microsoft.com/en-us/library/ms178692(VS.80).aspx
Configure your secure locations in the root web.config...
http://msdn2.microsoft.com/en-us/library/aa302435.aspx
Check the "authentication" section :
<forms loginUrl="Restricted\login.aspx"
protection="All"
requireSSL="true"
timeout="10"
name="AppNameCookie"
path="/FormsAuth"
slidingExpiration="true" />
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> On Jun 25, 3:15 am, Peter Bromberg [C# MVP]
> <pbromb...@yahoo.yabbadabbadoo.com> wrote:
[quoted text clipped - 5 lines]
>
> D
Peter Bromberg [C# MVP] - 26 Jun 2007 14:46 GMT
Precisely! :)

Signature
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder(BETA): http://www.blogmetafinder.com
> re:
> !> I really need two login forms.
[quoted text clipped - 41 lines]
> >
> > D
drasko - 27 Jun 2007 08:06 GMT
On Jun 26, 12:34 am, "Juan T. Llibre" <nomailrepl...@nowhere.com>
wrote:
> re:
> !> I really need two login forms.
>
> No, you don't... ;-)
Ok, these are good news... :) Thank you!!!!
> re:
>
[quoted text clipped - 36 lines]
>
> > D