We do not have sufficient capacity for the requested VM size in this zone. This was the issue I faced last time I updated the OS Disk of a VM in Azure. The error itself didn’t have to do anything with the Disk size or updates to it but the capacity of the Zone (availability)… Continue reading Failed to Start Virtual Machine- Error: Allocation Failed
Service Log on Error 1069 for Managed Service Account: Service Does not Start Automatically After Server Reboot
We were facing an issue with one of our applications which was using a Microsoft Managed Service Account to run two of its services. The issue was that each time the servers were rebooted (usually after monthly patching) those services could not be started, and we get a ticket from users. Also, while trying to… Continue reading Service Log on Error 1069 for Managed Service Account: Service Does not Start Automatically After Server Reboot
AspNetCoreModuleV2 and Related Error/Resolution/Troubleshooting
This morning a SharePoint developer contacted us to report that his site is not working in one of our higher environments. The error that we are getting is saying that aspnetcore module v2 is not present. We compared the web server features on both servers but they were the same. Next, we looked for modules… Continue reading AspNetCoreModuleV2 and Related Error/Resolution/Troubleshooting
Issues while Importing a Site in IIS
We can use .\AppCmd to add a site or AppPool in IIS as follows: Login to Command Prompt as admin and change the directory to inetsrv. Then before executing the following command make sure you have correct XML files at C:\Temp location Type C:\Temp\Site.xml | .\AppCmd Add Site /in However, you may get a message:… Continue reading Issues while Importing a Site in IIS
Using AppCommand to manage Web Server (IIS)
Here are a few scripts that you can use to manage your IIS Webserver on Windows Server. You can run these scripts either with PowerShell or Command Prompt (as Admin User) Let’s write the command to export all the Application Pools, you will need to use the list command and a destination directory to export… Continue reading Using AppCommand to manage Web Server (IIS)
How to Export the Configuration of a Web Server into an XML File
When you need to migrate website and applications from one server to another server, it is important to make sure that their configuration from the old server is preserved after the move. Web Server configurations can be exported in an XML file, that you can later import on new server. Main configurations of the Server… Continue reading How to Export the Configuration of a Web Server into an XML File
Setup WebServer on Your Windows 10 Laptop
IIS, the Internet Information Services on Windows server also known as a Web server; is a feature of Windows Servers used for hosting dot net Applications, primarily. If you like to try on IIS just for exploring it’s features or capabilities you won’t need to have access to a Server OS like Windows Server 2016… Continue reading Setup WebServer on Your Windows 10 Laptop