DEV Community

jsguru
jsguru

Posted on

3 2

I could not access newly created web application in SharePoint Central Administration.

"I could not access newly created web application in SharePoint Central Administration."

It was the problem that bothered me today.

After strenuous efforts, I resolved it.

I installed SharePoint Server 2019 on Windows Server 2019 in VMware Workstation 15 Pro.
Then I created a new web application using default settings.

create new web application

Web application jsguru.group.com:29457 was created. See screenshot below.

jsguru.group.com

So far so good.
But when I tried to access the web application in VM machine I had worked on, I could not.

connection failure

Let me show you how I resolved it.

Step 1. Add the web application name (here jsguru.group.com) to the string value of BackConnectionHostNames under
windows registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0.
If there is no entry BackConnectionHostNames, you have to create it as multi-string value.

BackConnectionHostNames

Alternatively, create DWORD-value entry DisableLoopbackCheck with value 1 under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa.(This is not recommended)

Step 2. Add the IP address and host name of the web application to the bottom of the hosts file. The hosts file path is C:\Windows\System32\drivers\etc

hosts

Thus I could get access to the web application.

success

I hope this helps someone who is trying to do the same thing like me.

Image of Timescale

🚀 pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple

We built pgai Vectorizer to simplify embedding management for AI applications—without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.

Read more →

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

đź‘‹ Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay