I'm having an interesting issue.
Have installed DNN 5.4.2 on a Windows 7, using IIS 7.5, and SQL Server 2008.
I can open the home/default page on:
- the Windows 7 machine
- on a network machine using 192.168.1.64:7856
- on my BlackBerry using the IP with the port reference.
- and from a domain from DynDNS "http;//xxxx.selfip.com"
On the Windows 7 machine the site is fully functional. When I access the site over the local network or IP address the home page is visible but none of the links work. When I try any of them I get the the message listed below.
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Login.aspx
If I type in the URL I get the same message.
If I type in the URL of an image I can see the image.
When I test links on a static page they work.
The DefaultAppPool is setup in IIS, the physical directory, and SQL Server.
I have setup the Portal Alias for:
- development:7856
- IP address with the port (xx.xxx.xx.xxx:xxxx)
- http://xx.xxx.xx.xxx:xxxx
- and the local machines static IP 192.168.1.64:7856
- xxxxx.selfip.com
- http;//xxxxx.selfip.com
Could really use some help in solving this issue.
Thanks, Mike