oh man-

i know this is an old post, but i was having the exact same problem and i couldnt find and answer anywhere on Super Search or Google.

the problem is that under iis, dbi doesn't use the username and password you specify, it uses the default iis user. i found this out when checking the log file generated by adding this line before my connect:
DBI->trace(9, 'C:\dbitrace.txt')
to rectify this, i changed the connection string to contain the username and password. i am using SQL Server so my dbi connection string looks something like this:
'dbi:ODBC:DRIVER={SQL Server};SERVER=theserver;DATABASE=thedb;UID=user +id;PWD=password'
here are more examples of ODBC connection strings.

hopefully- someone will find this usefull

In reply to DBI cannot connect from IIS by LanceDeeply
in thread DBI Call works from command line but not from browser by emma

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.