Results 1 to 7 of 7

Thread: Creating loacl intranet web server

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2004
    Posts
    48

    Creating loacl intranet web server

    Hello there
    I'm not suer if im supposed 2 post my question here...but anyways
    i have aproject where i have to build a local intranet web server that responds to requests form internet explorer for web pages. I've tried a lotta sites...but i'm confused. could someone point me to the right direction. Thanks.

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Post more info about your project..

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2004
    Posts
    48
    cool...well i have to create a local intranet web server that responds to requests from Internet explorer for web pages....like http://localhost:7898/microsoft.html and shows a web page. the web pages are in html and built in code on the fly. use a free port and have a welcome page and a page that shows a list of employees stored in an access databse.. i copied the whole question.
    i have no clue where to start...any idea would be appreciated.

  4. #4
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Oh, so you need to build a WEB APPLICATION not a WEB SERVER (the latter would be hellishly more involved).

    Well, its simple really. Just start up .Net. Create a new web applicaton in your language of choice.

    And design your forms... welcome page seems easy, throw a label on it that says 'Welcome'. Then throw a hyperlink (or LinkButton) on it that points to the other page required by the project (we'll refer to it as page2.)

    On page2, create a new System.Data.OLEDB.OLEDBconnection, set the OLEDBCommand parameters, and bind it all to a Repeater or DataList.

    That's what you need to do. If you need more help, go ahead and ask.

  5. #5

    Thread Starter
    Member
    Join Date
    Mar 2004
    Posts
    48
    yeah i have to build a Web server. And i cant use IIS. Thanks

  6. #6
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Well, this a definitely more involved project then.

    Is this homework?

  7. #7

    Thread Starter
    Member
    Join Date
    Mar 2004
    Posts
    48
    no for work...more of a group project
    Last edited by dawgfather; Apr 1st, 2004 at 02:25 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width