Library Management
AES Webbased Call Center
Hotel Bill Software
Call Center System

DIVINE Customer Relationship Management System

   

 
  Primetech Launched e-commerce solution based .net 4.0 framework.


  Primetech bags order for advanced windows application by LEEGO Singapore.


  Primetech developed a web based material management system - includes extensive use of AJAX. Watch a demo of the application in action.


  Primetech bags order to develop Web Application for Patient Management from SAIFEE HOSPITAL.


  Tally appointed Primetch Software as their authorised channel partner
 
 
   Resources
 
 
Name
 
 
Mobile No.
 
 
Email Id
 
 
Comment
 
 
Whitepapers
 
Whitepapers
 
5. Installation Process of Web Project

Sequence of Installation :-

IIS
Dotnet Framework (dotnetfx)3.5, or 2.0
SQLEXPR32
SQLServer2005_SSMSEE
Windows Installer 3.1
ASPAJAX Setup
Crystal Reports (CRREDIST2005_X86)
REPORTVIEWER
IIS (Internet Information Service) Installation:-

Control Panel Add or Remove Program Add/Remove Windows Components.
In Components choose checkbox of IIS Next Insert XP CD if required otherwise click on Finish Button.

Dotnet Framework Installation : -

Run dotNetFx35setup Click on accept option button Install Exit

Create Virtual Folder for Project : -

First keep clients Project software in directory--- C:\Inetpub\wwwroot\
Next->>
Right Click on My computer Manage Services and Applications IIS Web Sites Right Click on Default Web Sites New Virtual directory Next Write Alias Name (Project folder name) Next Select path of project  by Browse (C:\Inetpub\wwwroot\folder name) Next Tick All checkbox Next Yes Finish.

SQLEXPR32 Installation: -

Run SQLEXPR32 setup Accept option Next Install Next Next Next Now Feature selection form comes. In that click on features button and choose ---
For database services ---- will be installed on local hard drive
For Client components -- will be installed on local hard drive
For Connectivity components -- will be installed on local hard drive
For Software development kit -- will be installed on local hard drive.
After that click on Next Button choose option Named instance SQL Express (we can create another instance like SQL express1) Next In Authentication mode choose mixed mode option and write user name and password Next Next install Next Finish.

SQLServer2005_SSMSEE Installation: -

Run SQLServer2005_SSMSEE Next Accept   option Next Next Next Install Next Finish
After installation go to start and choose Microsoft SQL Server 2005 Configuration tools SQL Server surface area configuration Surface area configuration for services and connections
Remote connection Choose option Local and Remote connections Using both TCP/IP and named pipes Apply Ok.

Windows Installer 3.1 Installation: -
Run windowsinstaller.Exe Run Next Click on accept option button Next Finish
ASPAJAX Installation : -
Run ASPAJAXExtSetup.msi Run Next Finish
Crystal Reports (CRREDIST2005_X86) Installation : -
Run CRREDIST2005_X86 Run Next Click on accept option button Next Close.
REPORTVIEWER Installation : -

Run REPORTVIEWER Setup Next Click on accept option button Install Finish

Attach Database File to SQL Server : -

Start SQL Server Choose SQL Server Authentication Connect Right Click on DatabaseAttach Add Select project database (.mdf File) from Source directory Ok.

Update Web Config File :-

Start web.config file in notepad from ‘C:\Inetpub\wwwroot\project folder’ and change in <connectionString> line. Set Server, User id and Password then save file.
Server = = From Client SQL Server Express name (Copy & Paste)
User Id/Pass== which we have set during installation for authentication.

Add Documents in Virtual Folder :-

Right Click on My computer Manage Services and Applications IIS Web Sites Right Click on Default Web Sites Properties Click on Documents tab tick the checkbox of Enable default documents Add Now Write Default.aspx in textbox Ok Ok.

Setting for Proxy Server:-

Open Internet Explorer Internet Option Connection Tab LAN Setting Uncheck Proxy Server Checkbox Ok.

Note:-

Before installation time-

Firewall should close by click of Control panel Windows firewal Chooses option Off Ok.
All Antivirus software to be turned off before installation.
 

Installation of Software when OS is Windows 7

In Windows 7 Microsoft provide the facilities of .Net Framework-3.5.1 & IIS. We will only tick the Checkbox front of it.
Start Control Panel =>Turn Windows Features On or Off =>tick all Checkbox of IIS, FTP Management Tools, WWW Services, Media Features, IIS Hostable Web, Microsoft .Net Framework 3.5.1 and some other box => Ok.

Sequence of installation:-
64 Bit of
SQLEXPR32
SQLServer2005_SSMSEE
Crystal Reports (CRREDIST2005_X86)
Windows Installer 3.1
ASPAJAX Setup
REPORTVIEWER

Now copy your project in Inetpub and make its virtual folder and set some properties for it..

Right click on Virtual folder => Select Application pool and set it as Classic .Net Application Pool => Ok => Ok
Right Click on Virtual folder => Manage Website => Advance Setting => set Application Pool Classic .Net Application Pool => Ok.
In Virtual folder form – open Authentication and set status Enable for all of them
At right side click on Bindings => Set HTTP port 81 (By default it is 80) if we set it 81 then in explorer for run the website write HTTP:/localhost:81/virtual folder name  => Ok.
We can edit permission also to everyone for this virtual folder.
Right click on virtual folder => Properties => Edit permission => Security Tab => Edit => Add => write everyone in box =>Ok.
Now select Everyone and tick all checkbox under Allow column => Apply => Ok.