Showing related tags and posts accross the entire site.
-
I need pre validation for enabling or disabling buttons, menu items, toolbars and others. One of them is of course security that is already foreseen but sometimes we need data, data access validation. I was wondering if the service layer could be the right place to implement something like ‘CanDoDelete...
-
Hello, I'm using .nettiers with stored procedures access only. By default, .nettiers picks up each table's schema and creates SPs in the same schema. It also looks for custom SPs in the same schema. This is a problem for me because I'd like to have a different schema for the SPs. The table...
-
The current web service method signatures are of strongly-typed primitives and in complex environments risk versioning challenges. UDDI just pushes the problem into configuration/deployment management. Please consider an optional switch for both Domain and Service web service generation that: Accepts...
Posted to
.netTiers - Feature Requests
(Forum)
by
Pococurante
on
10-17-2007
Filed under: complex objects, Guidance Automation, parameters, Security, Validation, Enterprise Library, ASP.NET WebServices, WebService, Serialization, WCF, .netTiers, NetTiers
-
Hello, I would like to know if there is some native practice (from the EntLib for example) to be used in a Windows Form application where we would like to do Authentication/Authorization. I read about the EntLib Security Application Block (here: http://msdn2.microsoft.com/en-us/library/aa480465.aspx...
-
i have hosted my website that uses codeSmith generated codes Since it uses reflection and my webserver has HIGH security/thrust level I am getting the error like Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error...
-
Hi, First of all I would really like to say thanks to everybody who work on this stuff. It's been a couple of months since I was last here. I have been busy developing an application using the 2.0 nettiers release. We have released that application and it is getting fantastic feedback from our users...
-
Call me a purist, but Dynamic SQL gives me the shivers. There are clearly cases where it's unavoidable, of course, and thus the use of it in _GetPaged. I'm wondering, however, if it wouldn't be possible to limit these situations by boosting the interface for the _Find stored procedure. One approach I...
-
Heya guys, I am just thinking about to implement solution that will use AzMan as Authorization Provider with Task & Operations Permissions. But I get into problem that there needs to be some smart Authorization Filter based on Operation that will filter rules from my ACL table so this will give to...
-
Can anyone offer suggestions about how to implement some form of security/authorisation in the generated web service? I'm developing a client/server application. thanks Dave