Cannot delete attribute and clear log in IIS

Permalink
I cannot delete a Page & Theme attribute. I first go to Full Dashboard >>
Pages & Themes >> Attributes. I click on the title of the attribute I would like to remove and the display window opens. When I click on the Delete Attribute button, and click OK when prompted : "Are you sure you want to remove this attribute?" Then I get the follow error message in my browser window: (I am able to use the back button in my browser to return to my C5 site after this runtime error occurs)

Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable 
on remote machines, please create a <customErrors> tag within a "web.config" 
configuration file located in the root directory of the current web 
application. This <customErrors> tag should then have its "mode" attribute 
set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom


Unfortunately this Runtime error is just having telling me I have an error
and not what it is. I included my environment in this post, so may notice
that my site is running on IIS 7.5. I imagine my runtime error may be
directly conntected to this.

I can also get the same above mentioned runtime error when I click on the
Clear Log button through Full Dashboard >> Reports >> Logs.

I know Concrete5 is designed to run on a LAMP stack. However I have seem
some postings on these forums were users are running successfully on a
Windows server. If I can figure out why I am getting a runtime error on when C5 is performing these two functions I am really comfortable with my IIS setup.

My ISP offers amazing tech support, and I would like to open up a ticket
with them regarding this. However the runtime error is not providing me with enough information to get started. So I thought I would start with a forum posting in the community to see if their are any IIS experts out there.

Any helpful advice is appreciated!

Thanks,

# concrete5 Version
5.6.0.2
# concrete5 Packages
AddThis (1.0), Automatic Email Obfuscator (1.2.3), Bootstrap Buttons (2.1.1), Bootstrap Carousel (2.1.1.1), Clicky Web Analytics (1.2.0), Login (1.1), MindNet Clear Cache (1.0), Popup Login (1.0.5), reCAPTCHA (1.0), Superhero (1.2.1), Ticker (1.0.1), Vimeo Player (1.0.6).
# concrete5 Overrides
css/my-custom.css
# Server Software
Microsoft-IIS/7.0
# Server API
cgi-fcgi
# PHP Version
5.3.16
# PHP Extensions
bcmath, calendar, cgi-fcgi, Core, ctype, curl, date, dom, ereg, filter, ftp, gd, gettext, hash, iconv, imap, json, libxml, mbstring, mcrypt, mhash, mysql, mysqli, mysqlnd, odbc, openssl, pcre, PDO, pdo_mysql, PDO_ODBC, pdo_sqlsrv, Phar, Reflection, session, SimpleXML, sockets, SPL, sqlsrv, standard, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib.
# PHP Settings

SteadyIT
 
adajad replied on at Permalink Reply 1 Attachment
adajad
Have you done as suggested by the error message? Per default IIS has CustomErrors set to On as to not show the world what is happening on your server (to prevent injections and so on).

If you have access to the the web server you could set the error level to 'Detailed errors' on the site (see attached). Once you have found out your problem you should set it back to 'Custom error pages'.