IIS not finding home page after publishing 4.1

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
After following the installation instructions for 4.1 source and configuring the sql database, we published the Nob.web folder to a local folder using Visual Studio. Created a new website in IIS and linked it to the wwwroot. When browsing to the url the page is not found.

The wwwroot does not have a landing page.

What file is used to launch nopcommerce and where does it reside in the wwwroot folder?
5 years ago
Hey just wondering if you figured this one out, I am in the same situation as you (except im new to nopCommerce) and this is my first publish. thanks
5 years ago
wwwroot folder contains resources only like images, css, javascript etc.. files. Landing page is rendering via home controller. So if possible then show that you getting any error when visiting the homepage of your site so I think that will be more helpful to figure out that where the problem is.
5 years ago
error below :

HTTP Error 500.19 - Internal Server Error

The requested page cannot be accessed because the related configuration data for the page is invalid.

Detailed Error Information:

Module
   IIS Web Core

Notification
   Unknown

Handler
   Not yet determined

Error Code
   0x8007000d

Config Error
    

Config File
   \\?\C:\inetpub\wwwroot\web.config


I check permissions give the apppool account read write to the folder, and the iis account as well. new version of .net 4.7.2 got install and windows server hosting modules (.net core) from the instructions. I'm not sure what else to look for
5 years ago
error below :

HTTP Error 500.19 - Internal Server Error

The requested page cannot be accessed because the related configuration data for the page is invalid.

Detailed Error Information:

Module
   IIS Web Core

Notification
   Unknown

Handler
   Not yet determined

Error Code
   0x8007000d

Config Error
    

Config File
   \\?\C:\inetpub\wwwroot\web.config


I check permissions give the apppool account read write to the folder, and the iis account as well. new version of .net 4.7.2 got install and windows server hosting modules (.net core) from the instructions. I'm not sure what else to look for
5 years ago
I found the fix, read about this here the AspNetCoreModule did not get install with the server hosting bundle so I have to manually install it and then it worked

Reference link:

https://weblog.west-wind.com/posts/2016/Jun/06/Publishing-and-Running-ASPNET-Core-Applications-with-IIS

download

http://go.microsoft.com/fwlink/?LinkId=798480

Hope this help someone
4 years ago
Breau wrote:
I found the fix, read about this here the AspNetCoreModule did not get install with the server hosting bundle so I have to manually install it and then it worked

Reference link:

https://weblog.west-wind.com/posts/2016/Jun/06/Publishing-and-Running-ASPNET-Core-Applications-with-IIS

download

http://go.microsoft.com/fwlink/?LinkId=798480

Hope this help someone


You made my day dude/sir..... Your link made my application to run.... Lots of love-from India
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.