How to make web server by windows 2003 R2 ?

Status
Not open for further replies.
Try the following...

1. Go to Start->Run->services.msc . Check if IISAdmin is running . right Click and try to restart the service .

2. find a file called hosts in your windows directory (mostly will be win~dir/systems32/ drivers/etc/ ) . open and look for the following entry
127.0.0.1 localhost

3. Are u using .net ? If so the file extensions shud be .aspx Also if u installed iis after intalling.net runtime files - u need to run a command line program called aspnet to register iis with .net .
 
techno_funky said:
you need to install the DNS server as well dont you?

He is using localhost dude :tongue: and it doesnot require name server to resolve the queries.
 
Status
Not open for further replies.