Thanks for the quick reply. The site does not load at all. Gives the "folder browsing not enabled error" and none of the views open if we try to manually gI've the address. Do you have a sample vs2015 .net mvc project with syncfusion dll's present which we can build and publish or do you have a video of the same?
Thanks for the quick reply. The site does not load at all. Gives the "folder browsing not enabled error" and none of the views open if we try to manually gI've the address. Do you have a sample vs2015 .net mvc project with syncfusion dll's present which we can build and publish or do you have a video of the same?
It is probably an IIS error. Check here http://stackoverflow.com/questions/2374957/asp-net-mvc-on-iis-7-5
Web.Config <system.webServer> <validation validateIntegratedModeConfiguration="false" /> <modules runAllManagedModulesForAllRequests="true" > <remove name="FormsAuthenticationModule" /> |