aditya:I couldn't find a WEB folder in the downloaded pack
I apologize, that was my bust - I forgot we were on the Web Ready version. So, sticking with web ready, you have downloaded it and unzipped it to a folder called dashCommerce (presumably, but doesn't have to be exact), then, you create a virtual directory in IIS and point it to the dashCommerce directory. Then, you should be able to point your browser at http://localhost/dashCommerce/install/install.aspx.
One thing you may have to do is ensure the ASP.NET scriptmaps are registered with IIS. (For some reason, I find I have to do this an amazing amount of the time - but don't ask me why - not sure yet) To do this, bring up a command prompt and change directory to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
to do that, ensure you are at a C: prompt and then type:
cd "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727"
once there, go ahead and type:
aspnet_regiis -i
Let it do its magic. Then try the site again.
--
Support dashCommerce -
Buy Our Stuff!!Find a bug? Create a
Work Item for a fast response.. Want to help?
Create a patch for us! Documentation? Help us
write some!