Creating a Bizview Application
The Bizview web application files and folders are added to the system, now it needs to be added as a Web application in IIS.
Follow this path: Windows Start > Internet Information Services (IIS) > Navigate to Default Web Site >right-click Bizview > Convert to Application.
Command utility (32-bit):
C:\Windows\Inetsrv\appcmd.exe ADD APP /site.name:"Default Web Site" /path:/Bizview /physicalPath:c:\Inetpub\wwwroot\Bizview
Command utility (64-bit):
C:\Windows\SysWOW64\inetsrv\appcmd.exe ADD APP /site.name:"Default Web Site" /path:/Bizview /physicalPath:c:\Inetpub\wwwroot\Bizview