python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Rewrite for missing url part
I have a site, and I have a staging copy of the site.
In the IIS of staging site i have write a rule to add /site-staging/ when missing in the url, this is the web.config rule:
<rule name="ad...
antlego
Votes: 0
Answers: 1
How to remove" Warning as Error: the is field xxxxx is never used" from Asp.net website
I am facing an issue while compiling my Asp.net WebSite( not application) written in C#.
How to resolve these errors?
Asmi
Votes: 0
Answers: 1
How to use different webconfig configurations based on release type in Visual Studio?
In a .net visual studio project I have
<connectionStrings>
<add name="sqlname" connectionString=""/>
</connectionStrings>
<appSettings>
<add key=...
omega
Votes: 0
Answers: 0
How to display a page in Azure Apps Service?
I am trying the sample code below.
https://learn.microsoft.com/ja-jp/azure/storage/blobs/storage-upload-process-images?tabs=javascript%2Cazure-powershell
I was able to move locally.
(Start URL: http: ...

stkhr
Votes: 0
Answers: 1