Install Support and Troubleshooting
for IIS7 and Windows7
(Go here if you have IIS 6)
|
Note:
Install Support
solutions are the same for ALL BC Software.
Substitute
the BC In Out Board with your product.
|
|
|
|
|
The Install only needs to be done on
ONE PC or Server, and everyone uses it with their Web Browser! |
|
|
Email: Support@billcatchem.net
Support emails target response time < 30 minutes.
One little email can solve your problem!Contact us for a cost effective custom or managed
solution. The default Login for the BC In Out Board is:
UserID: Admin
Password: password
and
UserID: StatusAdmin
Password: password
|
|
Errors Note: if you get the Internet Explorer 500 error message and no technical details are displayed,
remember to uncheck the "Show friendly HTTP error messages" checkbox under Internet Options, Advanced of IE.
|
In a nutshell:
1 - You need to have IIS running (IIS comes with Windows)
2 - Install should be complete after running the install program.
3 - If you are getting an errors, make sure you give read/write permission to the IUser_<machinename> account.
(see instructions bellow on how to do this.)
Installing the BC In and Out Board
In simplest terms the In-Out Board is a web site. It
can be access via any web browser. However, Internet
Explorer 4.0 or greater is highly recommended. All
components are built into the In-Out Board so
installation of third party components is not needed.
BC InAndOut Board
Requirements
A Web Server: Microsoft IIS (Comes with Windows.)
BC In Out Board Installation:
Installs in your Web root folder or subfolder.
Automated Installation:
Run BCInAndOutBoardSetup.exe
The default installation folder is
c:\inetpub\wwwroot\InAndOut (your
localhost).
The install will create the necessary website
permission.
Once you've installed it, a web page will load with the userid and password you need.
Manual Installation
1. Open BCInAndOutBoardSetup.exe with WINZIP
and extract the files to the target web
folder.
2. Follow the directions below.
(BCInAndOutBoardSetup.exe
is a WINZIP self extracting Archive)
|
|
|
|
Internet Information Services (IIS)
7.5 is the web server software
included with
Windows.
IIS is
not installed by default
when you install
Windows. Below is a
simple guide about how to
install IIS7 and setup asp in
windows 7.
1.Click the
Start button , click
Control
Panel, click
Programs and Features,
and then click
Turn
Windows features on
or off.If
you are prompted for an
administrator password or
confirmation, type the
password or provide
confirmation.

2.In the list of
Windows features, select
Internet Information Services,
and then click OK.

Then,in the list of
Windows features, click the plus sign (+)
next to Internet Information
Services, click the plus sign (+) next to
World Wide Web Services,
click the plus sign (+) next to
Application Development Features, select the
dynamic content features you want to install, and
then click OK.

3.Go to Control Panel
again,select Administrative Tools,double
clicke IIS Manger to configure IIS 7.

4.Select Default Web Site,then
double click ASP.

5.Enable Parent Paths for ASP
then click Apply.

6.You can modify Default Document by clicking
Default Document,modify binding
port by clicking Bindings…,modify
the phisical web path by clicking Advanced
Settings… .

7.Type localhost or
127.0.0.1 in your browser to see the
results.

Finally, run the following commands at a prompt.
%windir%\system32\inetsrv\appcmd set appPool "DefaultAppPool" -processModel.loadUserProfile:false icacls %WINDIR%\ServiceProfiles\NetworkService\AppData\Local\temp /grant IUSR:(CI)(RX,WD,AD) icacls %WINDIR%\serviceprofiles\networkservice\AppData\Local\Temp /grant "CREATOR OWNER":(OI)(CI)(IO)(F)
Make sure you Changed permission on the install folder mdb files to IIS_USR to write option.
|
|
|
|