Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
41 views

I got the following error when attempting to load up an application: Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=...
gbm0102's user avatar
  • 143
0 votes
0 answers
63 views

When i do npm run serve i get multiple resolve errors: More than 10 messages about can't resolve something of this ('child_process', 'dgram', 'tls') in @vue/cli-shared-utils. My settings: package.json:...
Aleksz Maalmen's user avatar
0 votes
0 answers
40 views

My application normally adds a Content-Security-Policy header to the response with nonces for script-src. The nonce is generated at runtime, so I can't define it statically in web.config. Security ...
dwilliss's user avatar
  • 932
0 votes
0 answers
34 views

On localhost I have set custom error mode off in web.config. There is no Application_Error method in global.asax. I have also commented HandleErrorAttribute in filter.config, but still I am not ...
Heemanshu Bhalla's user avatar
0 votes
2 answers
101 views

I get the following error when trying to make a HTTP call to an .asmx web service. System.Web.Services.Protocols.SoapException: There was an exception running the extensions specified in the config ...
Notaras's user avatar
  • 767
0 votes
1 answer
79 views

We ran a security scan for our application which is ASP.NET Web Forms and received the following report Proof The parameter 'aspxerrorpath' has been injected a second time and the value 'was-tnb-...
James's user avatar
  • 1,345
1 vote
2 answers
303 views

Platform Windows ASP.NET Core 8.0 IDE Microsoft Visual Studio Community 2022 Version 17.13.2 VisualStudio.17.Release/17.13.2+35825.156 Windows 10 Problem I have a simple ASP.NET Core 8.0 web ...
bdcoder's user avatar
  • 3,953
0 votes
1 answer
77 views

I am attempting to use XML transformations in the release task in my Devops config. It seems that only some of the xml settings are getting transformed, and not all of them. My main goal is to get ...
Matt Spinks's user avatar
  • 6,740
0 votes
1 answer
57 views

I'm trying to set up Azure Single Sign-On for my Sitefinity site. This requires changing/setting some settings, and also adding new elements. I can get it working manually, but because of the build ...
Adeptus's user avatar
  • 151
0 votes
0 answers
32 views

I have a report that was not displaying, thanks to ASP.NET Report Viewer runs but doesn't show any data, I was able to get it to work (adding AsyncPostBackTimeout to the script manager tag), but ...
jmoreno's user avatar
  • 13.7k
0 votes
0 answers
274 views

Problem with running Laravel 11 Reverb on a production nginx server on a domain with https. I'll tell you right away that everything works on local! I tried and found many options on the Internet, I ...
BULKA's user avatar
  • 1
0 votes
1 answer
103 views

I want to have a key in appSettings of web.config: <add key="EnableCookieBasedSession" value="true" /> Based on this key I want my ASP.NET 4.8 web app to use cookie based ...
tRuEsAtM's user avatar
  • 3,751
0 votes
2 answers
153 views

I'm hosting a website (as a proxy with ARR) on an IIS server, and I want to redirect all HTTP traffic to HTTPS. However, when I enable the redirect rule in my web.config file, the browser returns ...
Ferenc Moisi's user avatar
0 votes
1 answer
580 views

I look after a collection of a few dozen similar web sites, hosted on an Azure Web App service running under Windows and IIS. To keep things manageable and cut out duplication, their Startup and ...
user1147862's user avatar
  • 4,266
0 votes
1 answer
122 views

I enabled HSTS in iis v 10.0.20348.1. Enable HSTS Enable IncludeSubDomains Enable Preload Enable Redirect Http to Https I was testing my website here https://hstspreload.org and I got this error: ...
Jek94's user avatar
  • 23
0 votes
1 answer
105 views

I have an old .Net Framework 4.7.2 application which is using Sustainsys and Sustainsys.Saml.Mvc (version 2.9.2) to perform authentication via SAML. The configuration is set in the web.config, ...
jessiebot's user avatar
-1 votes
1 answer
70 views

Here is screen shot as I am using macos I am unable to find setup steps . I have already installed firefox in my system. So please help me . Due to which when I run facing this error : 2024-10-06 ...
Pooja Shah's user avatar
0 votes
1 answer
103 views

Lets say I have https://helloworld.com as my website. What is the best practice now to fill up the web.config file? My SEO analyzer complaining about redirect chain problem, that https is redirected ...
Ayac's user avatar
  • 23
0 votes
2 answers
90 views

We have a requirement to apply a transform based upon an app setting value in web.config for our ASP.NET MVC project. <!--web.config--> <?xml version="1.0" encoding="utf-8"...
NewbieHere's user avatar
0 votes
1 answer
47 views

I would like to transform a part of my 'web.config' file using a transformation file, but the value I am trying to change is within sections with attributes and the transformation does not occur if I ...
Nicolas BASLEY's user avatar
0 votes
1 answer
136 views

I ran into an issue with signalR's js client in which when using the token factory, the token is sent in the query string. When our .net 8 application was deployed to azure, if the token exceeded ~...
pbordeaux's user avatar
  • 465
-1 votes
1 answer
44 views

I am deploying an ASP.NET application that currently runs in a full trust environment. The hosting provider supports high trust, but not full trust. I need to adjust my application to comply with high ...
Mohamed Essam's user avatar
-3 votes
2 answers
54 views

^((?!ca-ct.mydomain)(?!ca.mydomain)(?!cats.mydomain).)*mydomain.com$ I got the above expression from a web.config file, it's supposed to filter out anything that contains ca-ct.mydomain or ca....
Carlos H's user avatar
  • 770
1 vote
1 answer
53 views

I need both versions of a URL to resolve properly, "www.example.com" and "example.com". Currently only the root domain actually gets redirected as it should (302). The www url ends ...
DRestivo's user avatar
0 votes
1 answer
64 views

I'm trying to use the web.config's <rewrite> section to override an emitted GIF file that is used for styling a menu toolbar. The GIF is emitted from a DLL that I don't have full access to (...
nyghtrunner's user avatar

1
2 3 4 5
174