ASP.NET webservice not found in Visual Studio 2019
I want to create a web service in Visual Studio 2019 using C# and .NET, but I could not find option of web service - neither in ASP.NET Core nor the .NET framework. Can someone help me with this?
I want to create a web service in Visual Studio 2019 using C# and .NET, but I could not find option of web service - neither in ASP.NET Core nor the .NET framework. Can someone help me with this?
I am new to c# and unit testing. I have a config file stored in Source folder(on Server). I need to read that file in my Unit test class. This will be running on build server so need to find…
Here lists a payment history of a customer in a db table CustomerId PayId FeePaid xx-yy-zz 37 0 xx-yy-zz 32 0 xx-yy-zz 31 30.00 xx-yy-zz 28 0 xx-yy-zz 26 0 xx-yy-zz 18 35.99 xx-yy-zz 17 0 xx-yy-zz 16 0 xx-yy-zz…
When I want to run my project with .Net Core MVC architecture with Visual Studio 2019 program on my Mac, I get the error "This localhost page can't be found". I am sharing Startup.cs and controller classes. I am working…
I would like to connect 100000 SignalR users to IIS (Windows Server 2016). Everything works fine until around 16000 connections. Then I start to receive this error: Only one usage of each socket address (protocol/network address/port) is normally permitted Here…
Have been working on detecting a timeout on an asp.net project. Have an ajax function that checks every 5 seconds to see if the session has expired. Without the ajax function checking, it actually expires after a minute, but if…
I have two related tables, the first called postaDip (IDpostaDip, CODdip, CODposta, from) and the second called cassPosta (IDposta, Desc). I am trying to insert multiple rows into the postaDip table through a listbox that loads the table cassPosta. For…
in my web application I have a gridview where I have data from a database. It looks like this: number place 1234579 home2 1787543 home1 And i want edit fist column (number) to format - fifth character from right side…
I have a web form which contains a submit button which updates the database. After clicking the button I need to display a message and go back to the previous page after 2 seconds.
I'm creating a web form project in asp.net with file attachment. I place a label control that would indicate the progress of the process (e.g. 'Starting process', few seconds change to 'Reading 1st record file', final label 'File process complete!').…