|
September 30, 2002 Compiling IBuySpy Components Tips: September 2002
Yehuda Shiran, Ph.D.
|
|
IBuySpy Store does most of its business logic and interaction with the MSSQL database through five JScript .NET components. These .js files reside in the Components folder under the Web site root, C:\StoreDOCJS\StoreDOCJS. These are the five JScript .NET files:
As you can tell from the names, each component's role is to take care of another part of the Web site business activity: customers, orders, products, reviews, and the store shopping cart.
The sixth file in the Components folder is the make file,
As you can see, the dll file is stored in the bin folder, next to the Components folder. In fact, StoreJS.dll is the only file in the bin folder.
People who read this tip also read these tips: Look for similar tips by subject: |