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

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