Questions tagged [asp.net]

Web application framework developed by Microsoft

ASP.NET is a web application framework developed by Microsoft that allows web developers to create dynamic web sites and applications.

First released in January 2002 it is the successor to Microsoft's Active Server Pages (ASP) technology.

ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language such as C# or VB.NET.

1234 questions
0
votes
2 answers

IIS7.5: HTTPS->HTTP 302 redirect

I have an asp.net website running on IIS7 configured long ago. There appears to be a 302 redirection in place redirecting all requests over HTTPS to HTTP instead. I would like to remove this redirect so we can serve the site over…
spatula5
  • 1
  • 3
0
votes
1 answer

authenticate ASP.Net App on Azure WS2019 against Azure SQL via AAD - Access token could not be acquired No mapping between account names and securi

I try to reconfigure our ASP.Net app with .Net Framework 4.7.2 from SQL username/password Auth. to token based Azure Active Directory Authentication by using the system assigned managed identity of the VM running the Web Site. I started with…
0
votes
0 answers

add an asp .net core application to a ruby on rails site hosted on a linux server

I am new to web hosting, and please forgive my ignorance. my company has a website, and the site is an Ruby on Rails application with Passenger hosted on a linux server. I would like to know if it is possible to install an additional asp .net core…
0
votes
1 answer

asp.net Secure Cookies behind load balancer

This is a hybrid MVC/webforms asp.net application using framework 4.8, forms authentication and Membership. I need to implement secure cookies. The web site is behind a Coyote load balancer which I do not have access to (and never will have access…
Tom Regan
  • 133
  • 1
  • 9
0
votes
1 answer

How static content is handled in an asp.net application?

I have a website that i use as a "content server" for other websites So, the home page, an asp.net cms, receives 25 visits/month, while the /static/ folder receives hundreds of requests/minute 24/7 Will the asp.net application be loaded forever in…
Magnetic_dud
  • 1,036
  • 2
  • 15
  • 29
0
votes
0 answers

How to solve ID1059 Cannot authenticate the user error?

I am not really experienced regarding a server/IIS issue. So I will try my best to explain the problem. I have two same web applications on two different servers (Test and Live Server). Both servers are running Windows Server 2012 R2 and IIS 8.5.…
0
votes
1 answer

Add custom steps in Azure Deployment Slots during swap

I'm analysing the Azure Deployment Slots functionality of Azure App Service to adopt zero downtime deployment strategy and i'm curious if it's possible to define some custom steps to be performed during automatic swap operation. I need to execute…
O. Desiatnyk
  • 103
  • 1
0
votes
1 answer

Protect static file on Asp Net Classic Mode with Forms Authentication

i'm struggling to resolve this issue since yesterday. I have a site (framework 4.0), hosted in a Windows Server with IIS 7.5 in Classic Mode. Unfortunately i can't changed this to Integrated Mode. I need to protect files contained in a folder. Only…
Marco
  • 1
  • 1
0
votes
1 answer

Cannot read configuration file \\?\D:\home\site\.well-known\web.config

I have a strange situation where a single ASP.NET Core Web App I am running on Azure is having issues serving files from a particular directory. Specifically I am trying to serve a file from the path…
0
votes
1 answer

new .NET version not showing up in Server Manager

I've installed .NET 4.7.2 on an EC2 running Windows Server 2016 but when I go to Server Manager > Add Roles and Features, I can't see that version anywhere in the Roles or Features lists for Web Server, Application Development, etc. How do you get…
JacobIRR
  • 125
  • 8
0
votes
2 answers

ASP.NET 2.0 in Virtual Trying to Use SQL State Server

We have IIS 6 running on a W2003 Server. The root web site is running a v1.1 site. Under this site we have a virtual running a v2.0 site (with a separate application pool). The web.config for the root site is using SQL as its state server and has a…
None
0
votes
1 answer

Asp.net core Blazor app with google authentication getting lots of websocket errors

We have a simple asp.net core 3.1 Blazor server-side app which we are trying to run on google app engine but are getting lots of websocket errors during initial connection: WebSocket connection to 'wss://[url]/_blazor?id=[id]' failed: Error during…
0
votes
0 answers

ClickOnce downloading error

I am using One-siemens software which has option to create ClickOnce application, I have created the web app but I am facing an issue while downloading the application from the network (other IP range/Subnet) I have attached the error file…
0
votes
2 answers

Sample ASP.NET web application for IIS testing

I'm configuring a shared hosting environment for ASP.NET on IIS. I'm looking for a simple, freeware (possibly not dependent on a database) ASP.NET web application for testing purposes. Could you recommend something?
rocku
  • 141
  • 1
  • 2
  • 6
0
votes
1 answer

Constant bot probing on my website

Looking at my IIS logs from Godaddy, I can get hundreds of 404 errors a day, where either some script kiddies or bots are constantly looking for vulnerabilities or pages/directories to exploit. Besides a lot of directory search attempts and non…
SteveFerg
  • 103
  • 3