Base solution for your next web application

Activities of "mohamedaarif"

I am using RAD Tool for the Entity creation. How to convert the view and edit easily into 2 column layout. Currently, it is one column layout.

I am using RAD Tool for the Entity creation. Is it possible to generate easily the View and Edit instead of Modal window into an inline window. Or there is any step pop entity generated.

Question

While clicking the Generate button, in the command promt add-migration and update-database is failing. Please refer the attachment.

Question

is the public website is the replica of your current website <a class="postlink" href="https://aspnetzero.com">https://aspnetzero.com</a>.

I need exactly similar like your website with different theme, content and image change.

Kindly suggest. I don't want to develop, instead plug and use for my business requirement.

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>

The code is deployed and working. But the chatter at the top right corner is not loading. Please refer attachment. I have already tried the below forum suggestion. But no luck.

#3783@6f1d9bc9-04fc-44e2-99d3-85040ddbe290

WEBSITE_LOAD_USER_PROFILE = 1

Kindly assist.

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.

The code is working fine in local but after publishing to azure it is not working. The styles are not working. The left panel expand/ collapse not working.

Showing 21 to 29 of 29 entries