So I am making a ASP website with the Razor plugin installed. I have created a layout
_Layout.cshtml page and created a webform Default.cshtml based on the layout. Both these files are in the root directory. However when I move my Default.cshtml to a folder I created, part of the template does not show up when
I view in browser, such as my logo. Why does this only happen once I start to move my web pages to folders? How can I fix this?
adamskiii
Member
10 Points
39 Posts
Why does part of my template disappear?
Jun 29, 2012 09:17 PM|LINK
So I am making a ASP website with the Razor plugin installed. I have created a layout _Layout.cshtml page and created a webform Default.cshtml based on the layout. Both these files are in the root directory. However when I move my Default.cshtml to a folder I created, part of the template does not show up when I view in browser, such as my logo. Why does this only happen once I start to move my web pages to folders? How can I fix this?
Thanks
adamskiii
Member
10 Points
39 Posts
Re: Why does part of my template disappear?
Jun 29, 2012 10:33 PM|LINK
I found my error. Simple mistake