hello
throws a huge list of errors, but runs fine on emulator.
i will send it on email as there is no option attach a rtf file
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
this is the web config.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" startupTimeLimit="3600" requestTimeout="23:00:00" />
<httpProtocol>
<customHeaders>
<remove name="X-Powered-By" />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>
please login to http://103.117.180.197:8085 of my test server
site runs fine from VS2017 editor
yes, but i still face the same issue
yes, ismcagdas
i did install dotnetcore.2.0.0-windowshosting, from the above link but still the same error.
thanks
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 aaron
i am i the Web.MVC folder,
Noor.Sched.Web.Mvc
"version": "5.0.0",