The BugNET Pro installation and source packages are available from www.bugnetproject.com/downloads after you have logged in to your account.

Installing BugNET Pro

For a new install of BugNET Pro the same Installing BugNET process can be followed as the free version of BugNET.

Upgrading From BugNET to BugNET Pro

When upgrading to BugNET Pro, you MUST upgrade to the latest version of the free version of BugNET first. As of BugNET Pro 1.1, we check to make sure you have the latest version and if not, we cancel the install process with a message.

After you have installed the latest version of BugNET, you can follow the same Installing BugNET process as usual to upgrade to BugNET Pro with a few one minor difference of getting the package from the bugnetproject.com website.

When upgrading to BugNET Pro there are a number of web.config changes. Please use a comparison tool like WinMerge to ensure all new additions are added to your existing web.config file.

  • ChartImageHandler app setting added to the web.config
<appSettings>
        ....
        <add key="ChartImageHandler" value="Storage=file;Timeout=20;Url=~/tempImages/;"/>
</appSettings>
  • Charting asp server tag added to the controls section.
<pages>
      <controls>
       ....
       <add tagPrefix="asp" namespace="System.Web.UI.DataVisualization.Charting" assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
       </controls>
 </pages>
  • ChartImg.axd image handler added to httpHandlers section and the IIS7 handlers section.
<httpHandlers>
            ...
            <add path="ChartImg.axd" verb="GET,HEAD,POST" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
</httpHandlers>

Permissions

You application pool identity will require read and write permissions on the new ~/tempimages folder.

Upgrading An Existing Instance of BugNET Pro

You can follow the same Installing BugNET process as usual to upgrade to BugNET Pro with a few one minor difference of getting the package from the bugnetproject.com website.

Loading...
DMCA.com Protection Status