I am use asp.net 2.0 with code behind file as the C#
i have question..It is...
i was created web site and it connect to the database(sql server),
at the development time there was no error occur...I could enter data,retrieve data,update data...
Then i publish my site...then i connect that site to the iis web server in my computer
then I browse site via iis server...
At that time this error is occur...
the error message is
Login failed for user 'HOME\ASPNET'.
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 'HOME\ASPNET'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
how am i haddle this...Help me...