You need to allow anonymous access to the website within IIS.
 
Go to the start menu, run, mmc then press enter.  
Add the snap-in for Internet Information Services
Go to the website, right click, properties
Directory Security tab
make sure anonymous access box is checked, typically it will run as
IUSR_MACHINENAME so
if you are on a machien called box1 it would be IUSR_BOX1
 
 

  _____  

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of
mwaqas_shahid
Sent: Thursday, September 06, 2007 2:37 AM
To: [email protected]
Subject: [AspNet2] Need Help regarding asscessing aspx page from LAN



Hi Dear All.
MY Problem regarding Accessing the Aspx Page from LAN.

1)i make a page for exampe abc.aspx, when i can run it on my local
machine then it works perfectly, but when i run it from another
machine my LAN then it ask me the username and password for conneting
to the iis.

2) Setting of config file is like that

<authentication mode="Windows" />
<authorization>
<allow users = "//Shahid" />
<allow users = "//masif" />
<allow users = "//noor" />
<allow users = "//Aamirniaz" />
<deny users = "?" />
</authorization>

3) i type the link like that on my machine http://shahid/
<http://shahid/see/abc.aspx> see/abc.aspx
then it works .
shahid is my machine name
and 
see is the Virtual Directiroy Name.

4) But when it type the http://shahid/ <http://shahid/see.abc.aspx>
see.abc.aspx link from another
machine of LAN then it ask for username amd password, 
if anyone have solution then please tell me.

5) when i run the http://10.0. <http://10.0.0.10> 0.10 from another machine
then it show
the site is under construction message.
http://10.0. <http://10.0.0.10> 0.10 is my local machine name .

6) iis server is running perfectly on local machine.

7) Please tell me the solution of my problem ,how can i resolve it.

regards

Waqas Shahid



 


[Non-text portions of this message have been removed]

Reply via email to