Hi friends,
My web server:
OS - Windows Server 2008 R2 Enterprise
IIS - 7.5
We are using shared configuration. But we also have some app that are pointing to local path.
Here is the structure on IIS:
Website (www.xxx.com): Physical path is local, C:\website
Application1 under this website (/app1): Points to shared location on other box
Application2 under the website (/app2): Physical paht is local, C:\app2
From the IIS, I can browse the website and app1 successfully.
But when I try to browse the app2, it throws "HTTP Error 404.0 - Not Found" error.
It tries to look for the physical path C:\website\app2 instead of looking for C:\app2
Hope I explained correctly. Let me know if you have any questions.
Please help me, your help is highly appreciated. Thanks.