I have the following projects within my solution.
- MyWebApplication.Data --> Here i interact with my Data Repository
- MyWebApplication.Services --> Here i interact with the Data Layer
- MyWebApplication.Web --> The UI which relies on the Service Layer
- MyWebApplication.Tests --> Unit testing project
For MONTHS i have had NO problems with IIS in my local dev environment. Ready for a long weekend of programming but all day i have been getting 500 Server Errors when simply trying to resolve the Home page. Before I went to bed all was well, the entire day thereafter i could NOT even load the home/index view.
After looking at the logs it says continually MyWebApplication.Data.System (which is a class i created called System()) does not include Web. But no where in code is this true. Then i get another error of mismatching files in the Temp Directory.
Steps I have taken:
- Deleted all temp files
- Created a new repository in IIS and pointed URL there, No luck
- Cleaned solution
- Deleted all bin folders to have regenerated... No Luck
PLEASE HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!