Installation Troubles

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 14 años
Installed the No Source version...on a IIS site...going to www.MySite.com/default.aspx just gives me a page not found...in fact every page in the site does.
Hace 14 años
Please can you verify that you have copied the **contents** of the "nopCommerceStore" directory to the root directory of your domain. A common mistake is to copy the directory itself (e.g. http://yourstore/nopCommerceStore/Default.aspx)
Hace 14 años
I did...all the content inside the folder is in the root directory...not the folder itself.
Hace 14 años
And please confirm that your root directory is configured as an application and that you have ASP.net 3.5 installed and ASP.net enabled in IIS.

Thanks,
Ben
Hace 14 años
What do you mean by "configured as an application?"  


Thanks!
Hace 14 años
"An IIS Application is a directory, physical or virtual, that has been setup in a manner that makes it logically independent from the rest of the web-site. Its purpose is basically to make sub-directories act just like real web-sites, which is very useful on Win 2K/XP Pro, but not really necessary on a Server. Its important to understand that you cannot create an IIS Application simply using FTP or similar tools -- and this is the cause of many ASP.NET problems."

Generally if you are using a control panel to manage your domain, and have copied the contents of nopCommerce store to the root of the directory configured for your domain, it will be configured as an IIS application.

Therefore the only thing you need to check is that ASP.net 3.5 is installed and enabled.

More information on virtual directories and applications in IIS can be seen at http://authors.aspalliance.com/PaulWilson/Articles/?id=16

Hope this helps,
Ben
Hace 14 años
Thanks so much.  I had the wrong version of ASP.net selected.  Now when accessing default.aspx I get:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace:


[ExternalException (0x80004005): A generic error occurred in GDI+.]
   System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams) +377630
   System.Drawing.Image.Save(String filename, ImageFormat format) +69
   NopSolutions.NopCommerce.Common.Media.PictureManager.GetPictureUrl(Picture picture, Int32 TargetSize, Boolean showDefaultPicture) in C:\temp\rac\NopCommerce.com\Solution\Web\downloads\nopCommerce_1.11\Solution\Libraries\Nop.Common\Media\PictureManager.cs:203
   NopSolutions.NopCommerce.Common.Media.PictureManager.GetPictureUrl(Int32 imageId, Int32 TargetSize, Boolean showDefaultPicture) in C:\temp\rac\NopCommerce.com\Solution\Web\downloads\nopCommerce_1.11\Solution\Libraries\Nop.Common\Media\PictureManager.cs:122
   NopSolutions.NopCommerce.Web.Modules.HomePageCategories.dlCategories_ItemDataBound(Object sender, DataListItemEventArgs e) in C:\temp\rac\NopCommerce.com\Solution\Web\downloads\nopCommerce_1.11\Solution\NopCommerceStore\Modules\HomePageCategories.ascx.cs:67
   System.Web.UI.WebControls.DataList.OnItemDataBound(DataListItemEventArgs e) +8670790
   System.Web.UI.WebControls.DataList.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +137
   System.Web.UI.WebControls.DataList.CreateControlHierarchy(Boolean useDataSource) +459
   System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) +54
   System.Web.UI.WebControls.BaseDataList.DataBind() +55
   NopSolutions.NopCommerce.Web.Modules.HomePageCategories.BindData() in C:\temp\rac\NopCommerce.com\Solution\Web\downloads\nopCommerce_1.11\Solution\NopCommerceStore\Modules\HomePageCategories.ascx.cs:52
   NopSolutions.NopCommerce.Web.Modules.HomePageCategories.Page_Load(Object sender, EventArgs e) in C:\temp\rac\NopCommerce.com\Solution\Web\downloads\nopCommerce_1.11\Solution\NopCommerceStore\Modules\HomePageCategories.ascx.cs:42
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627



Any ideas?  

Thanks for your time,

Chad
Hace 14 años
NEVERMIND.  Had to set write permissions to the image folder.  



Thanks!
Hace 14 años
I have replied to your other post.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.