954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Help Iis With Lan !!!!!!!!!!!!!!!!!!

HI every one I have problem with IIS AND LAN ( local area network) so
When test my asp.net page localhost it works fine
But I test my asp.net page through the LAN network it means other PC testing it doesn't work
I check like this --> http://192.168.0.20/Lib_student/welcome.aspx
but 404 error
so any who know about this help me !
and explain me more detail
and how to configure IIS
OK
thanks

orshikh

bagi
Newbie Poster
24 posts since Mar 2006
Reputation Points: 10
Solved Threads: 0
 

i cannot even ping that address. You probably need to talk to your network administrator. This looks like a networking problem, not a ASP.Net problem

campkev
Posting Pro in Training
484 posts since Jul 2005
Reputation Points: 14
Solved Threads: 19
 

I have done some projects. But at the end how can i test it would run in LAN??? I cant access to my PC server from another PC through LAN. I want it work on lan.......................I access like http:////. But it doesnt work..........

Pls help...............

Any idea,advice, suggestion would be much appreciated.......

tks in advance,

bagi

bagi
Newbie Poster
24 posts since Mar 2006
Reputation Points: 10
Solved Threads: 0
 

ASP.NET works with IIS. You access ASP.NET applications through a web browser. Whatever you've configured a particular IIS installation's server name to be, is how you access it, via WAN, LAN... whatever.

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

Sorry my poor knowledge.....But i cant access from the remote computer.......How can i check it works through Lan......My vesion of IIS 5.1 and ASP.NET 1.1 and sqlserver 2000.........Could anyone pls give me a specific instruction to test my project.......................................


Tks a million for those who try..........

bagi

bagi
Newbie Poster
24 posts since Mar 2006
Reputation Points: 10
Solved Threads: 0
 

I cannot tell you anymore than I already have:

You access via a browser:

http://servername/appname

The "servername" is the name you've given the IIS server. That's all there is to it - there isn't a big mystery here.

You can also access via IP address:

http://192.168.xxx.xx/appname

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

Thks for your reply...................I did the same way what you told exactly. In browser of remote compouter i typed http-:///appname/webform.aspx or something like this.............But i got this error msm:

The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.

--------------------------------------------------------------------------------

Please try the following:

Click the Refresh button, or try again later.

If you typed the page address in the Address bar, make sure that it is spelled correctly.

To check your connection settings, click the Tools menu, and then click Internet Options. On the Connections tab, click Settings. The settings should match those provided by your local area network (LAN) administrator or Internet service provider (ISP).
See if your Internet connection settings are being detected. You can set Microsoft Windows

so how can i fix it...............

Thnks,

bagi

bagi
Newbie Poster
24 posts since Mar 2006
Reputation Points: 10
Solved Threads: 0
 

That should work fine, if IIS is installed properly:

http://server_name/folder/appname.aspx

So, you likely have an IIS configuration issue, which is outside the scope of this forum. You should post in the Site Configuration section.

You need to test first:

1) Can you access your app on the machine itself, using "localhost" as the server name?

If this test fails, you don't have IIS running correctly.

2) Can other machines access the app, using the IP address of the IIS server as the server name?

If the this test fails, then you have a network configuration issue. 192.168 numbers are "local IP" addresses, and your network could be divided into subdomains, you could have a firewall on the machine blocking inbound traffic - all sorts of issues, none of which are ASP.NET questions!

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

Tks everyone to those who went through my posts...............Specially trgeer,campkev........Now its working through the LAN.........Thank you guys very much!!!!!!!!!!

bagi

bagi
Newbie Poster
24 posts since Mar 2006
Reputation Points: 10
Solved Threads: 0
 

hello bagi
i read ur post where u had problem with running
your aspx page on lan using iis.
I would like to know what solved the problem.
amol

amolxyz
Newbie Poster
1 post since Jun 2007
Reputation Points: 10
Solved Threads: 0
 

hi,

the problem was the firewall. windows XP includes it by default. You can see the computer, even share files, but the firewall was stopping all http traffic.

shut down the firewall and will work fine.

best,
Diego

dlluna
Newbie Poster
1 post since Mar 2008
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You