Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "avanekar02"

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

Answer

Dear alper,

Changed the identity to localsystem, and restarted the server.

but i still have the same issue

Answer

All permissions have been given , but the same error continues

Answer

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

it also throws this error sometime, image attached.

Answer

yes, but i still face the same issue

Answer

yes, ismcagdas

i did install dotnetcore.2.0.0-windowshosting, from the above link but still the same error.

thanks

Answer

Hello

Alper, i followed your instruction but this is the error i am still getting

i have attached the output

Thanks Anwar

Question

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",

Showing 71 to 80 of 315 entries