HTTPS_CLUSTER_HTTPS - Issue 301 redirecting to HTTPS & www
Hello,Can someone please help me in 301 redirecting:from HTTP to HTTPS and, from non-www to www<rule name="Redirect to www" stopProcessing="false"> <match url=".*" /> <conditions>...
View ArticleImpact of ?
I have a pre-existing web application who's application pool is running integrated mode. I was tasked to encrypt several sections of the web.config. I utlized the aspnet_regiis tool to perform...
View ArticleRe: HTTPS_CLUSTER_HTTPS - Issue 301 redirecting to HTTPS & www
Hi Shailesh,About rewrite HTTP to HTTPS and non-www to www, you can refer to Web.config redirects with rewrite rules - https, www, and more.Redirect to HTTPS:<rule name="RedirectToHTTPS"...
View ArticleHTTPS_CLUSTER_HTTPS - Issue 301 redirecting to HTTPS & www
Hello,Can someone please help me in 301 redirecting:from HTTP to HTTPS and, from non-www to www<rule name="Redirect to www" stopProcessing="false"> <match url=".*" /> <conditions>...
View ArticleIterate Web.config directories
Hi all,I have created a web form that changes specific values of a connection string of a certain Web.config. However, I want to iterate specific Web.config directories so that every Web.config files...
View ArticleHow to host website to IIS with domain
Hello Everyone,I have one VPS which I bought from godaddy and I have a domain lets say abc.com, which I also bought from godaddy. These 2 are the only things I have right now.Now I want to deploy my...
View ArticleHosting ASPNETCore sub-application under ASPNET website
I have 2 applications, let's say it a parent application and child application. Parent application is developed in ASP.NET MVC 5 targeting to .NET Framework 4.6.2 and is hosted in IIS and running...
View ArticleWCF Service Configuration on HTTPS Based LoadBalancer.
We have 2 Web Servers behind our F5 LoadBalancer which is SSL Enabled. Following are details for e.g.F5 LoadBalancer: https: // myloadbalancer/myservice.svc Server1 http: // server01/myservice.svc...
View ArticleASPX,XML hiding function code always effectiveness
I had a application that using XML and ASPX. Some button or function i want to hide it, but it always effectiveness when the application is running, i haven't set refresh of the application, i have no...
View Articlesimple URL rewrite..... not working!
I continue to find this elegant iis snippet a real help from here: https://caduceus.me/2HDpWha which provide www removal, https rewrite of all domains, pointing to your main webiste. I have a question,...
View ArticleSuddenly Website Stop Working In Hosting Server Application Pool
HelloWe have hosted one website & one database in cloud hosting. Suddenly the website is showing application pool stopped we contact hosting provider even we dont have 6000 record in our tables its...
View Articleasp.net core webapi hosting
Hi Team,I recently deployed a asp.net core webapi in IIS windows 10 machine .Since we have multiple websites under the sites in IIS, We have 4 to 5 no of website listening to different ports.I did a...
View ArticleAsp.net Core MVC routing not working after deployment
I have a working ASP.net core MVC website in Visual Studio 2019 Community Edition, but when I deploy it to a remote hosting provider, some of the menu links give a 404 not found error.The site...
View ArticleBox Migration
Hi Expert,Hi,how we can do box migration in .net i man copy one vm to other vm like cloning and all and what is the best approach for this like complete box would be a safest way to collect all...
View ArticleMultiple ASP.NET Core Sub-Applications Targeting .NET Framework Under a Main...
I have multiple .NET Core applications that are all the same but higher versions have more features and bug fixes. They target the .NET Framework 4.6.2.Suppose the apps are named App1, App2, and App3,...
View ArticleControl sometimes fails to return from online payment gateway
Hi allMy website (ASP.NET, VBasic) accepts credit card payments using a bank payment gateway that requests and processes card information and then (usually) returns control back to my website. Session...
View Articleweb.config configuration for rewriting subdirectories to querystrings
Hello Let's say my website displays results for different restaurants in cities.Currently my website is:http://www.example.com/search.asp?city=Toronto&pr=Ontario...
View ArticleHow can i build a solution with config release on x64 ?
I am trying to do the following "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\MSBuild.exe" C:\projects\test.sln /p:Configuration=Release /p:Platform="x64"but it gives...
View ArticleAzure DevOps Unable to Restore packages
I have an application that utilizes a package from the Azure Artifact Feed Nuget PackageWhen I run my DevOps pipeline to publish my application to my server, I keep getting this error:[error]Error: The...
View Article