Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-1 votes
1 answer
56 views

Server migration asp.net application causes COMException

I migrated asp.net application (copy-paste) because no access over source code. I installed the same versions of odbc Mysql connector, Mysql server etc... After the move and changing the ...
Ronald's user avatar
  • 1
0 votes
0 answers
83 views

Vpn connection in c# on a server linux

I have a database in a server and the only way to connect is through a global protect vpn but i don't know how to do that connection in c# for linux. The problem is i can't change the connection of ...
Joker's user avatar
  • 11
0 votes
1 answer
279 views

Is there any way to cancel executing query and close database in C#?

I am making asp.net app which makes database query measurement. There are two buttons on my webpage start and stop. Start button function connects to PostgreSQL database, then execute 100 queries and ...
MART's user avatar
  • 5
-1 votes
1 answer
145 views

How to display multiple colums from a SQL Connection in a listbox? (ASP.Net Web Application on VS)

I am trying to get the values of data from four different columns of an SQL table to display in my list-box so that the format is "value1, value2, value3, value4". I have my SQL connection ...
mole7's user avatar
  • 33
0 votes
1 answer
467 views

ASP.NET Core 5, IIS Application Pool randomly crashes and stops responce

when my users have more than 20 I give some error at ASP.NET Core 5.0 running on IIS 7.5 on Windows Server 2008 R2. Since refreshing the app randomly crashes and leaves it with a 503 Service ...
Hossein Azad's user avatar
0 votes
1 answer
738 views

ODBC connection to ACCDB in web.config

Want to connect to ACCDB file as an ODBC (rather than OleDb) data source in ASP.NET but struggling with the connection string. As I plan to deploy the web app from Visual Studio 2019 to Azure, I need ...
AlMo320's user avatar
  • 135
0 votes
1 answer
25 views

Connecting MS_SQL DB IN asp.net

I was trying to connectMs_sql database in asp.net but server error of network path not found... it is not able to establish connection to sql server...comes while in gridview it is taking it as ...
IIWBR Karnal's user avatar
0 votes
1 answer
472 views

Semaphore ConnectionThrottlingPipeline for MongoDB c#

I am trying to Implement a pipeline to limit and execute all incoming request from API to mongoDB using this reference. I Have Implemented as Follows, Singleton.cs using System; using System....
Aneesh's user avatar
  • 225
0 votes
1 answer
33 views

Do I need to duplicate the script connection in child pages?

In the master page, my script is connected in this way: <script src="scripts/jquery-3.4.1.min.js" type="text/javascript"></script> And on the pages at the root, the ...
LUGYA's user avatar
  • 21
0 votes
0 answers
751 views

WinSCP in web application - connect() fails

I am working on a web application where one function is to connect to a remote Linux server using SFTP, download some log files, parse and display the results. I am using WinSCP to achieve this. I got ...
NoBullMan's user avatar
  • 2,160
1 vote
0 answers
460 views

How to check Network Connection quality between server and client in ASP.NET web application

in our website application, Our clients complaining about web site speed, they say it's keep waiting aroud 20secs, but when we check We see around 2 secs which is acceptable. We are guessing there is ...
Ali CAKIL's user avatar
  • 418
0 votes
1 answer
51 views

ASP.NET Web Form crashes after 50 clicks

I have a webform in ASP.NET in C# and it works fine, but after exactly 50 clicks, it crashes and says ERROR 500. I read that it could be that I have a connection open and I've checked them all and ...
Christine's user avatar
0 votes
0 answers
151 views

Error connecting to Oracle db from Asp.net

I get an error trying to connect to an Oracle19c database from ASP.NET in Visual Studio 2013 through .NET framework data provider for Oracle. From where can I download Oracle developer tools for ...
user1563212's user avatar
0 votes
1 answer
46 views

Invalid attempt to call Read when reader is closed even though the connection is open

I have encountered this "Invalid attempt to call Read when the reader is closed." error and I have tried to solve it for so many times. I think the connection is open but it still shows this ...
JY Ng's user avatar
  • 11
0 votes
0 answers
359 views

WNetUseConnection returns 1312 on 2nd time connect

I have a window service which access files from shared folder on other server (with username and password). On the first start of the service, there is no problem on connecting on server but when it ...
Akino's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
11