I am deploying Asp.Net MVC 2 application on Windows Server 2003. I am using NHibernate for data access.
When I deployed this application on Windows server 2003 and browse to it the application throws an exception saying "hibernate.cfg.xml not found under Windows/System32/inetsrv."
Why NHibernate is searching Windows/System32/inetsrv rather than loading "hibernate.cfg.xml" from the bin folder?
Thanks