Inhalte aufrufen

Profilbild

how to deploy Smartstore.Web and SmartStore.Admin Togather

deployming deployment to iis hosting to local iis

  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
6 Antworten zu diesem Thema

#1 khemsing.rajput

khemsing.rajput

    Newbie

  • Members
  • Punkt
  • 1 Beiträge

Geschrieben: 10 August 2015 - 20:07

Hi,

 

 

 

1. When i click on Smartstore.Web i am successfully able to deploy User Interface, It is not including the Admin Part.on local iis 

    When i deploy the user part and then try to login to smartstore.com/Admin . i am not able to login 

 

 

 

2. When i click on Smartstore.Admini am successfully able to deploy Admin Interface, It is not including the User Part.

 

 

How to deploy the complete project(with both User and Admin Module project) in IIS 7 ..i am using visual studio 2013 Ultimate edition 

 

I am deploying by right clicking on the System.Web Project and selecting Publish method.

 

What are the steps to do this please Help...

 

 

Thanks & Regards

Khemsingh Rajput.



#2 Michael Herzog

Michael Herzog

    SmartStore AG

  • Administrators
  • 3498 Beiträge

Geschrieben: 11 August 2015 - 11:10

Hi,

 

please have a look at the following topic of our documentation:

 

http://docs.smartsto... SmartStore.NET

 

Regards,

Michael


Michael Herzog
Smartstore AG


#3 raj.doshi

raj.doshi

    Newbie

  • Members
  • Punkt
  • 3 Beiträge

Geschrieben: 25 September 2015 - 11:22

Hi,

 

I tried to open link you provided but not able to access it. It asks for User credential but I haven't it so please provide me user credential or help me to resolve issue.



#4 Michael Herzog

Michael Herzog

    SmartStore AG

  • Administrators
  • 3498 Beiträge

Geschrieben: 25 September 2015 - 11:25

Hi,

 

I've just altered the link in the topic above. Please try again.

 

Regards


Michael Herzog
Smartstore AG


#5 raj.doshi

raj.doshi

    Newbie

  • Members
  • Punkt
  • 3 Beiträge

Geschrieben: 25 September 2015 - 11:59

Hi,

 

Thanks for help.

 

One more thing I would like to ask is how to run ClickToBuild.cmd because If I double click on it it gives me error in command prompt that

'build.bat' is not recognized as an internal or external command, operable program or batch file.

 

once again thanks and thanks in advance for help.



#6 raj.doshi

raj.doshi

    Newbie

  • Members
  • Punkt
  • 3 Beiträge

Geschrieben: 25 September 2015 - 12:41

Hi,
 
I tried to run ClickToBuild.cmd, It started to run but after that It gives me error that ' Else' is not recognized internal or external command. 
Please help me to resolve my Issue.



#7 dvlad

dvlad

    Newbie

  • Members
  • Punkt
  • 1 Beiträge

Geschrieben: 30 January 2016 - 14:24

Using Visual Studio 2015, I have managed to deploy both Web and Admin by going into SmartStore.Web project Properties, Package/Publish Web and under Items to deploy I've changed from All files in this project to All files in this project folder.

 

Note: this also deployed my local App_Data\Settings.txt file to my server, which I then needed to delete on the server.