Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-04-17 : 07:49:44
|
| Harry writes "I'm really new at this stuff, and I really need help.I'm tring to set up a webpage where my computer at home is the server. I have installed the SQL software but dont know what my next step is. Please let me know what I can do?Thank you very very much.Harry" |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2003-04-17 : 08:19:08
|
| You don't need SQL Server to set up a web page. You need a web server.Damian |
 |
|
|
ValterBorges
Master Smack Fu Yak Hacker
1429 Posts |
Posted - 2003-04-17 : 08:28:47
|
| If you have to install IIS if you have NT, 2K or XP pro.Goto My Computer -> Control Panel -> Add or Remove Programs -> Add/Remove Windows Components Select Internet Information Service and click next.After install to get into iis mmc go to My Computer -> Control Panel -> Administrative Tools Click on Internet Information Services.you'll need to set up virtual folders to your physical folders storing html.I suggest using visual studio .net as an interface.To create html pages from sql server data you'll want to learn asp and ado then you can write asp that runs in iis to connect to the sql server and generate html.Good luck |
 |
|
|
|
|
|