Ask a Question related to ASP.NET General, Design and Development.
-
Blink #1
Connecting via SQLServer?
We have an ASP.NET application running on one machine, and a SQL Server on
the other. Under development conditions the application runs fine, and can
connect away to its heart's content, but when we deploy it we get connection
issues. The exact error message we get is
"SQL Server does not exist or access
denied....System.Data.SqlClient.SqlException: SQL Server does not exist or
access denied. at System.Data.SqlClient.SqlConnection.Open() at
Microsoft.ApplicationBlocks.Data.SqlHelper.Execute Dataset(String
connectionString, CommandType commandType, String commandText,
SqlParameter[] commandParameters) in
c:\inetpub\wwwroot\testdb\sqlhelper.cs:line 424 at
Microsoft.ApplicationBlocks.Data.SqlHelper.Execute Dataset(String
connectionString, CommandType commandType, String commandText) in
c:\inetpub\wwwroot\testdb\sqlhelper.cs:line 403 at
testdb.testdb.Page_Load(Object sender, EventArgs e) in
c:\inetpub\wwwroot\testdb\testdb.aspx.cs:line "
Has anyone seen this before? We know the connection string is correct, and
that the server exists. The machines can ping each other. Does ASP.NET need
to be given special data rights or anything like that? Do I need to set up a
trusted connection between the two machines? Any help would be greatly
appreciated.
Blink Guest
-
Flash & SQLServer
Hi How can I connect to sql server directly? Is there any way? -
[Macromedia][SQLServer JDBC Driver][SQLServer]Internal
I'm running an export process which takes data and dumps it to a text file. The query used to build it can contain large amounts of information in... -
Win32::SqlServer 2.001
Two weeks ago I announced MSSQL::OlleDB 2.000. That name was not popular with the people on the Perl module list (since the module is Windows-only),... -
Connecting ASP.NET to SQLServer,Somebody,Please!!
It is now 3 months that we are trying to connect ASP.NET to a SQLServer located on another system However we act,we get a fatal error We need... -
printing from ASP/IIS/sqlserver
hello all. i want to create an output document from an ASP page. i would like to read data from a database AND based on a login, route the...



Reply With Quote

