Is there Alternative for IIS or another way?

08/30/2013 19:04 foremus95#1
i have w7 home basic.No have IIS Manager is there alternative for IIS? i used baby web server but it does not connect to Sql
What can i do help me. But i dont want upgrade my windows
08/30/2013 19:07 A new hope#2
you need to turn on iis in the windows features..
08/30/2013 19:17 foremus95#3
Quote:
Originally Posted by A new hope View Post
you need to turn on iis in the windows features..
i know but im using windows 7 home basic. it does not have iis manager.
08/30/2013 19:23 Nezekan#4
iis express?


You can use apache, nginx, lighttpd, etc, there are literally hundreds of webservers.

Any reason why you're using windows 7? It's not really a great idea to host your server at home

(if it's for billing, you -need- iis)
08/30/2013 19:33 foremus95#5
Quote:
Originally Posted by Nezekan View Post
iis express?


You can use apache, nginx, lighttpd, etc, there are literally hundreds of webservers.

Any reason why you're using windows 7? It's not really a great idea to host your server at home

(if it's for billing, you -need- iis)
So i want to run Db_connect.asp and others without using iis express
apache does not support asp
08/30/2013 20:45 yangc10#6
home preimum is limited with lots of feature that required to run or host a server. You'll even run into more issue later on. I suggest you get pro version at least.

I have win 7 pro version. Use IIS to run asp at port 8080. Used Zend on port 80 which Zend used Apache to host the website. With Zend to get it working the way you want it; it's quite tricky. You'll need to get extra dll from the original Apache such as the pdo_mssql.dll, etc... I don't remember on top of my head, but if I had to set it up; I'll remember.
08/30/2013 21:56 Deja45Vu#7
Check it, [Only registered and activated users can see links. Click Here To Register...] ;)