Pindakaas
Pindakaas

Reputation: 4439

cant hit site on IIS 7.5 on server

I have IIS 7.5 running on a server x. I would like to hit a website called Test that is running on this server x from a client pc. It works when i login into the server and run it from localhost. When i go /Test it says file or directory not found? What am I missing?

Upvotes: 0

Views: 169

Answers (1)

Dustin Reid
Dustin Reid

Reputation: 56

Have you created a Virtual Directory in IIS for your site? That should allow you to navigate.

Creating a Virtual Directory: http://msdn.microsoft.com/en-us/library/ms751432.aspx

Upvotes: 3

Related Questions