Ask a Question related to ASP.NET Security, Design and Development.
-
Tommy Martin #1
I need an open page
I have been working on implementing forms based security but I need 1 page
that is open to the public to create a new account.
How can I specify one page not to be checked for security?
Thanks in advance.
Tommy
Tommy Martin Guest
-
To open a page of a PDF
Hi. I have SDK 6.0. The document only has bookmarks. It no has named destinations. Is it possible to open a page from a vb6 aplicattion, at a... -
.htm page open in .htm
I have tried frames to open a .htm in the middle of a page. The menu is not opening properly now. Is there another way to open a .htm page in... -
Can I open a page as a popup using GOTO DETAIL PAGE
ok, i have posted this before but i didnt get any response. I have failed to find an answer anywhere else. I want to open a GOTO DETAIL page... -
the page can not open
the web form works for every body .... except for 1 person when he hit the submit button then it display the page can not display ... ex as... -
Open a page with php
I need to be able to open different pages depending upon which botton was selected on a form. I can't find how to do this any help would be great. ... -
Joe Audette #2
I need an open page
Something like this in the web.config
<location path="yourunsecurepage.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
but I need 1 page>-----Original Message-----
>I have been working on implementing forms based securitysecurity?>that is open to the public to create a new account.
>
>How can I specify one page not to be checked for>
>Thanks in advance.
>
>Tommy
>
>
>.
>Joe Audette Guest
-
Tommy Martin #3
Re: I need an open page
Works great!! Thanks.
Tommy
"Joe Audette" <respondtojoe_audette@yahoo.com> wrote in message
news:0a4001c3c3ea$85626e90$a501280a@phx.gbl...> Something like this in the web.config
>
> <location path="yourunsecurepage.aspx">
> <system.web>
> <authorization>
> <allow users="*" />
> </authorization>
> </system.web>
> </location>
>
>
>
>> but I need 1 page> >-----Original Message-----
> >I have been working on implementing forms based security> security?> >that is open to the public to create a new account.
> >
> >How can I specify one page not to be checked for> >
> >Thanks in advance.
> >
> >Tommy
> >
> >
> >.
> >
Tommy Martin Guest



Reply With Quote

