Re: IIS 6 from a Samba share

From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 09/20/05


Date: Tue, 20 Sep 2005 01:42:39 -0700

You want to report the exact 500 error entry in the web log for the
website -- in particular the Win32 error code.

You also need to look at the issue from an SMB perspective. IIS is not doing
anything special.

Have you verified from the Windows machine that you can access the SMB using
a specified username/password.

If so, you should be able to have IIS login as that username/password to
access the SMB share (this is an option as soon as you select the UNC share
as directory root). If you want Pass-thru authentication to work, you may
need to configure more users on the SAMBA end.

In short, there's nothing "special" that IIS is using nor expecting. It is
all standard NT stuff when it comes to UNC.

-- 
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Coen" <Coen@discussions.microsoft.com> wrote in message
news:A8A748BC-C734-4714-9EFA-A5AF8010D20F@microsoft.com...
Hello,
I am working at a company who until recently only did Linux based
webhosting. Due to increasing demand we decided to start using W2K3 to serve
ASP websites.
Problem now is that I want to use the existing infrastructure with W2K3.
There is a very large linux cluster which is already functioning as NAS for
Apache servers and I'd like IIS to connect to that. So I installed Samba and
created a user to connect to it and a share and I could browse the directory
without problems. It just goes wrong when I install the remote dir in IIS.
Whatever I do, it always pops up with an error 500. Passwords are correct, I
know it's not all that, it just seems that IIS is expecting a different kind
of authentication too?
Please help?


Relevant Pages

  • Re: Permission Problems SBS2003 R1
    ... website on the SBS server? ... Default permissions and user rights for IIS 6.0 ... Step 3: Please check the permissions in IIS manager: ... Step 4: Re-running CEICW on SBS server: ...
    (microsoft.public.windows.server.sbs)
  • RE: HTTP Error 403.6
    ... Open Server Management and expand to Internet Information Services node. ... Check Default Web Site setting under IIS ... Under Website, right click Default Website, select Properties. ... Check ISAPI Filter of Default Web Site setting. ...
    (microsoft.public.windows.server.sbs)
  • RE: RWW
    ... Please rerun the CEICW, this helps us to configure network and IIS ... Open Server Management console, ... Under Website, right click Default Website, select Properties ... Microsoft CSS Online Newsgroup Support ...
    (microsoft.public.windows.server.sbs)
  • Re: Forcing ASP.NET 1.1 isnt working
    ... Set winhttp = Server.Createobject ... continued to happen even after recycling the iis and web services. ... the website require access to the 2.0 framework directory. ... (and without reconfiguring any existing apps to run under ASP.NET 2.0). ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Calling unmanaged code from ASP.NET in IIS7
    ... It works on my dev box if I run the website through Visual Studio using ... post and a popup saying "IIS Worker Process stopped and was closed". ... the DLL for now. ...
    (microsoft.public.inetserver.iis)