How do I install IBuySpy Portal on your server?

DETAILS

Requirement

  • MS SQL Server addon
  • MSDE installed on local machine
  • .NET Framework 1.0 or 1.1 installed on local machine

Summary:

 

IBuySpy Portal application is created by the ASP.net team at Microsoft to demonstrate how you can use ASP.NET along with the Microsoft .NET Framework to build intranet and Internet portal applications The IBuySpy installation program is designed to install IBuySpy Portal on your local machine.  To install IBuySpy on OISSite.com server, you will need to perform some customization.   Below is a step by step installation procedure to install IBuySpy portal on our server. Note the installation procedure is only a guideline.  We do not support IBuySpy Portal if you run into installation problem.  You are welcome to use the community forum for peer support. Installation Instructions 

  1. Download IBuySpy SDK software (http://www.asp.net/Default.aspx?tabindex=5&tabid=42). 
  2. Run installation program
  3. Install in default location (c:\portalVB)
  4. Skip configuration by closing the configuration screen, if you do not intend on using IBuySpy on your local machine.
  5. Customize the web.config file for deployment on OISSite.com server
    1. Open c:\portalvb\portalvb\web.config
    2. Replace this line with
    3. Save web.config file
  6. Upload c:\portalvb\portalvb to your site using FTP
  7. Create Portal Database Table on OISSite.com SQL Server
    1. Open c:\portalVB\portaldb.sql file with notepad
    2. Remove all instruction before “-- drop any existing stuff”, line 1 through 81.
    3. Replace ‘use [Portal]’ with ‘use [Database Name]’
    4. Save file as portaldb-new.sql
    5. Open command prompt and execute this statement   : osql -S [SQL ServerName] -U [UserName] -P [password] -i c:\portalvb\portaldb-new.sql
  8. Create PortalVB as an application
    1. Log onto control panel
    2. Goto Web Application Tool
    3. Select the portal directory
    4. Click Install Application
  9. Open iBuySpy portal site at http://www.YourHostedDomainName.com/portalvb
  • 0 Users Found This Useful
Was this answer helpful?