|
-
Mar 31st, 2004, 12:21 PM
#1
Thread Starter
Member
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.
-
Mar 31st, 2004, 06:56 PM
#2
I wonder how many charact
Post more info about your project..
-
Mar 31st, 2004, 09:48 PM
#3
Thread Starter
Member
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.
-
Mar 31st, 2004, 10:02 PM
#4
I wonder how many charact
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.
-
Apr 1st, 2004, 09:40 AM
#5
Thread Starter
Member
yeah i have to build a Web server. And i cant use IIS. Thanks
-
Apr 1st, 2004, 11:56 AM
#6
I wonder how many charact
Well, this a definitely more involved project then.
Is this homework?
-
Apr 1st, 2004, 02:02 PM
#7
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|