is this CM must have DOMAINs to work?
- - - Updated - - -
If I am going to change my port to 87,,
Should I modify Web.config this file like this,,,api-trade.local-bdo.net:87?
Printable View
is this CM must have DOMAINs to work?
- - - Updated - - -
If I am going to change my port to 87,,
Should I modify Web.config this file like this,,,api-trade.local-bdo.net:87?
No you don't need to have a real domain, but you need to put it in every hosts file so its a hard "DNS-Link" where windows will lookup what the IP Adress is for the domain name.
For the port thing, i have not tested this but i think you just need to change the port in IIS and then add those lines in all web.configs that use a different port.
This goes into the 'appsettings' group of the file. Again, not tested as i am using port 80 so its not needed. If this does not work you can still try the usual method of just 'domain:port'Code:<add key="isProxy" value="true" />
<add key="webProxyUrl" value="" />
<add key="webProxyPort" value="87" />
Example here to where to place it:
Code:<appSettings>
<add key="webpages:Version" value="3.0.0.0" />
<add key="webpages:Enabled" value="false" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
<add key="isProxy" value="false" />
<add key="webProxyUrl" value="" />
<add key="webProxyPort" value="" />
.
.
.
</appSettings>
my domain is xxxx.tpddns.cn
it's a free domain from my routor...
it cannot make sub-domain either.....
so,what can i do for now??
i just bought a REAL domain for this CM,,
the CM still not working...
Re-check everything, it's a very detailed guide....and most important...it works..
https://i.ibb.co/hfs1sQq/2022-09-10-37072439.png
https://i.ibb.co/bLkgphM/2022-09-10-37105622.png
https://i.ibb.co/WcYBTnT/2022-09-10-37140338.png
https://i.ibb.co/PhYhpTL/2022-09-10-37030672.png
https://i.ibb.co/8BPSLb2/2022-09-10-37053172.png
https://i.ibb.co/fMrT2rd/2022-09-10-37408338.png
Ask we'll take the database. Where did this come from? Thank you very much
Quote:
<connectionStrings>
<add name="TradeWebDB" connectionString="metadata=res://*/DB.TradeWebDB.csdl|res://*/DB.TradeWebDB.ssdl|res://*/DB.TradeWebDB.msl;provider=System.Data.SqlClient;provider connection string="data source=192.168.255.130,1433;initial catalog=SA_BETA_TRADEDB_0002;user id=CrimsonTradeReader;password=BlackNo.1Game#^%;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
<add connectionString="metadata=res://*/DB.TradeWorldDB.csdl|res://*/DB.TradeWorldDB.ssdl|res://*/DB.TradeWorldDB.msl;provider=System.Data.SqlClient;provider connection string="data source=192.168.255.130,1433;initial catalog=SA_BETA_WORLDDB_0002;persist security info=True;user id=CrimsonDesert;password=BlackNo.1Game#^%;MultipleActiveResultSets=True;App=EntityFramework"" name="TradeWORLDDB" providerName="System.Data.EntityClient" />
<add connectionString="metadata=res://*/DB.TradeLogDB.csdl|res://*/DB.TradeLogDB.ssdl|res://*/DB.TradeLogDB.msl;provider=System.Data.SqlClient;provider connection string="data source=192.168.255.130,1433;initial catalog=PF_BETA_LOGDB_0001;user id=CrimsonDesert;password=BlackNo.1Game#^%;MultipleActiveResultSets=True;App=EntityFramework"" name="TradeLogDB" />
</connectionStrings>
CrimsonTradeReader
change to CrimsonDesert
What do you mean? Its the three DBs we have they are named that way and these are the connection strings to the DBs the web application needs.
SA_BETA_TRADEDB_0002, SA_BETA_WORLDDB_0002, PF_BETA_LOGDB_0001
Oh thanks above, if that is what he means. I noted that in the setup section as well, either create the other DB user or replace.
Thank you very much In conclusion there is no need to modify anything, fix the cough but my IP but it shows like this what can be fixed? But in the game it doesn't show anything
http://trade-bd.ddns.net/
https://cdn.discordapp.com/attachmen...3/Mk-error.png
finally my server has some reaction...but it still shows maintenance ...sigh..
how to fix...https://uploads.tapatalk-cdn.com/202...fa5fd0805a.jpg
通过我的 NOH-AN00 上的 Tapatalk发言
-----------solved-----------
Hello!
Probably I've made something wrong, but I still cannot get past this error:
uspListTickCount open Exception : System.Data.Entity.Core.EntityException: The underlying provider failed on Open.
Which causes this: [ServerControlManager] TickCountManager open Slack_Alarm error!!
and http 500 code for every connection.
Will be very grateful for your advices what I might done wrong.
great guide thank you very much but can you also help me on two other info if i want to change the item purchase quantity and the item sell quantity at the market where to go to change it thank you