![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: asp, aspnet, iis, php, xampp |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |
| |||
| It defaults to port 80 because that is the HTTP port. Open the IIS MMC Computer Management -> Services and Applications -> Internet Information Services -> Default Site -> Properties -> change the TCP port http://www.iana.org/assignments/port-numbers __________________ Chris Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System |
| The Following 2 Users Say Thank You to chrishirst For This Useful Post: | ||
HelloWorld (07-06-2007), TeraTask (07-06-2007) | ||
| ||||
| Quote:
![]() Thanx chrishirst!! I changed the port to 90 now, but then when I typed to IE: http://localhost:90 it didn't bring me to the default Inetpub site ![]() Last edited by HelloWorld : 07-06-2007 at 08:21 AM. |
| ||||
| Ok, that was because the Web site was stopped. NOW it's asking me to input a username and password. I tried by using my host administrator's username and password and it didn't work... I also played around with this thing, and tried to set it up, but still didn't work... sigh...... ![]() Last edited by HelloWorld : 07-06-2007 at 08:34 AM. |
| |||
| Create a username & password in Admin Tools (User group only) unset User must change password set User cannot change password set the password to never expire Navigate to the folder that is used as webroot (usually InetPub\wwwrooot\) set the permissions on this folder to: uncheck Allow inheritable permission from parent ... remove Everyone from the user list. Add Administrators with full control checked. Add the new user with permissions of Read & Execute List Folder Contents Read Write Apply & Ok Open the IIS MMC and add this username to the Anonymous Access uncheck the Allow IIS to control password If your machine is connected to the internet permanently you may want to go into the advanced security on C:\ and deny the IIS username access to Traverse create files Create Folders Delete Subfolders Delete Change Permissions Take Ownership To limit the chance of script kiddies or crackers gaining access __________________ Chris Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System |
![]() |
| Thread Tools | |
| Display Modes | |
| |