Ask a Question related to ASP.NET Security, Design and Development.
-
Ian #1
sql server database access problem
hi
i have a problem with database access (SQL Server/MSDE) on my production
server.
the asp.net web app works fine in test.
on the production server, it won't connect to the database!
i'm pretty sure i have set up the ASPNET login correctly, with permissions
identical to my test system
it only fails when trying to use a Trusted connection for ASPNET - using an
SQL connection.for use 'sa' works just fine.
the only clue i have is a SQL security log entry of "login failed for 'NT
AUTHORITY\NETWORK SERVICE'"
Thanks
Ian
Ian Guest
-
Connect to a MS Access or MS SQL Server database
How can i connect and perform select, insert, update and delete commands to an Access or SQL Server database without using ODBC DSNs? -
Access database getting hosed up on web server
I have had this problem consistently ever since I upgraded to Dreamweaver 8. The problem is I am creating/modifying coldfusion pages on my intranet... -
SQL Server - Access Database Synchrosnization
You have a couple of options: 1. Find an ISP who will actually work with you on the SQL Server functionality. 2. Try to create a linked server... -
trying to access sql server 2005 database
I have Dreamweaver MX 2004, trying to access sql server 2005. I can not get the SQL server driver on dreamweaver to successfully connect to sql... -
confused about access / sql database / sql server / php !! .. help please
i am running a website on Windows 2000 server with ASP 3 webpages and Access 2000 database. (with a hosting company) traffic is slow at this time... -
Fredrik Normén NSQUARED #2
sql server database access problem
This would not work if the Database is not installed on
the same machine as the Web Server, beause the ASPNET is a
local account. A local account could only be used on its
own machine.
/Fredrik Normén NSQUARED2
on my production>-----Original Message-----
>hi
>
>i have a problem with database access (SQL Server/MSDE)database!>server.
>
>the asp.net web app works fine in test.
>
>on the production server, it won't connect to thewith permissions>
>i'm pretty sure i have set up the ASPNET login correctly,ASPNET - using an>identical to my test system
>
>it only fails when trying to use a Trusted connection forof "login failed for 'NT>SQL connection.for use 'sa' works just fine.
>
>the only clue i have is a SQL security log entry>AUTHORITY\NETWORK SERVICE'"
>
>Thanks
>Ian
>
>
>.
>Fredrik Normén NSQUARED Guest



Reply With Quote

