Connecting Tech Pros Worldwide Forums | Help | Site Map

Does IIS need internet to run ???

lifeisgreat20009's Avatar
Member
 
Join Date: Oct 2007
Posts: 70
#1: May 15 '08
I just disconnected my computer from internet to check if ASP scripts run well or not .....

When I disconnected IIS is not working properly and error is being shown that "Webpage could not be found"

I typed as follows in my browser but still got the same error..

http://localhost/home.asp

kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#2: May 15 '08

re: Does IIS need internet to run ???


Check the directory path of your local account. Is home.asp directly under the wwwroot folder?
Quote:

Originally Posted by lifeisgreat20009

I just disconnected my computer from internet to check if ASP scripts run well or not .....

When I disconnected IIS is not working properly and error is being shown that "Webpage could not be found"

I typed as follows in my browser but still got the same error..

http://localhost/home.asp

lifeisgreat20009's Avatar
Member
 
Join Date: Oct 2007
Posts: 70
#3: May 15 '08

re: Does IIS need internet to run ???


Quote:

Originally Posted by kenobewan

Check the directory path of your local account. Is home.asp directly under the wwwroot folder?


Yes it is directly under the wwwroot folder.
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#4: May 16 '08

re: Does IIS need internet to run ???


Quote:

Originally Posted by lifeisgreat20009

Yes it is directly under the wwwroot folder.

Try 127.0.0.1/home.asp. What version of IIS? Is asp checked in the file extensions?
lifeisgreat20009's Avatar
Member
 
Join Date: Oct 2007
Posts: 70
#5: May 17 '08

re: Does IIS need internet to run ???


Quote:

Originally Posted by kenobewan

Try 127.0.0.1/home.asp. What version of IIS? Is asp checked in the file extensions?

thanks a ton, its working well now
Reply