Base solution for your next web application

Activities of "mohamedaarif"

Any response???

I have deployed in Azure as Web app. v6.0.0 is working fine for me. This version v6.2.1 seems having issue.

Same issue I am also facing. Using v6.2.1

I am using v6.0.0

I am looking for data upload utility something like Dataloader in Salesforce.

Any plan for the future release.

Answer

Can you share an example. I want to create a picklist for Currency and Unit of measure, using enum.

This is the current web.config <?xml version="1.0" encoding="utf-8"?> <configuration> <a class="postlink" href="http://go.microsoft.com/fwlink/?LinkId=786380">http://go.microsoft.com/fwlink/?LinkId=786380</a>

<system.webServer> <handlers> <add name="aspNetCore" path="" verb="" modules="AspNetCoreModule" resourceType="Unspecified" /> </handlers> <aspNetCore processPath=".\vNextFSM.Web.Mvc.exe" arguments="" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" /> </system.webServer> </configuration>

Where to add this????

<system.identityModel> <identityConfiguration> <securityTokenHandlers> <add type="System.IdentityModel.Services.Tokens.MachineKeySessionSecurityTokenHandler, System.IdentityModel.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <remove type="System.IdentityModel.Tokens.SessionSecurityTokenHandler, System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> </securityTokenHandlers> </identityConfiguration> </system.identityModel>

When I add like this... getting error...

<?xml version="1.0" encoding="utf-8"?> <configuration> <a class="postlink" href="http://go.microsoft.com/fwlink/?LinkId=786380">http://go.microsoft.com/fwlink/?LinkId=786380</a>

<system.webServer> <handlers> <add name="aspNetCore" path="" verb="" modules="AspNetCoreModule" resourceType="Unspecified" /> </handlers> <aspNetCore processPath=".\vNextFSM.Web.Mvc.exe" arguments="" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" /> </system.webServer> <system.identityModel> <identityConfiguration> <securityTokenHandlers> <add type="System.IdentityModel.Services.Tokens.MachineKeySessionSecurityTokenHandler, System.IdentityModel.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <remove type="System.IdentityModel.Tokens.SessionSecurityTokenHandler, System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> </securityTokenHandlers> </identityConfiguration> </system.identityModel> </configuration>

Usually how long it takes for default task to run. It is taking too long and still running from 10 min. 1 more observation, the less and scss folders are getting deleted when run the default task. Is that ok? Will the publish work?

I tried as per below screenshot from Visual studio but still the Azure deployment is having the issue. The Base Boilerplate worked fine for me in Azure but this is not working. Not sure about the issue. Looks like I have invested in wrong source code. Kindly someone help to get this deployment done. Really breaking my head from 2 days.

Also want to know, if someone have the azure deployment procedure for Asp.net Zero. What is wwwroot folder within the .Web.Mvc solution. Do I have to right click and Pubkish .Web.Mvc or wwwroot?

Appreciate quick help here.

Showing 1 to 10 of 10 entries