SQL Database Connection Size

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

I wanna perform query and load the result from SQL Server to Client PC via
ADO.Net and ASP.Net.

However, if the data is large > 15MB, it is prompt for username and
password.

When I input domain username and password, it is cannot accept.

Then I try for SQL username and password but it is also rejected.

Error Message
---------------
You are not authorized to view this page
You do not have permission to view this directory or page using the
credentials that you supplied.
Please try the following:
Contact the Web site administrator if you believe you should be able to view
this directory or page.
Click the Refresh button to try again with different credentials.
HTTP Error 401.1 - Unauthorized: Access is denied due to invalid
credentials.
Internet Information Services (IIS)

Questions?
 
Check your timeouts (web app, if involved, connection and command).


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top