Click here to Skip to main content
15,919,358 members

Comments by Member 14908535 (Top 3 by date)

Member 14908535 15-Sep-20 4:42am View    
I need to open IIS to configure the virtual app?
Member 14908535 15-Sep-20 3:33am View    
I did ask. I was told to deploy the app to a folder and then configure IIS virtual application to point to that folder. I can deploy the app to a folder fine but I don't know how to do the IIS virtual application configuration, especially since I can't open IIS Manager. Do you have any suggestions, please?
Member 14908535 7-Aug-20 12:56pm View    
Thanks for your help @Richard Deeming. StudentCourse and StudentCoursesPast do not contain the field CourseTitle, just CourseId. Only the Course entity has CourseTitle (as well as CourseId) which is what I am trying to get. With my current code, I am able to get every other field in the StudentCourseViewModel to display in my view except for CourseTitle. Your solution is somewhat similar to what I have now but still excludes CourseTitle from Course entity. Any further assistance will be appreciated. Thank you.