The setup file for ASP.NET application is created. We can copy the Web School System Setup.msi file to other machines and install. The installation machine must have IIS installed otherwise the message below will be shown.

1. The setup wizard will be shown if machine has IIS installed. Click Next >.

Figure - Setup Welcome Page

.JPG)
5. Go to the http://localhost/webss/index.htm, the ASP.NET application is running in the IIS. Index page is the first page of application.

Figure - Output
Figure - The setup warning message
1. The setup wizard will be shown if machine has IIS installed. Click Next >.
Figure - Setup Welcome Page
2. Type the Virtual Directory name and Port for the web application. The Virtual Directory is the web application for browser to access. For example, http://localhost:<<Port>>/<<Virtual directory>>.
Figure - enter the virtual directory and port
3. Confirm to install, then the application will be installed on our selected path. Click Close to finish the installation.
Figure - Installation complete message
4. Open the Internet Information Service (IIS) Manager, you can see the ASP.NET application is installed on Web Sites\Default Web Site\<Virtual directory>
Figure - Internet Information Service (IIS)
5. Go to the http://localhost/webss/index.htm, the ASP.NET application is running in the IIS. Index page is the first page of application.
Figure - Output
Aspnet Discussion
- - Any idea??
- - How to Encode-Decode URL
- - Change IE settings using
- - Excel problem
- - Example of Server.Transfe





