CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

MS SQL 2008 on ASP.NET Hosting



Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 5/2/2006 2:57:14 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 1 Views: 20 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
2 Items, 1 Pages 1 |< << Go >> >|
jasonli
Asp.Net User
How to access unrestricted pages under masterpage?5/2/2006 2:57:14 AM

0/0

Hello,

I have an application using masterpage. All the pages under the same masterpage and being restricted by login page.

But now, I want to add two linkbuttons on master page to allow users to browse help and contact page without being authenticated. It seems I cannot get around of login page to access those two pages.

Is any good solution to allow user to access those two pages without login?

Thanks,

 

DMW
Asp.Net User
Re: How to access unrestricted pages under masterpage?5/2/2006 3:20:49 AM

0/0

Use a <location> element in your web.config for the two pages (help/contact). Inside the <location> element, set the <authorization> element to allow access to all users.

A sample of this might look as follows

  <!-- normal system web content -->
  ...
</system.web>
<location path="contactus.aspx">
  <system.web>
    <authorization>
       <allow users="*" />
    </authorization>
  </system.web>
</location>
...
</configuration>


Dave
2 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Microsoft Office SharePoint Server 2007: The Complete Reference Authors: David Matthew Sterling, David Sterling, Pages: 788, Published: 2007

Web:
Access Denied on a Sharepoint Site when editing Master Pages ... The master page will immediatly be corrupted and you wil get the access denied ... I have unrestricted Contributor access in Sharepoint designer and Full ...
PIQ Master Page Your access to and use of this Site is subject to your compliance with all ... partners or affiliates, an unrestricted, irrevocable license to use, ...
Suggestions Needed on Implementing Membership for My Project - ASP ... I have also created a broker.master Master Page in the site's root directory ... anonymous users navigation to general (unrestricted) pages. ...
Create a region type - SharePoint Designer - Microsoft Office Online In Office SharePoint Designer 2007, open the site whose master page you want to .... Note User groups that have unrestricted access to Office SharePoint ...
Difference between "Master Diver" & "Dive Master" - Page 4 ... By joining our free community you will have access to post topics, ... Com - Unlimited-Unrestricted-Secure Usenet News==---- ...
Microsoft Office SharePoint Server 2007 – Custom Chrome / Branding Under Site Master Page notice that our master page is ... From here click / enable Allow unrestricted use of SharePoint Designer and click OK. ...
Create a region type - SharePoint Designer - Microsoft Office Online Note User groups that have unrestricted access to Office SharePoint Designer .... You have added content placeholders to your master page to create content ...
Remote Computing Utility Eases Interface Problems - SIGNAL Magazine A link is established from the master page to the application module page. ... Users have access only to unrestricted accounts, namely their own. ...
PoweredTemplates welcomes your feedback on its services 1 Title Master Page • 1 Slide Master Page • 1 Print Master Page ... PoweredTemplates shall be free to use such information on an unrestricted basis. ...
asp .net « Anubhav Goyal For a Web client, the shell is a master page. You can use ASP. .... is possible for the attacker to gain unrestricted access the application as that user. ...




Search This Site:










user controls: to load or not to load

microsoft distributed transaction coordinator service

programmatic add a share folder.

get control text property in run time

library of composite controls for sale or download?

delegate doesn't fire

dhtml context menu with htmltablecollection

this.style returning only z-index

inherit linkbutton, trying to make a simple control...

are all the downloadable controls free?

checkbox inside listbox

simple: saving collection property

specified cast is not valid. -- in vs.net design time

design time support for complex properties

system.drawing.design.fonteditor for composite control

toolbox icons in visual studio .net?

validator inside of composite control pointing to an outside control

gdi+ web controls

intellisense/designer problems with custom data source control

derived classes cannot raise base class events

expandable tableitemstyle in designer

go daddy host and new to asp

datepicker control - urgent

java script upgrade "undefined is undefined error"

how can i reference my user controls in webpart class?

programatically load user control

treeview displays text only

looking for a host

custom server control display in studio.net

which cms

  Privacy | Contact Us
All Times Are GMT