Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

viewing asp pages from other machine

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
viewing page from another machine? - hi... Can I make somebody else view my webpage, that i made in asp-mysql on anohter machine? I tried to give my ip address to another person to view my page. But it doesnt work. i tried as : To run ASP on my machine i..

Problem with viewing ASP pages locally - First I will give some system info. OS: MS Windows XP IIS: IIS 5.1 IE: IE 6 It might need noting at this point that my computer hard drive has two The C: partition is FAT32 and 18.5 GB, it is used for

Viewing Web Pictures - I am not able to view web pictures on my laptop. I have clicked on the Internet toolbar: Pictures. I have tried resetting my default settings. No luck with either. Can someone help with this ..

Viewing password expirations via a web browser - I figured out how to change passwords via a web browser, but now I am wanting to know how I could also display the password

Viewing/killing current sessions on IIS 5.0 - Hi. I'd like to know if there is any tools that I could use to all current to an IIS 5.0 site. Thanks a lot in advance.
Next:  IIS: tray icon in IIS in Windows XP  
Author Message
kabi_240

External


Since: Feb 20, 2004
Posts: 1



(Msg. 1) Posted: Fri Feb 20, 2004 5:13 pm
Post subject: viewing asp pages from other machine
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi
I have created a small application using asp and html
pages. My machine is on a Lan. and one other machine on
LAN wants to see those pages through my machine.
I have given him url like this
http://myipaddress/folder/index.asp
but it asks for a username and password for him to open
and doesn't work with his network username and password
but works fine if i login as me on his machine.
What can i do so that it doesn't asks for any
username/pswd and directly runs it?

Thanks, appreciate the help.

 >> Stay informed about: viewing asp pages from other machine 
Back to top
Login to vote
anonymous1242

External


Since: Feb 20, 2004
Posts: 2



(Msg. 2) Posted: Sat Feb 21, 2004 2:08 am
Post subject: Re: viewing asp pages from other machine [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Modify the permissions using front page if it is a Front Page website.

The issue for IIS is 'anonomyous' access, or optionally allowing access to
certain individuals or groups using the domain or machine accounts. It can
be confusing.

First of all, handle permissions through MS Front Page exclusively. If you
are not using it; it may make life simpler for you to get it. Use the latest
versions.

Second, don't ever modify the IUSR_<MACHINENAME> account in any way.

If you are not using MS Front Page you will have to modify permissions on
the folder where your site resides to share it over the network using a
domain account. Do not share more than you have to.

If your Lan is connected to the internet you should probably use a domain
account to permit access to your site instead of the default
IUSR_<MACHINENAME> anonomyous account for your machine. Consult with your
administrator re. the above.


"karan" <kabi_240 DeleteThis @hotmail.com> wrote in message
news:1413701c3f7fe$caaf8440$a401280a@phx.gbl...
 > Hi
 > I have created a small application using asp and html
 > pages. My machine is on a Lan. and one other machine on
 > LAN wants to see those pages through my machine.
 > I have given him url like this
<font color=purple> > <a style='text-decoration: underline;' href="http://myipaddress/folder/index.asp</font" target="_blank">http://myipaddress/folder/index.asp</font</a>>
 > but it asks for a username and password for him to open
 > and doesn't work with his network username and password
 > but works fine if i login as me on his machine.
 > What can i do so that it doesn't asks for any
 > username/pswd and directly runs it?
 >
 > Thanks, appreciate the help.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: viewing asp pages from other machine 
Back to top
Login to vote
yonlinemanghn1

External


Since: Jan 23, 2004
Posts: 206



(Msg. 3) Posted: Tue Feb 24, 2004 4:44 am
Post subject: RE: viewing asp pages from other machine [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,
By default both Anonymous and Integrated authentication are enabled and if
Anonymous fails then Integrated authentication is used.
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;308160" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;308160</a>
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;264921" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;264921</a>

In your case, Anonymous could either be unchecked or failing (due to
insuffiecient NTFS permissions for the IUSR account). The fact that the url
you provided to your colleague has periods (ip address), IE assumes it is
an external link and prompts your colleague for credentials.
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;258063" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;258063</a>

It also seems like that account hasn't been provided necessary NTFS
permissions and policies (Access this computer from the network) on the web
server- hence even after providing credentials this user is not able to
view the site.

You need to make sure you have only Anonymous authentication turned on and
that the IUSR_machinename account has NTFS permissions on the content. This
will allow everyone to access the asp and html pages hosted on that site.


Hope this helps.
Thanks,
Yogita Manghnani
Microsoft Developer Support
Internet Information Server

*********************************************************************
  >>Please do not send email directly to this alias. This is an online
account name for newsgroup participation only.<<

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.

© 2003 Microsoft Corporation. All rights reserved.
*********************************************************************<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: viewing asp pages from other machine 
Back to top
Login to vote
anonymous1324

External


Since: Mar 02, 2004
Posts: 2



(Msg. 4) Posted: Tue Mar 02, 2004 12:41 pm
Post subject: RE: viewing asp pages from other machine [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

wrote:
It also seems like that account hasn't been provided necessary NTFS
permissions and policies (Access this computer from the network) on the web
server- hence even after providing credentials this user is not able to
view the site.

I am having a similar problem. I have granted NTFS permissions to the anonymous user account, and enabled anonymous access to the folder in the IIS console, but unless I also enable "Integrated Windows Authentication" and log in as a user with permissions, the page cannot be seen.

How do I grant the local IUSR account "Access this computer from the network" permissions? I don't see this setting anywhere.

C. Carroll
 >> Stay informed about: viewing asp pages from other machine 
Back to top
Login to vote
yonlinemanghn1

External


Since: Jan 23, 2004
Posts: 206



(Msg. 5) Posted: Wed Mar 03, 2004 4:53 am
Post subject: RE: viewing asp pages from other machine [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello Caroll,
Users can be assigned the necessary rights in the Local Security policy
console. By default, the IUSR account has the following rights:
- Access this computer from the network
- Log on locally
- Log on as a batch job
To confirm, go to the Administrative tools-> Local Security Policy console.
Expand Local Policies-> User rights assignment. Then double click on each
of the above policies and confirm if the IUSR account is listed in the list
of users.

Thanks,
Yogita Manghnani
Microsoft Developer Support
Internet Information Server

*********************************************************************
  >>Please do not send email directly to this alias. This is an online
account name for newsgroup participation only.<<

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.

© 2003 Microsoft Corporation. All rights reserved.
*********************************************************************<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: viewing asp pages from other machine 
Back to top
Login to vote
anonymous1324

External


Since: Mar 02, 2004
Posts: 2



(Msg. 6) Posted: Wed Mar 03, 2004 9:51 am
Post subject: RE: viewing asp pages from other machine [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks, Yogita, I found the settings you mentioned and the IUSR account has been assigned these rights (Login on locally, etc.).

So this does not explain my problem. I see from another thread that domain policy can override these local security policies, so I will check with the domain administrator and see if that may be the source of the problem.

C. Carroll
 >> Stay informed about: viewing asp pages from other machine 
Back to top
Login to vote
yonlinemanghn1

External


Since: Jan 23, 2004
Posts: 206



(Msg. 7) Posted: Thu Mar 04, 2004 4:15 am
Post subject: RE: viewing asp pages from other machine [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Carol,
Yes, the domain policy will override the local policy- only for domain
users though. Is your IUSR account a local account or a domain account? If
it is a local account, then policies may not be causing the problem (since
the user has these policies).
What is the error you get when browsing the site anonymously? (be sure to
go to IE-> Tools-> Internet Options-> Advanced-> uncheck Show friendly http
error messages, close and open a new IE window before reproducing the
error).
What errors/warnings do you see in the event logs when you reproduce the
problem?
It might be possible that the IUSR account is out of sync (event log entry
will confirm this). Check out Method2 in the resolution section in
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;297989" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;297989</a>

Thanks,
Yogita Manghnani
Microsoft Developer Support
Internet Information Server

*********************************************************************
  >>Please do not send email directly to this alias. This is an online
account name for newsgroup participation only.<<

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.

© 2003 Microsoft Corporation. All rights reserved.
*********************************************************************<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: viewing asp pages from other machine 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]