Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to provide to access my webpage through remote computer using:

http://myip:port_x/www/default.aspx

The problem is, altough I have port x with port forwarding in my router, looks there's some configuration needing, because I get access denied.

I use Win 7 X64 Ultimate, but I dont have IIS (at least for configuration).

What Should I do ?
Posted
Updated 3-Jan-11 11:58am
v4

1 solution

Without IIS running you can't run a webpage on a computer. It is IIS that responds to requests. You will have to install IIS if you want to provide any access to the webpage.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900