Page 1 of 1

I also have socket error, possible conflict with ASP.NET?

PostPosted: 01. September 2005 15:21
by jnm
I want to run my IIS 5.0 server with ASP.NET at the sime time as xampp.

Is that possible?


apache binary says:

"<OS 10048> Only one usage of each socket address <protocol/network address/port> is normally permitted. : make_sock: could not bind to address 0.0.0.0:443, no listening sockets available, shutting down.
Unable to open logs"

I am not running AOL software. At least i don't think so. I am not sure what AOL is to honest.

Greetings from Johan

PostPosted: 08. September 2005 05:03
by alucard01
No.

You cannot run both IIS and XAMPP as both web server use default port 80. Running both server will make either IIS or XAMPP not work.

To use ASP.NET under XAMPP, you can search mod_aspdotnet in google for details.

Currently this module support ASP.NET 1.0. Using this module, you can run your ASP.NET application under apache.

Hope it helps