How can i deploy Nopcommerce 3.30 to IIS local

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
little.adi wrote:
hi DotNetWeblineIndia,
Thanks for your help!
But when i did as you wrote then i received a message following:

Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.

C:\Users\Southern>aspnet_regiis.exe -i
'aspnet_regiis.exe' is not recognized as an internal or external command,
operable program or batch file.

How can i do?



DotNetWeblineIndia wrote:
Hi little.adi


HTTP Error 500.21 - Internal Server Error
Handler "ExtensionlessUrlHandler-Integrated-4.0" has a bad module "ManagedPipelineHandler" in its module list


It seem that this error is due to IIS not nopcommerce.

I can suggest you to try following steps.

1) Start command prompt with Run as Administrator
2) Go to path C:\Windows\Microsoft.NET\Framework\v4.0.30319
    It might be differ based on your installation
3) Execute following command
    aspnet_regiis.exe -i

You can directly run this also from c:\>

c:\>C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe\aspnet_regiis.exe -i

Hope this will resolve your problem.

Reply with result you get from this.

Thanks.


hi you are trying to run aspnet_regiis.exe -i on wrong path.. use the command prompt and go to the path as specified above & follow the step as mentioned.
10 years ago
Hi,

i tried as you told me and result following:


Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.
cd C:\Windows\Microsoft.NET\Framework\v4.0.30319

C:\Windows\Microsoft.NET\Framework\v4.0.30319>aspnet_regiis.exe -i
Microsoft (R) ASP.NET RegIIS version 4.0.30319.18408
Administration utility to install and uninstall ASP.NET on the local machine.
Copyright (C) Microsoft Corporation.  All rights reserved.
Start installing ASP.NET (4.0.30319.18408).
This option is not supported on this version of the operating system.  Administr
ators should instead install/uninstall ASP.NET 4.5 with IIS8 using the "Turn Win
dows Features On/Off" dialog,  the Server Manager management tool, or the dism.e
xe command line tool.  For more details please see http://go.microsoft.com/fwlin
k/?LinkID=216771.
Finished installing ASP.NET (4.0.30319.18408).

C:\Windows\Microsoft.NET\Framework\v4.0.30319>


Please help me! Thanks!
10 years ago
Please try steps given on this link.

http://stackoverflow.com/questions/14495429/alternative-for-the-registering-asp-net-4-5-on-windows-server-2012


Thanks.
10 years ago
Thank you so much, let me try!
9 years ago
Hi everyone,
Many thanks to all of you, i had published my project. Reason is: You need to installs following Technology & System Requirements.

Have a nice day!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.