Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: Urgent!!! Please Help to Setup of Thiru's Web Services Applications


Message #1 by "Sharon wan" <sharon.wan@m...> on Thu, 25 Apr 2002 15:28:01
Good morning everbody,

I am trying to setup the applications created by Thiru Thangarathinam in 
his article callled:"Creating High Performance Web Applications Using Web 
Services". Here is the ReadMe.txt file.

Set up instructions for the article Creating High Performance Web 
applications using .NET Framework

Configuration of Database:
Create a new database called ASPToday and execute the sql script file 
called stocks.sql
in the SQL Server.

Configuration of ASP.NET code
Copy over the web application StockWebFormsClient to the root directory
of the default web site.

We also copy over the web service StockQuoteService to the root directory 
of the default web site.

Configuration of Windows Service application
Copy over all the files and install it in the local machine using
the InstallUtil ultity.

After that start the service using the service control manager.

My questions are:

As for the Configuration of ASp.Net, do I need to create separate vitual 
directories for web form application (StockWebFormsClient) and web service 
application (StockQuoteService, or just one for both of them?

As for the Configuration of windows service application, I can not find 
InstallUtil utility, and only find InstallUtil.Installlog file. So how to 
install this windows service application? Could someone give me some 
detailed instruction?

Also, what do I need to do to set up the window form application? And 
where to start to run the application (which is the startup page)?


Anybody's help will be highly appreciate it. Look forward to heaing from 
any of you.

Sharon


  Return to Index