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

IIS and SQL Server on diff computers

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Related Topics:
Other computers cant connect to web server - Good day! My problem is this: I have a web server running and when users access to the web pages, the first page is ok (they can access the main page) but when going to the next pages the web page freezes (hang). the situation are all the same in all..

Diff. Home Dir For Login? - Hello, Can anyone tell me if there is a way to create a different home directory for a user, and have that directory and that directory only be to them? I am running IIS 5.0. I can create a directory in my FTP Root as the only one..

'access is denied' when running diff.exe from a python scr.. - Can anyone tell me what I need to configure in my IIS to allow my python script to run diff.exe? Right now all I get is 'access is denied' when I try. My config is an all brand new Windows Server 2003 with the bundled Internet

IIS 5.2 on W2K Server - What do you have to do get IIS working with .Net 1.1. Do you just install the framework or are there other details? TIA, Steve

Web Server in DMZ - Hello All: Is it advisable to have your web server a member of your domain and residing in the DMZ. Does this pose a greater risk than if it was not? What are the minimum port(s) needed to allow from DMZ. Thanks
Next:  IIS: Server Application Unavailable  
Author Message
linette

External


Since: Mar 23, 2004
Posts: 2



(Msg. 1) Posted: Tue Mar 23, 2004 10:05 pm
Post subject: IIS and SQL Server on diff computers
Archived from groups: microsoft>public>inetserver>iis (more info?)

hi,

we have this issue that when i use Integrated Windows Authentication, we
cannot access the sql server
it seems the user's credentials are not being passed on to the sql server
so for now, i use Basic Authentication but this prompts users for login

pls advise
thanks

regards,
linette

 >> Stay informed about: IIS and SQL Server on diff computers 
Back to top
Login to vote
user675

External


Since: Aug 28, 2003
Posts: 617



(Msg. 2) Posted: Tue Mar 23, 2004 10:05 pm
Post subject: Re: IIS and SQL Server on diff computers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 23 Mar 2004 19:05:47 +0800, "linetlte" <linette.RemoveThis@wpro.who.int>
wrote:

 >hi,
 >
 >we have this issue that when i use Integrated Windows Authentication, we
 >cannot access the sql server
 >it seems the user's credentials are not being passed on to the sql server
 >so for now, i use Basic Authentication but this prompts users for login
 >
 >pls advise
 >thanks
 >
 >regards,
 >linette

Linette,

Read this KB article :

INFO: Accessing SQL Server with Integrated Security from ASP
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=176377" target="_blank">http://support.microsoft.com/?id=176377</a>


Regards,

Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: IIS and SQL Server on diff computers 
Back to top
Login to vote
linette

External


Since: Mar 23, 2004
Posts: 2



(Msg. 3) Posted: Tue Mar 23, 2004 11:46 pm
Post subject: Re: IIS and SQL Server on diff computers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

hi paul,

thanks for your reply

i have read the kb before but i dont know what to do next
it says:
NOTE: This limitation was fixed in Windows 2000 but for Kerberos security
only.

is there anything to set on our windows 2000 domain?
i have asked our network admin to look into this but we still cant find the
solution...

i have also tried other kb as well

is there something to set for this:
IE must authenticate to the IIS server using Kerberos, not NTLM.

thanks again

regards,
linette

"Paul Lynch" <paul.lynch RemoveThis @nospam.com> wrote in message
news:g58060dpopc6iec05uj40cjeil61bq2l67@4ax.com...
 > On Tue, 23 Mar 2004 19:05:47 +0800, "linetlte" <linette RemoveThis @wpro.who.int>
 > wrote:
 >
  > >hi,
  > >
  > >we have this issue that when i use Integrated Windows Authentication, we
  > >cannot access the sql server
  > >it seems the user's credentials are not being passed on to the sql server
  > >so for now, i use Basic Authentication but this prompts users for login
  > >
  > >pls advise
  > >thanks
  > >
  > >regards,
  > >linette
 >
 > Linette,
 >
 > Read this KB article :
 >
 > INFO: Accessing SQL Server with Integrated Security from ASP
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=176377</font" target="_blank">http://support.microsoft.com/?id=176377</font</a>>
 >
 >
 > Regards,
 >
 > Paul Lynch
 > MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS and SQL Server on diff computers 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 4) Posted: Wed Mar 24, 2004 2:05 am
Post subject: Re: IIS and SQL Server on diff computers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Internet Explorer will not auto-logon when Basic Authentication (or any
other type of authentication other than IWA is used):
http://support.microsoft.com/?id=258063

Secondly, when using IWA, IIS never has the user's password. All it has is a
token from the Domain Controller saying the user is who they say they are.
This token does not have permissions to logon to remote resources. When you
use Basic authentication, the username and password are passed in cleartext
to IIS, so IIS has the necessay information to impersonate the user account
directly

If you are using Windows 2000 Domain, then you can use Kerberos delegation
as Paul Lynch has pointed out. IE must authenticate to the IIS server using
Kerberos, not NTLM.

If you are using a Windows 2003 Domain, then there is new functionality
called Protocol Transition. This means that the clients can authenticate to
the server using any protocol (such as Digest, or NTLM), and this can be
translated into a Kerberos token for IIS to logon to the remote SQL Server.
If you are in this situation, let me know, and I'll dig up the docs on how
to do this.

Cheers
Ken


"linetlte" <linette.RemoveThis@wpro.who.int> wrote in message
news:%23lBo7aMEEHA.3128@TK2MSFTNGP09.phx.gbl...
: hi,
:
: we have this issue that when i use Integrated Windows Authentication, we
: cannot access the sql server
: it seems the user's credentials are not being passed on to the sql server
: so for now, i use Basic Authentication but this prompts users for login
:
: pls advise
: thanks
:
: regards,
: linette
:
:
 >> Stay informed about: IIS and SQL Server on diff computers 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (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 ]