<httpErrors defaultPath="/Views/Error/Error.htm" errorMode="DetailedLocalOnly">
<clear />
<error statusCode="404" path="/Views/Error/404.htm" />
<error statusCode="500" path="/Views/Error/500.htm" />
</httpErrors>
Is the paths over here are valid? how can I use valid relative path?