Click to See Complete Forum and Search --> : Configure IIS


abhayatweb
03-15-2007, 08:18 AM
HI every one I have problem with IIS AND LAN ( local area network) so
When I test my asp page in localhost (http://localhost/<aliasname>)it works fine.
But when I test my asp page through the LAN network it means other PC testing (by creating it webshared document)it doesn't work
I check like this --> http://<computer name>/<alias name>/index.htm
but it gives "Page cannot be displayed..." error
The link (http://<computer name>/<alias name>/index.htm) also works fine on which it physically exists (server).
so any who know about this help me !
and explain me more detail
and how to configure IIS
OK
thanks
My PC configuration :-
win xp service pack2
IIS 5.1installed properlly.
connected to LAN (4 PCs connected, n using internet independently through Router)
:( :( :( :( :( :(

mattyblah
03-16-2007, 08:36 AM
There are a few different ways you can hit the web page on another machine, as long as you can "see" the computer on the network. Have you tried:

http://<computer name>/

That should return the default web site IIS sets up. Also, try:

http://<computer ip address>/

That should also return the default web site IIS sets up. If you can't get those working it is probably something with your network setup where your computers can't see eachother.

abhayatweb
03-16-2007, 08:41 AM
Thanks for taking interest but i have solved the problem.
My Network Firewall setting was not set for http:// -----
control panel >> Windows Firewall >> Advance >> Lan Setting , Select web server (http).
Now its working.

abhayatweb
03-16-2007, 08:45 AM
hello mattyblah
I have another question for u. plz. help if u can.
I have to create a text file by submitting a form. and all the information will be saved in the text file. :
Set fso=Server.CreateObject("Scripting.FileSystemObject")
Set open = fso.CreateTextFile(path1, True)
But it gives error :
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/feedback.asp, line 96

what should i do. I have tried everything e.g. register all .dll files relating to iis.

Terrorke
03-16-2007, 09:20 AM
Do you have write permissions on the path1??

abhayatweb
03-17-2007, 05:02 AM
Do you have write permissions on the path1??

Yes, I have selected the write permission when creating virtual directory(web)through iis.