The entire MVC application works fine.
I can go through any url and I can also download files from a folder
in the application.
The only thing I am not able to do is to access Elmah.
But if I remove the SessionState code line from Web.Config then I can
access Elmah without any problem.
Any idea? This is quite strange.
On Feb 22, 11:23 pm, Atif Aziz <
aziza...@gmail.com> wrote:
> Does the error occur on any URL in your app or just when you access a URL to
> an error detail page of ELMAH? If it's for any URL in your app then the
> solution, I believe, is suggested as part of the error message:
>
> This error can be caused by a virtual directory not being configured as an
>
> > application in IIS.
>
> - Atif
>