Hello
i am building a mobile app, everything works fine in debug mode, when i set the mode to release shows no error but app does not load.
i have added code to send test email. this when tested in release mode from MVC project as startup it runs and send email, when DROID is set as the startup project and start-hostm1 is run the app shows error. please see attached image.
regards
How do i reinitialize the database with all default user and roles.
i have created some test users and tenants, i want to delete and restore the original database for users as it was when i ran the first update-database
thanks anwar
Hello
Mobile app runs fine on emulator Visual Studio Emulator, but when i try to run the same it does not run on xamarin live player .
any idea how to test app on live player
regards Anwar
Hello
project runs fine in VS2017 but when i publish it , it shows the following error
as attached in the email.
This is my web.config file. the code tag i have added in this document but there is no code in the actual web.config file
<code> <?xml version="1.0" encoding="utf-8"?> <configuration> <system.webServer> <handlers> <add name="aspNetCore" path="" verb="" modules="AspNetCoreModule" resourceType="Unspecified" /> </handlers> <aspNetCore processPath=".\NOOR.Sched.Web.Mvc.exe" arguments="" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" startupTimeLimit="3600" requestTimeout="23:00:00" /> <httpProtocol> <customHeaders> <remove name="X-Powered-By" /> </customHeaders> </httpProtocol> </system.webServer> <connectionStrings> <add connectionString="Data Source=DESKTOP-8BDDUKQ\SQLExpress;Initial Catalog=SchedDB;Integrated Security=True" name="Default" /> </connectionStrings> </configuration> <!--ProjectGuid: a2213374-bb48-48fd-bbd4-81e6a961d866--> </code>
Hello
i am trying to do this
PUBLISH MVC 1- Open CMD and navigate to the MVC folder. Then run the below command to bundle your resource
npm run create-bundles
but i am unable to run as this error is shown
npm ERR! missing script: create-bundles
Regards Anwar
Hello
in my database the AbpAuditLogs has got a huge amount of data, can i delete this data or turn off AbpAuditLogs, please advise.
Regards Anwar
Hello
What are the steps needed to add a new language like indian (Hindi) can you please point me to a document that would allow me to do the same, or steps to achieve ths ame.
Thanks ain Advance.
Anwar
Hello
how do i navigate from Web.Public home page when i click Login on the top, to login page of web.MVC project, where is the link to be changed
thanks
hello
i have a video on my home page it works fine if site accessed from laptop but when site accessed from mobile it does not load and often gives safari could not open the page because the server stopped responding
regards anwar