Click here to Skip to main content
15,903,854 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
The website works fine when runing it in VS.
Now I have deployed it to the dev server.
It gives error as follows:
Login failed for user 'IIS APPPOOL\F4'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'IIS APPPOOL\F4'.

Source Error:

...
Line 30:         DataTable dt = clsAccess.ReportsGet();
...

Do I need to give specific rights to anything?
Thanks
Posted
Updated 8-Aug-12 22:55pm
v2

1 solution

Check out the Login credidentials of Database. Check your ConnectionString.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900