I have setup dnn and configured my sercuroty permissions and it seems everything else works fine when fine when I type in http://localhost/dotnetnuke but when I try to login remotely from the internet I get a 404 error. I have tried playing around with IIS but the closest I have ever got is getting dnn to be listed in as a directory when I login in from the internet.
I am puzzled at why as localhost I am not having any issues but from the internet nothing seems to work. I do not want to have to reinstall it over again because last time it took me almost the whole day to get it to work. Does any have any suggestions. I have attached the error message I get below.
Description: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Error Code: 0x80070002
Notification: MapRequestHandler
Module: IIS Web Core
Requested URL: http://localhost:80/dotnetnuke4
Physical Path: C:\inetpub\wwwroot\dotnetnuke4
Logon User: Anonymous
Logon Method: Anonymous
Handler: StaticFile
Most likely causes:
- The directory or file specified does not exist on the Web server.
- The URL contains a typographical error.
- A custom filter or module, such as URLScan, restricts access to the file.
What you can try:
- Create the content on the Web server.
- Review the browser URL.
- Create a tracing rule to track failed requests for this HTTP status code and see which module is calling SetStatus. For more information about creating a tracing rule for failed requests, click here.
More Information...
This error means that the file or directory does not exist on the server. Create the file or directory and try the request again.
Server Error in Application "Default Web Site"
HTTP Error 404.0 - Not Found