Hi,
I am new to ASP.net, I build a web based tool to allow users to modify and insert data on a table. I set up both the IIS and SQL Server access to Windows Authentication. I also add a column that will register the user who modifed or inserted the data. It works but when I publish it, I can see my user id on the website but when I tried to edit a column the Modified by field showed NT AUTHORITY\System. I also tried see if the IIS authentication pass through the SQL server by disabling my team mate's account and let him modifed a column and it still let him.
I don't know much about C# coding so I thought to make it simple by letting the access control be on the SQL Server side. If the NT user is not added as as user on the SQL server, he should be able to edit or insert data.
Any help will be appreciated.