Hi.
I'm new to the Forum and to .NET in general, so please be patient !
I've just deployed a new asp application on a server. Everything is fine with the connection, but I have a problem with the user the application uses during the execution. I've configured "Basic authentication", giving an Active Directory group the right permissions on the app/site folder: when I try to connect to the site, the credentials windows is presented; I write down the correct username/password combination and the site is showed. But when I try to execute an action I get an access denied error, it seems the action is not executed with the user I'm logged on the site ( I'm sure the user I use when I'm prompted for credentials has all correct permissions to perform that action ). Do you have any idea ? How can I check if the user used by the app is the correct one ?
Thanks in advance
I'm new to the Forum and to .NET in general, so please be patient !
I've just deployed a new asp application on a server. Everything is fine with the connection, but I have a problem with the user the application uses during the execution. I've configured "Basic authentication", giving an Active Directory group the right permissions on the app/site folder: when I try to connect to the site, the credentials windows is presented; I write down the correct username/password combination and the site is showed. But when I try to execute an action I get an access denied error, it seems the action is not executed with the user I'm logged on the site ( I'm sure the user I use when I'm prompted for credentials has all correct permissions to perform that action ). Do you have any idea ? How can I check if the user used by the app is the correct one ?
Thanks in advance