3
我想在ELMAH主題行中攜帶機器名稱。正如開發環境中所希望的那樣,要保持從哪臺機器出現錯誤的軌道。所以我想用適當的機器名稱來實現主題行。我該做什麼?如何在elmah主題行中實現機器名稱?
<elmah>
<errorMail name="exceptionMail"
from="[email protected]"
to="[email protected]"
async="true"
subject="Error log from [should come machine name here]"
smtpPort="0"
useSsl="true"/>
<security allowRemoteAccess="yes" />
</elmah>