Skip to main content

Posts

Showing posts from February, 2019

How to client WebDomain Change to Public Range

Client WebApplication set to Live -Download NGROK Tool from https://ngrok.com/ -Open the web pack -Write the command ngrok http 8080 –host-header=localhost:8080 After Enter the command the site Redirect to public

ASP.Net Core Configuration with Node Configuration

ASP.Net Core Configuration- => Create Empty Project in Visual Studio => Startup Class Updates -    Add a sample index page create and move to wwwrootfolder to test the application  =>add npmconfigurationfile package.json Open the Package.json to add properties in the dependency (development environment) node After save it’s create a folder in the project root directory =>create Controller in the root folder Controllers/AppController/Action ·          ContactPage,Homepage For working the Controller Configure the Routing in Startupclass Create Layout =>add view start it’s a default render layout for all the nodes  =>View imports to add all the dependencies with viewModels,Controllers..etc _Layout Confguration Contact .cshtml(Post method)   Service Configuration in MVC

SharePoint Web Application Creation Base

 SharePoint 2013 Web-application & Site Creation Step-2