Posts

Showing posts from December, 2018

Some information for amonline web server

Image
You will find following the Amwin Video / Web / Test server as promised. Please note that we have done updates as part of the commissioning of this server and have provided the following as a start point. Please also note that this is virtualized so we can ramp Space, memory, Vcores etc at any time and at your request. Pricing would be as quoted previously but as mentioned earlier we will hold off until you are ready to make it more of a production (full time) system. Server Windows Server 2012r2 external IP 103.195.52.69 and the internal IP 192.168.20.200/24 *If you would like this IP attached to amwincloud or any domain that we have admin for, feel free to call. It is a simple A record for any domain / subdomain.  Credentials L: Admin P: -X`Gm43du7 Provisioned Resources 2vCPU 4Gig Ram 55GB HDD Setup AITS N-Central Probe Installed AITS MSP Anywhere Access Client .NET 4.6.2 Installed AV Defender Anti-Virus Installed Current Ports Op...

Deploy web app into IIS and troubleshoot

Image
Public project to install: - Run Visual Studio as Admin role - Right click on Project -> Public -> 1. create profile 2. Connection: Publish method: File System                         Target Location: Select a folder in the computer 3. Settings:  Configuration: Release -> publish - Open IIS management - right click on Sites -> add Website with Physical Path is Target Location  - Restart the web site Troubleshoot: 1. Features have to be enabled in IIS: Goto Control Panal -> Programs and Features -> Turn Windows features on or off in session Internet Information Services -> World Wide web Services -> Application Development Features: turn on all features under Application Development Features HTTP Error 500.22 - Internal Server Error (An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.): Open IIS Management, Click on Application P...