Hi
I have finished ch 6 but i can not view the side menu at all.
Cab you view the side menu when you click on the admin tab?
have you notice in the original code the following lines in the web.config
Code:
<add name="LocalSqlServer" connectionString="Data Source=VARALLO1;Initial Catalog=PTOPersonalization;User ID=V2Application;Password=wrox" providerName=""/>
<add name="HRPaidTimeOffConnString" connectionString="Data Source=VARALLO1;Initial Catalog=HRPaidTimeOff;User ID=V2Application;Password=wrox" providerName=""/>
There is no such catalog PTOpersonalization in the code. And also could you explain me how do you make V2Application work on your machine.
I think this a sort of filter of memeber roles that has something to do with the side menu when an account tries to access the database and then the application.
If you could help it would be much appriciated.
matt