Publishing to a subfolder - Attribute 'processPath' is required.
My asp.net core app loads fine when I publish to the website's root directory. However, I would like to publish it to a "sandbox" subfolder. When I try that, I get the error:Could not load...
View ArticleProcess.Start not working in IIS
HiI am a beginner. I am using Process.Start in my web service application to fire a local command on my web server. I am very much successful in running this code in Visual studio development studio....
View ArticleURL Redirect at Application Level
Hi,I had a old website with a domain www.mydomain.com,and on mobile, it was www.mydomain.com/mobile.Now, my new site is fluid with all types of device. www.mydomain.com/mobile no longer exists. What I...
View ArticleApplication initialisation on IIS 10, application wide Preload,...
I have found that for the website to preload correctly I need 3 things set.1. Application Pool needs the value Start Mode set to AlwaysRunning2. the Web Application needs the value Preload Enabled set...
View Articleproblem of publishing and first appearance site on net researchs motors
hello,i've got a site which is published on world wide web but i've got a problem of referencement otherwhise a good appearance on net researchs motors as www.google.com orwww.bing.comwhich solution...
View Articleasp.net Core & Plesk Combination
Hi,for some hours now I have been struggling with this:I have created an asp.net Core Application in C# with Visual Studio. Also I have rented a Virtual Windows 2016 Server with Plesk preinstalled. My...
View ArticleHow do you like to manage your Development, Staging and Production Environments?
I'm getting ready to deploy my first asp.net core web application. I have a development environment on my own PC and also have two servers - one for staging and one for production. Each environment...
View ArticleLoad balancing
Hi Team,I am doing the load balancing via using Network Load Balancing Cluster which i installed from server managerIn Network Load Balancing Clusters i have added current ip address of the machine...
View ArticleURL Re-Write creates "Object Moved" page for missing files with link to...
Hello - When using URL Re-Write to redirect HTTP requests to HTTPS we get an "Object moved to here." page. This isn't necessarily a problem, but the "here" link contains the physical path to the error...
View Article404 error where physical path is wrong for "subsite"
I am trying to publish some internal use only asp.net projects to a server on our lan. There are several aspects of this that I'm confused about.Using vs 2017, webdeploy successfully published the...
View ArticleDeploying Website error CS0246: The type or namespace name 'MyClass' could...
Hello, I am currently deploying an ASP.Net Website(Not Web application) and met this problem: CS0246: The type or namespace name 'MyClass' could not be found (are you missing a using directive or an...
View ArticleLogin failed for user 'DOMAIN\MACHINENAME$', IIS and SQL Server on same machine
I am using webdeploy to publish an asp.net project to a server on my LAN, using integrated security via Active Directory. When I try to run the site I get this errorLogin failed for...
View ArticleBundling and Minification not working when i deploy to Azure
Hi ,I have deployed a web project which uses Bundling and Minification to Azure , but it seems that the files , both .css and .js files are not loading correctly. Is there a known issue with this...
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 ArticlePublish ASP.net project (ASP.NET C# with classic ASP) in Visual Studio 2017
I am a new member of the team. I am tasked to publish the project with a mixture of ASP.NET and classic ASP. It runs fine. How do you publish (deploy) the hybrid project like this?Thanks,Ti
View ArticleHost .Net Application is Open Source
Hi expert,i plan to host .Net application in open source operating system, any suggestion especially the configuration,performance and etc.Plan to host in fedora@centos not planning to host in Windows...
View ArticleThe request failed with HTTP status 413: Request Entity Too Large.
Hello,I get the error 413 Request Entity too large when I try to transfer image as base64 string larger than 2.5 MB with other data in Ajax on my server.$.ajax({ method: "POST", url:...
View Articleconnection string encryption
Hi Expert,I have done the encryption in web config file how asp.net and sql server will take it as runtime .Encrypted or Decryptedexample:if i browse the site i am able to get records but it is not...
View ArticleCI/CD Pipeline throws error - 'Unity' could not be found (are you missing a...
Hi All,I have configured a CI/CD pipeline in Azure Devops and works fine till now. However, since few days my build are getting failed which throws error as below:Error CS0246: The type or namespace...
View ArticleClickOnce Application won't launch unless host has (or had) Visual Studio...
We have a basic Windows Forms application, which acts as a shell around a CefSharp browser and is distributed to our clients via ClickOnce deployment. Generally we haven't had many issues with people...
View Article