Hi,
I'm fairly new to SQL programming.
Here is my situation.
I am using MS SQL Server 2005 on MS VISTA business OS and Visual Studio 2008 and IIS 7.0.
I am creating a basic web form to access information on a table I built in SQL Server using ASP.NET 3.5.
When I test the connection, I get the message "Connection succeeded"
I am using Windows Authentication.
Here is my problem.
When I go to view the page in a browser, I get a Login Failed for user
'NT Authority\Network Service"
Here is my config file:
Here is my web form source file:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>