473,654 Members | 3,060 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Authorization and Profile Application block question

Hi all. I'm trying to figure out the Authorization and Profile Application
Block. I'm trying to fold this block into my 3 tier'ed app.
I understand why I need the configuration setting "authorizationP roviders", but
I would think it would go in the App.config in the middle app, which is a Class
Library project. Instead, I can only get the block to work when the
configuration settings are in the Web App tier, in web.config. Can anyone
explain this?
Specifically, even though the block code is in the middle app, when I call
Configuration.G etConfig("autho rizationProvide rs")
it tries to get this from Web.config in the web app instead of looking in
App.config from the middle tier project.
Thanks for the help.
Nov 18 '05 #1
1 1032
No, this will work in any case. If ur writing some dlls (middle app)
then put the config stuff in dll.config

Regards
Pali

will <gr****@willwya tt.com> wrote in message news:<7fTUb.162 57$EW.6534@okep read02>...
Hi all. I'm trying to figure out the Authorization and Profile Application
Block. I'm trying to fold this block into my 3 tier'ed app.
I understand why I need the configuration setting "authorizationP roviders", but
I would think it would go in the App.config in the middle app, which is a Class
Library project. Instead, I can only get the block to work when the
configuration settings are in the Web App tier, in web.config. Can anyone
explain this?
Specifically, even though the block code is in the middle app, when I call
Configuration.G etConfig("autho rizationProvide rs")
it tries to get this from Web.config in the web app instead of looking in
App.config from the middle tier project.
Thanks for the help.

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1991
by: phreeskier | last post by:
i want to implement authorization with windows authentication and don't have the slightest clue of how to do this implementation. the basic windows authentication for this .NET application is already setup. my problem lies within my inability to manipulate the username captured in the authentication process and my knowledge of how IIS is involved. specifically, i have the following questions: 1) what object(s) can be used so that the...
0
984
by: Bryan Ax | last post by:
Does anyone know of any articles that show how to implement a custom authorization provider with the Authorization and Profile Block from MS (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/authpro_ch_03.asp) using a database as the storage mechanism for users, roles, etc, instead of Active Directory or the xml sample provided? Sincerely, Bryan Ax
9
2742
by: Bijoy Naick | last post by:
I've implemented forms authentication and authorization on my application. In my Web.Config, my authorization section looks like this.. <authorization> <allow roles="admin" /> <deny users="*" /> </authorization> If an authenticated user, who is NOT designated the role "admin" attempts to access this folder, he/she is simply redirected to the login page.
7
1294
by: dee | last post by:
When i sign on using <authentication mode="Forms"> <forms loginUrl="LogIn.aspx"/> </authentication> My login code is: If MyCheckPassword(name, pwd) Then FormsAuthentication.RedirectFromLoginPage(name, True)
5
1627
by: | last post by:
When completing certain types of transactions, the users of my app will need to have the clients sign an authorization form. I want to add a button to the page that allows them to print the auth form customized with the client's name, etc... I was thinking of using MS Word and automating it with client side VBScript. I want to store the template on the server so it can be updated centrally. I don't need to save the doc anywhere, just...
5
1276
by: cipcip | last post by:
By default profile use sql server xpress provider and probabily, caches stored data when they are requested for the first time, So the question is: why we should use profile instead of storyng, retrieving and caching user data manually from a database? Is it only for an easier approach of state maintenance, or are there other advantages?
14
1783
by: tshad | last post by:
I am trying to set up an intranet at work that will use our Active directory to authorize our users. We also want them to access the site from the outside (such as at home) and also be authenticated by our Active Directory. We don't want to set up a separate Sql setup. I tried to set up my Web.config file like so: ********************************************************** <?xml version="1.0" encoding="utf-8" ?>
0
955
by: Jesse Johnson | last post by:
I have this block of code below, but when ran it only creates the member it doesnt fill in his profile data. Is there something I am missing? Please let me know what I can do, just trying to progamatically create a member and fill in his profile information. Thanks in advance. protected void btnCreateuser_Click(object sender, EventArgs e) { // Store username for use string strNewUsername = tbUserName.Text;
1
4337
by: ojay | last post by:
Hello. I am a coldfusion novice with the mammoth task of creating a site that allows users to login. Once logged in they have a profile area with rights to order and edit their details. Login is fine. The site and all content is available for viewing by all (it is just information so these pages do not need authorization.) It is once the user logs in that I loose clarity. I am assigning roles for one admin, the rest are just 'user'....
0
8294
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8816
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8709
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8494
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8596
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2719
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1924
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.