|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
security between serving files from a fileshareI have two machines that are on the internet that can share files between them. They are otherwise firewalled.They are not on the same domain, but they can see each other and share files in windows. They are p1 and p2. p1 shares the directory pics with p2. p2 logs in as p1\pics to see the pics. This works fine for windows, but is having problems with iis. I have set up the directory as a virtual directory in iis, and have set to look at the fileshare and entered the username and password, but am getting a 500 error - invalid username / password. When I browse for the password, it only allows me accounts on p2. Without creating a domain, how can I get iis on p2 to serve pics from p1. ie http://p2.mysite.com/pics/aa1.jpg which will serve the file \\p1\pics\aa1.jpg Thanks, Ian Hi Ian,
On virtual directory on server two (P2) you can specify which username and password to use by clicking on "Connect As". When entering username you can manually put in computer name (e.g. P1\username) and password for username created on P1. Instead of P1 you could also use "string" localhost\username where username is again account created on P1. I hope this helps, -- Show quoteMike Microsoft MVP - Windows Security "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message news:C7707F47-EDAE-4FFC-ABBB-3B970C07F3F4@microsoft.com... > Hi, > > I have two machines that are on the internet that can share files between > them. They are otherwise firewalled.They are not on the same domain, but > they > can see each other and share files in windows. > > They are p1 and p2. p1 shares the directory pics with p2. p2 logs in as > p1\pics to see the pics. This works fine for windows, but is having > problems > with iis. > > I have set up the directory as a virtual directory in iis, and have set to > look at the fileshare and entered the username and password, but am > getting a > 500 error - invalid username / password. When I browse for the password, > it > only allows me accounts on p2. > > Without creating a domain, how can I get iis on p2 to serve pics from p1. > > ie http://p2.mysite.com/pics/aa1.jpg which will serve the file > \\p1\pics\aa1.jpg > > Thanks, > > > Ian > Hi,
thanks for the advice, but I tried it and am getting a 500 error - internal server error. Any other ideas, as I can browse to the file in iis manager, yet I get a 500 error if I request it in a browser. Thanks, Ian Show quote "Miha Pihler [MVP]" wrote: > Hi Ian, > > On virtual directory on server two (P2) you can specify which username and > password to use by clicking on "Connect As". When entering username you can > manually put in computer name (e.g. P1\username) and password for username > created on P1. Instead of P1 you could also use "string" localhost\username > where username is again account created on P1. > > I hope this helps, > > -- > Mike > Microsoft MVP - Windows Security > > "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message > news:C7707F47-EDAE-4FFC-ABBB-3B970C07F3F4@microsoft.com... > > Hi, > > > > I have two machines that are on the internet that can share files between > > them. They are otherwise firewalled.They are not on the same domain, but > > they > > can see each other and share files in windows. > > > > They are p1 and p2. p1 shares the directory pics with p2. p2 logs in as > > p1\pics to see the pics. This works fine for windows, but is having > > problems > > with iis. > > > > I have set up the directory as a virtual directory in iis, and have set to > > look at the fileshare and entered the username and password, but am > > getting a > > 500 error - invalid username / password. When I browse for the password, > > it > > only allows me accounts on p2. > > > > Without creating a domain, how can I get iis on p2 to serve pics from p1. > > > > ie http://p2.mysite.com/pics/aa1.jpg which will serve the file > > \\p1\pics\aa1.jpg > > > > Thanks, > > > > > > Ian > > > > > Hi Ian,
What are you serving? It this application running on your server or static pages? In which case you get error 500? If you use Integrated or Basic? Can you make sure that you have disabled Friendly Errors in IE -- it might give you more specific (helpful) error message. -- Show quoteMike Microsoft MVP - Windows Security "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message news:4653ACE8-292E-4FE5-B9BD-2B79C7E56378@microsoft.com... > Hi, > > thanks for the advice, but I tried it and am getting a 500 error - > internal > server error. > > Any other ideas, as I can browse to the file in iis manager, yet I get a > 500 > error if I request it in a browser. > > Thanks, > > Ian > > "Miha Pihler [MVP]" wrote: > >> Hi Ian, >> >> On virtual directory on server two (P2) you can specify which username >> and >> password to use by clicking on "Connect As". When entering username you >> can >> manually put in computer name (e.g. P1\username) and password for >> username >> created on P1. Instead of P1 you could also use "string" >> localhost\username >> where username is again account created on P1. >> >> I hope this helps, >> >> -- >> Mike >> Microsoft MVP - Windows Security >> >> "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message >> news:C7707F47-EDAE-4FFC-ABBB-3B970C07F3F4@microsoft.com... >> > Hi, >> > >> > I have two machines that are on the internet that can share files >> > between >> > them. They are otherwise firewalled.They are not on the same domain, >> > but >> > they >> > can see each other and share files in windows. >> > >> > They are p1 and p2. p1 shares the directory pics with p2. p2 logs in as >> > p1\pics to see the pics. This works fine for windows, but is having >> > problems >> > with iis. >> > >> > I have set up the directory as a virtual directory in iis, and have set >> > to >> > look at the fileshare and entered the username and password, but am >> > getting a >> > 500 error - invalid username / password. When I browse for the >> > password, >> > it >> > only allows me accounts on p2. >> > >> > Without creating a domain, how can I get iis on p2 to serve pics from >> > p1. >> > >> > ie http://p2.mysite.com/pics/aa1.jpg which will serve the file >> > \\p1\pics\aa1.jpg >> > >> > Thanks, >> > >> > >> > Ian >> > >> >> >> Hi, thanks for the speedy response.
> I am serving images from the share (jpg and gif). They display if I open > What are you serving? them on the machine with them. > It this application running on your server or static I've written an ASP 2 c# based webpage to display the images, and it was > pages? working fine when they were local to it. Since I was getting errors, I tried requesting the images directly from a web browser and was getting a 500 error. I've disabled friendly urls and I don't get more help. I disabled friendly urls and it was no more help. > In which case you get error 500? If you use Integrated or Basic? I have anonymous access to the site, and the site doesn't request authentication. Thanks, Ian Show quote > Can you make sure that you have disabled Friendly Errors in IE -- it might > give you more specific (helpful) error message. > > -- > Mike > Microsoft MVP - Windows Security > > "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message > news:4653ACE8-292E-4FE5-B9BD-2B79C7E56378@microsoft.com... > > Hi, > > > > thanks for the advice, but I tried it and am getting a 500 error - > > internal > > server error. > > > > Any other ideas, as I can browse to the file in iis manager, yet I get a > > 500 > > error if I request it in a browser. > > > > Thanks, > > > > Ian > > > > "Miha Pihler [MVP]" wrote: > > > >> Hi Ian, > >> > >> On virtual directory on server two (P2) you can specify which username > >> and > >> password to use by clicking on "Connect As". When entering username you > >> can > >> manually put in computer name (e.g. P1\username) and password for > >> username > >> created on P1. Instead of P1 you could also use "string" > >> localhost\username > >> where username is again account created on P1. > >> > >> I hope this helps, > >> > >> -- > >> Mike > >> Microsoft MVP - Windows Security > >> > >> "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message > >> news:C7707F47-EDAE-4FFC-ABBB-3B970C07F3F4@microsoft.com... > >> > Hi, > >> > > >> > I have two machines that are on the internet that can share files > >> > between > >> > them. They are otherwise firewalled.They are not on the same domain, > >> > but > >> > they > >> > can see each other and share files in windows. > >> > > >> > They are p1 and p2. p1 shares the directory pics with p2. p2 logs in as > >> > p1\pics to see the pics. This works fine for windows, but is having > >> > problems > >> > with iis. > >> > > >> > I have set up the directory as a virtual directory in iis, and have set > >> > to > >> > look at the fileshare and entered the username and password, but am > >> > getting a > >> > 500 error - invalid username / password. When I browse for the > >> > password, > >> > it > >> > only allows me accounts on p2. > >> > > >> > Without creating a domain, how can I get iis on p2 to serve pics from > >> > p1. > >> > > >> > ie http://p2.mysite.com/pics/aa1.jpg which will serve the file > >> > \\p1\pics\aa1.jpg > >> > > >> > Thanks, > >> > > >> > > >> > Ian > >> > > >> > >> > >> > > > Please cut and paste the exact error message you are seeing on the screen.
Thanks Cheers Ken Show quote "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message news:9CEA2086-5B3F-46A7-889A-5B44C3344DF0@microsoft.com... > Hi, thanks for the speedy response. > >> >> What are you serving? > > I am serving images from the share (jpg and gif). They display if I open > them on the machine with them. > >> It this application running on your server or static >> pages? > > I've written an ASP 2 c# based webpage to display the images, and it was > working fine when they were local to it. Since I was getting errors, I > tried > requesting the images directly from a web browser and was getting a 500 > error. I've disabled friendly urls and I don't get more help. > > > I disabled friendly urls and it was no more help. > >> In which case you get error 500? If you use Integrated or Basic? > > I have anonymous access to the site, and the site doesn't request > authentication. > > Thanks, > > Ian > >> Can you make sure that you have disabled Friendly Errors in IE -- it >> might >> give you more specific (helpful) error message. >> >> -- >> Mike >> Microsoft MVP - Windows Security >> >> "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message >> news:4653ACE8-292E-4FE5-B9BD-2B79C7E56378@microsoft.com... >> > Hi, >> > >> > thanks for the advice, but I tried it and am getting a 500 error - >> > internal >> > server error. >> > >> > Any other ideas, as I can browse to the file in iis manager, yet I get >> > a >> > 500 >> > error if I request it in a browser. >> > >> > Thanks, >> > >> > Ian >> > >> > "Miha Pihler [MVP]" wrote: >> > >> >> Hi Ian, >> >> >> >> On virtual directory on server two (P2) you can specify which username >> >> and >> >> password to use by clicking on "Connect As". When entering username >> >> you >> >> can >> >> manually put in computer name (e.g. P1\username) and password for >> >> username >> >> created on P1. Instead of P1 you could also use "string" >> >> localhost\username >> >> where username is again account created on P1. >> >> >> >> I hope this helps, >> >> >> >> -- >> >> Mike >> >> Microsoft MVP - Windows Security >> >> >> >> "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message >> >> news:C7707F47-EDAE-4FFC-ABBB-3B970C07F3F4@microsoft.com... >> >> > Hi, >> >> > >> >> > I have two machines that are on the internet that can share files >> >> > between >> >> > them. They are otherwise firewalled.They are not on the same domain, >> >> > but >> >> > they >> >> > can see each other and share files in windows. >> >> > >> >> > They are p1 and p2. p1 shares the directory pics with p2. p2 logs in >> >> > as >> >> > p1\pics to see the pics. This works fine for windows, but is having >> >> > problems >> >> > with iis. >> >> > >> >> > I have set up the directory as a virtual directory in iis, and have >> >> > set >> >> > to >> >> > look at the fileshare and entered the username and password, but am >> >> > getting a >> >> > 500 error - invalid username / password. When I browse for the >> >> > password, >> >> > it >> >> > only allows me accounts on p2. >> >> > >> >> > Without creating a domain, how can I get iis on p2 to serve pics >> >> > from >> >> > p1. >> >> > >> >> > ie http://p2.mysite.com/pics/aa1.jpg which will serve the file >> >> > \\p1\pics\aa1.jpg >> >> > >> >> > Thanks, >> >> > >> >> > >> >> > Ian >> >> > >> >> >> >> >> >> >> >> >> The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed. -------------------------------------------------------------------------------- Please try the following: Open the 64.34.176.167 home page, and then look for links to the information you want. Click the Refresh button, or try again later. Click Search to look for information on the Internet. You can also see a list of related sites. HTTP 500 - Internal server error Internet Explorer Any ideas, as this was with friendly urls turned off. Regards, Ian Show quote "Ken Schaefer" wrote: > Please cut and paste the exact error message you are seeing on the screen. > > Thanks > > Cheers > Ken > > > > "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message > news:9CEA2086-5B3F-46A7-889A-5B44C3344DF0@microsoft.com... > > Hi, thanks for the speedy response. > > > >> > >> What are you serving? > > > > I am serving images from the share (jpg and gif). They display if I open > > them on the machine with them. > > > >> It this application running on your server or static > >> pages? > > > > I've written an ASP 2 c# based webpage to display the images, and it was > > working fine when they were local to it. Since I was getting errors, I > > tried > > requesting the images directly from a web browser and was getting a 500 > > error. I've disabled friendly urls and I don't get more help. > > > > > > I disabled friendly urls and it was no more help. > > > >> In which case you get error 500? If you use Integrated or Basic? > > > > I have anonymous access to the site, and the site doesn't request > > authentication. > > > > Thanks, > > > > Ian > > > >> Can you make sure that you have disabled Friendly Errors in IE -- it > >> might > >> give you more specific (helpful) error message. > >> > >> -- > >> Mike > >> Microsoft MVP - Windows Security > >> > >> "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message > >> news:4653ACE8-292E-4FE5-B9BD-2B79C7E56378@microsoft.com... > >> > Hi, > >> > > >> > thanks for the advice, but I tried it and am getting a 500 error - > >> > internal > >> > server error. > >> > > >> > Any other ideas, as I can browse to the file in iis manager, yet I get > >> > a > >> > 500 > >> > error if I request it in a browser. > >> > > >> > Thanks, > >> > > >> > Ian > >> > > >> > "Miha Pihler [MVP]" wrote: > >> > > >> >> Hi Ian, > >> >> > >> >> On virtual directory on server two (P2) you can specify which username > >> >> and > >> >> password to use by clicking on "Connect As". When entering username > >> >> you > >> >> can > >> >> manually put in computer name (e.g. P1\username) and password for > >> >> username > >> >> created on P1. Instead of P1 you could also use "string" > >> >> localhost\username > >> >> where username is again account created on P1. > >> >> > >> >> I hope this helps, > >> >> > >> >> -- > >> >> Mike > >> >> Microsoft MVP - Windows Security > >> >> > >> >> "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message > >> >> news:C7707F47-EDAE-4FFC-ABBB-3B970C07F3F4@microsoft.com... > >> >> > Hi, > >> >> > > >> >> > I have two machines that are on the internet that can share files > >> >> > between > >> >> > them. They are otherwise firewalled.They are not on the same domain, > >> >> > but > >> >> > they > >> >> > can see each other and share files in windows. > >> >> > > >> >> > They are p1 and p2. p1 shares the directory pics with p2. p2 logs in > >> >> > as > >> >> > p1\pics to see the pics. This works fine for windows, but is having > >> >> > problems > >> >> > with iis. > >> >> > > >> >> > I have set up the directory as a virtual directory in iis, and have > >> >> > set > >> >> > to > >> >> > look at the fileshare and entered the username and password, but am > >> >> > getting a > >> >> > 500 error - invalid username / password. When I browse for the > >> >> > password, > >> >> > it > >> >> > only allows me accounts on p2. > >> >> > > >> >> > Without creating a domain, how can I get iis on p2 to serve pics > >> >> > from > >> >> > p1. > >> >> > > >> >> > ie http://p2.mysite.com/pics/aa1.jpg which will serve the file > >> >> > \\p1\pics\aa1.jpg > >> >> > > >> >> > Thanks, > >> >> > > >> >> > > >> >> > Ian > >> >> > > >> >> > >> >> > >> >> > >> > >> > >> > > > Hi Ian,
If I browse http://64.34.176.167 I get Under Construction -- which is normal for IIS with no content set (no Default page...). -- Show quoteMike Microsoft MVP - Windows Security "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message news:BBFE4401-4063-4C58-B71E-E06794641B6F@microsoft.com... > The page cannot be displayed > There is a problem with the page you are trying to reach and it cannot be > displayed. > > -------------------------------------------------------------------------------- > > Please try the following: > > Open the 64.34.176.167 home page, and then look for links to the > information > you want. > Click the Refresh button, or try again later. > > Click Search to look for information on the Internet. > You can also see a list of related sites. > > > > > HTTP 500 - Internal server error > Internet Explorer > > > Any ideas, as this was with friendly urls turned off. > > Regards, > > Ian > > "Ken Schaefer" wrote: > >> Please cut and paste the exact error message you are seeing on the >> screen. >> >> Thanks >> >> Cheers >> Ken >> >> >> >> "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message >> news:9CEA2086-5B3F-46A7-889A-5B44C3344DF0@microsoft.com... >> > Hi, thanks for the speedy response. >> > >> >> >> >> What are you serving? >> > >> > I am serving images from the share (jpg and gif). They display if I >> > open >> > them on the machine with them. >> > >> >> It this application running on your server or static >> >> pages? >> > >> > I've written an ASP 2 c# based webpage to display the images, and it >> > was >> > working fine when they were local to it. Since I was getting errors, I >> > tried >> > requesting the images directly from a web browser and was getting a 500 >> > error. I've disabled friendly urls and I don't get more help. >> > >> > >> > I disabled friendly urls and it was no more help. >> > >> >> In which case you get error 500? If you use Integrated or Basic? >> > >> > I have anonymous access to the site, and the site doesn't request >> > authentication. >> > >> > Thanks, >> > >> > Ian >> > >> >> Can you make sure that you have disabled Friendly Errors in IE -- it >> >> might >> >> give you more specific (helpful) error message. >> >> >> >> -- >> >> Mike >> >> Microsoft MVP - Windows Security >> >> >> >> "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message >> >> news:4653ACE8-292E-4FE5-B9BD-2B79C7E56378@microsoft.com... >> >> > Hi, >> >> > >> >> > thanks for the advice, but I tried it and am getting a 500 error - >> >> > internal >> >> > server error. >> >> > >> >> > Any other ideas, as I can browse to the file in iis manager, yet I >> >> > get >> >> > a >> >> > 500 >> >> > error if I request it in a browser. >> >> > >> >> > Thanks, >> >> > >> >> > Ian >> >> > >> >> > "Miha Pihler [MVP]" wrote: >> >> > >> >> >> Hi Ian, >> >> >> >> >> >> On virtual directory on server two (P2) you can specify which >> >> >> username >> >> >> and >> >> >> password to use by clicking on "Connect As". When entering username >> >> >> you >> >> >> can >> >> >> manually put in computer name (e.g. P1\username) and password for >> >> >> username >> >> >> created on P1. Instead of P1 you could also use "string" >> >> >> localhost\username >> >> >> where username is again account created on P1. >> >> >> >> >> >> I hope this helps, >> >> >> >> >> >> -- >> >> >> Mike >> >> >> Microsoft MVP - Windows Security >> >> >> >> >> >> "Ian Jagger" <IanJag***@discussions.microsoft.com> wrote in message >> >> >> news:C7707F47-EDAE-4FFC-ABBB-3B970C07F3F4@microsoft.com... >> >> >> > Hi, >> >> >> > >> >> >> > I have two machines that are on the internet that can share files >> >> >> > between >> >> >> > them. They are otherwise firewalled.They are not on the same >> >> >> > domain, >> >> >> > but >> >> >> > they >> >> >> > can see each other and share files in windows. >> >> >> > >> >> >> > They are p1 and p2. p1 shares the directory pics with p2. p2 logs >> >> >> > in >> >> >> > as >> >> >> > p1\pics to see the pics. This works fine for windows, but is >> >> >> > having >> >> >> > problems >> >> >> > with iis. >> >> >> > >> >> >> > I have set up the directory as a virtual directory in iis, and >> >> >> > have >> >> >> > set >> >> >> > to >> >> >> > look at the fileshare and entered the username and password, but >> >> >> > am >> >> >> > getting a >> >> >> > 500 error - invalid username / password. When I browse for the >> >> >> > password, >> >> >> > it >> >> >> > only allows me accounts on p2. >> >> >> > >> >> >> > Without creating a domain, how can I get iis on p2 to serve pics >> >> >> > from >> >> >> > p1. >> >> >> > >> >> >> > ie http://p2.mysite.com/pics/aa1.jpg which will serve the file >> >> >> > \\p1\pics\aa1.jpg >> >> >> > >> >> >> > Thanks, >> >> >> > >> >> >> > >> >> >> > Ian >> >> >> > >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> |
|||||||||||||||||||||||