Bharathi Level: Scholar
 Registered: 11-04-2005 Posts: 31
|
Re: how to configure server for asp.net?
Hi,
To install IIS from the Configure your Server Wizard, follow the steps below.
Click Start | All Programs|Administrative Tools | Confogure Your Sever.
Click Next until you reach the Server Role Page.
Select the Application Server Role and click next
If You intend to use FrontPage or Active Server opages, select teh ckeck boxes next to the options and click Next.
Click Next to start the insdtallation.
Click the link on the Finish screen. Otherwise, click Finish.
IIS is installed in a locked-down state, and services and components must be installed before they can be used. For example, the SMTP service is not installed by default. We must enable SMTP manually by using the Control Panel.
Click Start | Control Panel | Add/Remove programs
Click Add/Remove Windows components
Select the Application SErver from the list of available components.
Click details to view the underlying components and services installed with the application server. Click OK when finished and click Next.
Insert The Windows Server 2003 CD-ROM when prompted.
Click Finish when the Completing Windows Components Wizard appears.
Click Start|All Programs |Administrative Tools|IIS manager
Expand the Local Computer if necessary and click Web Service extensions.
In the detail apne, select Active Server pages and click Allow.
Select the Server Side Includes and click Allow.
Close the IIS Manager
OPen the Add/Rwemove programs applet again and navigate to the Windiws Components list.
Select Application Server and Click details
Select World Wide Web Services and Click Details
Notice that Active Server pages and Server Side Includes are now installed and available for use.
Regards
Bhar
Books for programmers
http://www.vkinfotek.com
|