Link to home
Start Free TrialLog in
Avatar of VBBRett
VBBRett

asked on

Having problems with IIS when trying to launch a site

I am trying to launch a site, but I got this error that I cannot fix.  Here is what the error looks like, see attached picture:


sqlerror.bmp
Avatar of jinal
jinal
Flag of India image

Hello,

It is problem related to Database not iis.


ASKER CERTIFIED SOLUTION
Avatar of mohan_sekar
mohan_sekar
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of VBBRett
VBBRett

ASKER

This is the next problem that I am having:

usererror.JPG
Avatar of VBBRett

ASKER

IIS and SQL Server are on the same machine
1. do you database password for SQL Server Authentication
              if yes then use that in connection string.

2.  Is that your connection string contain Integrated security =  true.


Avatar of VBBRett

ASKER

So if I can't use the integrated security role and I can't use the role from another computer, what can I do?  How do I get this IIS site going?
Avatar of VBBRett

ASKER

When I moved the database from one machine to another, it still has the same user but when I try to use the same user, I get an error.
Means if your current user does not have access permission then it create such problem.

try with user = sa ; password = password for users
Is all your machine works under same domain ?
Avatar of VBBRett

ASKER

Now that I user id=sa; password = password and I click browse on the site that is in iis, I get a blank screen in the window that should show the web page.  What does this mean?