Hello, here I block once again.
I have a "source code - Nopcommerce" on my visual studio, i've worked on it to modify as i wanted to.
Now i have to deploy on a website.
I had some problem to get it done because I was trying to install it on a Web host that doesn't support the "Full trust .net"
Now that I have switch to another web host (that support the full trust .net) I have no more security error BUT now as you can see here :
http://antheya-001-site1.dtempurl.com/
i'm stuck on the install wizard (when i compile on localhost it's working perfectly)
Here's what i've done so far:
1: Rebuild the whole project
2: Publish my Nop.web on a local folder
3: Backup my local db on .bak
4: Import my db on the web host server
5: Modify the Settings.txt to work with my web host db (it works perfectly because i'm using a Connection string tester and i'm able to select things on the db with it) and copy it to the "deployed" folder such as InstalledPlugins.txt
6: Import the website through FTP to the Web host Website Folder
What I've done wrong so far ? What can I do ?