[eluser]jtrainaldi[/eluser]
I have been developing a site and if I view the site locally on the server I get the nice error display that comes with Codeigniter but when I view the site from outside the local server I just get an basic error page that doesn't explain where or what is causing the error.
Server setup.
Server OS: Windows 2008 Server and IIS 7.0
* I am using the IIS module called URL_rewrite (provides the same feature as .htaccess in apache) to eliminate the index.php
Codeigniter Version: 2.0.3
Has anyone experienced this issue and if so do they know how I can correct it.