![]() |
|
|
|
| ||||||
|
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: iis, installation, net, net framework |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |
| |||
| Is the default documents setup correctly in IIS? What version of IIS you got? If it's 6 then you need to enable the web extensions... I would just verify you have asp and .net running first, then install XAMPP and see if they can live together. __________________ Day Cares | Golf Courses | Disc Golf Courses | Campgrounds | Ice Rinks | Paintball Fields | Dentists | Plastic Surgeons | Aging Jokes Catholic Churches | Lutheran Churches | Methodist Churches | Episcopal Churches | Clean Jokes |
| |||
| Both Apache and IIS use port 80 (the HTTP port) for communication, they both cannot open it so you need to tell one of them to use a different port. For IIS open the MMC, -> RC Default Site -> select Properties -> Change the TCP Port to something else. and Apply & OK Open a command prompt and type iisreset & press <enter> For Apache open the httpd.conf file -> find Port and edit the number -> save the file and restart apache Change one of the ports to a high number, 8080 or 8088 are common choices, then one server will run on localhost and the other will be localhost:port_no __________________ Chris Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System |
| ||||
| Quote:
![]() Nice, I'll do it tonight probably, but I'm currently still in the headache of Dining Philosopher's problem ![]() Last edited by HelloWorld : 06-28-2007 at 01:17 PM. |
| ||||
| XAMPP stand of X(any operating systems), Apache, MySQL, PHP and Perl. Generally, two servers cannot be run in the same with the same port. Normally, web servers use port 80 as their default. Probally, XAMPP has used port 80 since you installed. Then you installed IIS websever which also defaultly use port 80. So you should assign different port for each webserver. As what chrishirst have been mentioned above. From siLenTz Sleepy... It is 3:30am here Can't sleep... |
![]() |
| Thread Tools | |
| Display Modes | |
| |