Questions tagged [asp.net]
The asp.net tag has no summary.
169 questions
0
votes
1
answer
52
views
Internet goes offline after starting Asp.net project on Visual studio
I just moved to a new PC with Win11 and I'm facing this issue.
After I start this asp.net project in Visual studio internet stops working for some reason after few seconds, it uses IIS express to run ...
0
votes
0
answers
324
views
ASP.NET Core systemd service hosted with NGINX slow first response time after update
I have an ASP.NET Core Web API application DLL running on my CentOS instance as a systemd service
MyApp.service
[Unit]
Description=My App
[Service]
WorkingDirectory=/var/www/myapp
ExecStart=/usr/bin/...
0
votes
0
answers
544
views
Cannot publish an ASP. Net application using Visual Studio as I cannot find password in website summary page on Somee.com
I am trying to publish an ASP.Net web application using Visual Studio. While I am trying to publish using Visual Studio, VS is asking user id, password, and other details. I can find other details on ...
0
votes
0
answers
7k
views
IIS website is missing ASP.NET features
I have a site, which I have hooked up to IIS (10). Currently, I can't access my site, because I get a internal server error when I access it, and then it has this info:
This error occurs when there ...
1
vote
1
answer
912
views
How to Create project asp.net core web2 app with .net 4.8?
I install visual studio 2022 and I want to Create project asp.net core web2 app with .net 4.8 .
When I try to create asp.net core app in vs get me .net6 (long term support) and .net core3(out of ...
1
vote
1
answer
2k
views
Failed to create component ReportViewer
I'm using .NET Framework 6.0 and I need to make report, I have installed Microsoft.ReportingServices.ReportViewerControl.Winforms but I have yellow mark (warning) next to him, error what I get when I ...
0
votes
0
answers
1k
views
Localhost issue: .NET API endpoints giving 403 error but a doc page from the same project loads. Both are under localhost
I am not sure if this is the right place to post this, but doing so with this hope that it might relate to some kind of IIS settings!
I have .NET website setup with SQL Server database. This is ...
1
vote
1
answer
3k
views
IIS Express returns HTTP Error 400 after calling from Ubuntu WSL
I'm working on two web applications:
App1 is an application written in ASP.NET and runs directly on
Windows 10. This application can be reached via browser at
https://localhost:44311/
App2 is written ...
1
vote
1
answer
1k
views
How to compile an ASP.NET project without using Visual Studio?
I'm doing an internship. I have a project to make that needs Visual Studio, ASP.NET and database resources to be done. I have concluded all but the problem is... I need to find a way to run/build/...
0
votes
0
answers
27
views
"Site can't be reached" when trying to query database from webapp page in IPSEC infrastructure
things are like this:
VM with Windows Server 2012 for asp.net webapp - APPServer
VM with Windows Server 2012 for sql server database(different from 1 - but same network) - DBServer
CLient1 - Another ...
0
votes
0
answers
66
views
Website project not including files in the underlying directory
I am using Visual Studio 2019 to work on ASP.NET Website project. I have one specific git branch that behaves really weirdly. When I switch to that branch, some of the files (the ones that exist in ...
0
votes
1
answer
1k
views
Repeated w3wp.exe in Task Manager
If I have the poolname "WApp1" configured with a single application "WebS1" then why do I see 2 processes running in the Task Manager?
w3wp.exe -app "WApp1" -v "v40&...
0
votes
1
answer
97
views
What else should I do to run my asp.net core application?
I want to deploy my mvc asp.net core application on debian server.
What I have done so far:
Installed dotnet-runtime-5.0
Installed dotnet-sdk-5.0
Downloaded my application from git to server
Now, I ...
1
vote
1
answer
2k
views
APT - Unable to locate package (aspnetcore/dotnet runtime, Ubuntu)
I'm trying to install the aspnetcore-runtime-3.1 package, I have added the microsoft package signing key with
wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O ...
1
vote
1
answer
9k
views
How to troubleshoot an Apache reverse proxy?
As a heads up: I've asked this question on the Webmaster StackExchange and ServerFault and both times it got closed. On ServerFault I was redirected here.
I've been going out of my mind trying to ...