Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I've created package of websites, which redirect to each other, using ASP.NET in C# using Visual Studio and have stored the values in a database using SQL SERVER 2008. I want to make one laptop(Windows Vista) as server and access the website from another Laptop(any Operating system).

Kindly Help me how to connect both the system and how to access the website from client side.

Thank You.

share|improve this question

closed as off topic by ChrisF, Diogo, Nifle, random Apr 30 '12 at 3:14

Questions on Super User are expected to relate to computer software or computer hardware within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Assuming IIS is set up correctly (I think you need professional edition or better - full instructions on the install on microsoft's website), just plug them into the same network, or cable to cable and type in the ip address of the server into a web browser on the client.

Actually, it seems simple enough that i suspect i'm missing something.

share|improve this answer
I'm unable to install IIS even after setting it on in turn windows features on/off. – Abhishek Apr 18 '12 at 18:04

Not the answer you're looking for? Browse other questions tagged or ask your own question.