M
Mark
Are there any inherent issues with using a DSN connection on a windows
network from an ASP.NET web page to a SQL Server on the same windows network
(different box) using Windows Authentication? I'm aware of other options
(impersonation, delegation, asp.net account, etc), but wanted to hear about
problems one could run into using the DSN (performance, security,
configuration, etc). On the surface it appears that if we're ok with
configuring the DSN on each developer's box, on our test machine, and our
live box, this could be a pretty good option for a small (5+) team of
developers.
Thanks in advance.
Mark
network from an ASP.NET web page to a SQL Server on the same windows network
(different box) using Windows Authentication? I'm aware of other options
(impersonation, delegation, asp.net account, etc), but wanted to hear about
problems one could run into using the DSN (performance, security,
configuration, etc). On the surface it appears that if we're ok with
configuring the DSN on each developer's box, on our test machine, and our
live box, this could be a pretty good option for a small (5+) team of
developers.
Thanks in advance.
Mark