Ask a Question related to Dreamweaver AppDev, Design and Development.
-
jt_advance #1
setting user access levels in the web.config file
I have an ASP.Net application with several users.
At present users have to log in to access the application, each user has their
access level stated in my users table.
Is it possible within my web.config file to restrict users who have read-only
access to be allowed only to do just that?
jt_advance Guest
-
How to limit access to admin subfolder using web.config file?
For the 'admin' area, you should have something like the following i nthe authorisation section of your web.config:- <allow roles="AdminRole" />... -
Security setting in Web.config file.
Hi All, We have the following scenerio. Machine 1: webservice is deployed in this machine. Machine 2: UserControl is deployed in this machine. ... -
Error loading XML file c:\windows\microsoft.net\framework\v1.0.3705\Config\machine.config
I had many ASP.NET web applications that I created before I had to rebuild my machine. After a fresh install of XP Pro, VS.NET 2003, etc, I now... -
user levels, cell phones, and user registration, plus cookies
I need to quote a client on the following and need to know how much work is involved, ie hours. The programming may be done in PHP (unless its... -
Access to config file
I'm writing C# ASP.NET application. For different parts of application I wrote different config files. When I was transferred files from my office... -
Paul Whitham TMM #2
Re: setting user access levels in the web.config file
Not really as the restriction capabilities are design to just restrict the
visitor.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"jt_advance" <webforumsuser@macromedia.com> wrote in message
news:d3lhpr$rpc$1@forums.macromedia.com...their> I have an ASP.Net application with several users.
>
> At present users have to log in to access the application, each user hasread-only> access level stated in my users table.
>
> Is it possible within my web.config file to restrict users who have> access to be allowed only to do just that?
>
Paul Whitham TMM Guest



Reply With Quote

