Hi Stan
thanks for the reply. Really appreciated.
I have tried what you said and it kind of works.
The Integrated authentication apparently is not naturally supported by Mozilla.
When i switched to IE i could see the name of the current user on the up right and it was the administrator of the machine not the one in the Useraccount table, therefore the side menu was not there.
I am thinking how to connect a user account in the table so i can see the side menu as well.
From the book in the web.config file there is a line in the connection string that specify a user id and a password.
Code:
<add name="HRPaidTimeOffConnString" connectionString="Data Source=VARALLO1;Initial Catalog=HRPaidTimeOff;User ID=V2Application;Password=wrox" providerName=""/>
I am wondering where to find the V2 Application user and password. I know that is created using a query script but is not in the user account table. Also the userAccount table does not have a password field.
There is no point in creating users and roles with asp.net configuration tools because they will not be related to the database tables.
Did you run the script to create the database or have you created the db manually?
Did you modify something in the web.config file in the connection string to connect a user from the UserAccount table in order to see the side menu and apply the appropriate logical functionalities associated with the user?
This is my email
[email protected] if you want to send some of your code so i can see it.
Cheers
Matt