473,326 Members | 2,588 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Website restrictions

Hello everybody,
I'm working on a website using asp.net/iis
and this site will be published only on my company's intranet.

Now I want that only a subset of the intranet users can have access to
the site in read mode
(that is to view data only)
and I want also that another subset of company users can access in
write mode
(that is view and modify data).

How can I do that??
Some ideas?

P.S.
About the website, I have the main page where users can query data and
in the same page a link
to another page where users can insert/update data.

Thanks in advance.

ByeBye.

May 31 '07 #1
1 960
On May 31, 9:41 am, ciccone1...@gmail.com wrote:
Hello everybody,
I'm working on a website using asp.net/iis
and this site will be published only on my company's intranet.

Now I want that only a subset of the intranet users can have access to
the site in read mode
(that is to view data only)
and I want also that another subset of company users can access in
write mode
(that is view and modify data).

How can I do that??
Some ideas?

P.S.
About the website, I have the main page where users can query data and
in the same page a link
to another page where users can insert/update data.

Thanks in advance.

ByeBye.
Use Windows Authentication
http://www.google.com/search?hl=en&q...cation+asp.net

Assing users who can write to a specific Active Directory group

Check in the code

if (User.IsInRole("domain\group")) {
EditButton.visible = true;
}

May 31 '07 #2

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

Similar topics

4
by: tthallah | last post by:
Hello, Voor een website willen "trusted website" omzeilen. Aan de hand van php en vbscript is er een script die microsoft word documenten leest en die in de database "mysql" opslaat. Om dit te...
2
by: Ernst | last post by:
Hello, I'm using Linux Redhat 8.0 (LAMP). I have a file tx.zip , that is placed in /tmp. Now I want people to be able to download this file without copying it to the website tree Can I make a...
2
by: ChChanges | last post by:
Hi I am a web / database developer who wants to learn / practice developing websites using Active Server Pages and MS SQL 7 or MS SQL 2000 Can anybody tell me if there is an inexpensive way...
10
by: Harry Slaughter | last post by:
I've got a client who wants to see some immediate results on a brand new website. within a week, they'd like to see the following: 1) basic user authentication (using php sessions/cookies to...
2
by: Shailendra Batham | last post by:
Hello Gurus, I want to put some restrictions on my attribute tag in my XML Schema, anyone out there have any idea how to do that. here is my XML and the XML Schema <?xml version="1.0"...
2
by: Roberto | last post by:
Hi All, I build an ASP .NET web site using VB.NET the website works perfect in my computer. Now I am ready to deploy on my customers server, and I already did that. I copied all the files...
1
by: Michael Dovel | last post by:
I am looking for what the server requirements and client restrictions will be for applications run from a web server using web forms. (I have not upgraded yet, am still using VB 6 Professional...
1
by: Paul van Brouwershaven | last post by:
Hi All, I'm struggling with the WDSL restrictions in PHP/SOAP for a while know. I would like to create some simple restrictions in my WDSL file. The script are running both on the same server...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.