広告
シェア

Web.configファイルの
<!– <customErrors mode=”RemoteOnly”/> –>
<customErrors mode=”On” defaultRedirect=”NWikiErrorPage.aspx” />
となっているところを探して、
<customErrors mode=”RemoteOnly”/>
<!– <customErrors mode=”On” defaultRedirect=”NWikiErrorPage.aspx” /> –>
とすればよい。

広告

シェア