Sponsored Ad

Friday, October 30, 2009

Web Enable in C# Program

How can they permit our web application in C #? First they need a web server. You can use IIS (built-in for Windows 2000/NT/XP professionals), or Apache. Apache is the most popular & practical & easy to configure web server available on the Web. It can be downloaded. Apache runs on most operating systems. After installation on the network drive or local drive, you see a quantity of subdirectories from which they can see cgi-bin & htdocs. The subdirectory cgi-bin is used to contain the executable files, while htdocs is used to contain the HTML files. When installing & configuring your installation is correct (to help see the web-site), type the address as & press Enter. They see a default page, placed in the htdocs directory, & view the Apache server jogging!

Change the new htdocs subdirectory. html and create an HTML file to show a form page as follows

Code Snippet
  1. <html>
  2. <form>
  3. <input type=submit value=search>
  4. </form>
  5. </html>

Now save this file! Open your favorite browser and type http://127.0.0.1/new.html and press Enter. We see the results! A button with a text (caption) search, is on page ...... !

0 comments:

Post a Comment

Sponsored Ad

Website Update

Followers