August 27, 2010

Replicate changes in .ascx files in modules folder in Nopcommerce

    For replicating changes in modules/anyfilename.ascx.cs files, follow the steps below:

1)        Stop IIS and delete Temporary ASP.NET Files form the below location


 C:\WINDOWS\microsoft.net\framework\v2.0.50727\Temporary ASP.NET Files

2)         Open NopCommerceStore as a Project not as a solution or website.
3)         Do the Changes over there
4)         Rebuild It
5)         Publish it
6)         Now Open the NopCommerceStore as WebSite and rebuild the changes
7)     This should work. All the best.

No comments:

Post a Comment