Changes to the web.config File

The following changes need to be made to the web.config file:

  1. Add an additional http handler in the web.config file for the new extension (*.stmail) as follows:
<ApplicationName> = WebEditor 
<httpHandlers>  
      <add verb="GET" path="*.stmail" type=SmarTeam.Std.Applications. 
      <ApplicationName>.Mail.HttpHandler.SmarTeam.Std.Applications. 
      <ApplicationName>"/> 
</httpHandlers> 
  1. Add the following keys to the web.config file:
<appSettings> 
  <!-Key for holding the place for the mail files created by Send URL --> 
    <add key="SmarTeam.Std.Application.Web.Mail.CachePath" 
value="C:\         Program 
Files\SmarTeam\SmartWeb\Web\Dynamic\Cache\Mail\"/> 
  <!-Key for the time in months that the files will be in server or client 
   requests--> 
    <add key="SmarTeam.Std.Application.Web.Mail.NumberOfMonthsInCache 
         value="4"/> 
  <!-Key for the URL presented to the user when the mail file does not 
   exist --> 
    <add key="SmarTeam.Std.Application.Web.Mail.BaseUrl" 
         value="http://<web server name>/SmartWeb/"/> 
</appSettings>