asp.net Razor pages
AsimTGC said 1 year, 1 month ago:
Hi guys I am using asp.net Razor based CMS called RazorC
However it never works with my website I always get redirected to the error page which is rcError.cshtml
Why?
I hope godaddy support .cshtml extensions and Microsoft Webpages.
AsimTGC said 1 year, 1 month ago:
My web address is http://www.thecodingguys.net
timb said 1 year, 1 month ago:
@AsimTGC
From what I can determine, our hosting plans should support the use of .cshtml extensions as long as you use IIS 7, runtime version 4.0 with integrated pipeline mode, and then upload the required assembly dependencies. You may need to add the mime type in your web.config:
Modifying or Adding Custom MIME Types to Windows Hosting Accounts
Tim B
AsimTGC said 1 year, 1 month ago:
Do you know the Mime type I need to add? Also how can I check if my database folder has read/write permissions?
timb said 1 year, 1 month ago:
@
I have found another thread where the error you provided was resolved. You can check it out here:
http://support.godaddy.com/groups/web-hosting/forum/topic/mvc-3/
Tim B
AsimTGC said 1 year, 1 month ago:
Thanks Tim. I actually managed to fix the problem i was that the app_data folder had no read/write permissions.
timb said 1 year, 1 month ago:
@AsimTGC
Glad to hear you were able to resolve the issue, thanks for posting the update!
Tim B
0 min expected wait time