asp.net - IIS Default website throws error with .CLR 4.0 System.OutOfMemoryException. 2.0 works fine -


i have windows 8.1 machine (2gb ram + 32-bit os, x64-based processor) , have configured iis on it. when try launch default website (localhost) default on port 80, throws following error:

configuration error

description: error occurred during processing of configuration file required service request. please review specific error details below , modify configuration file appropriately.

parser error message: exception of type 'system.outofmemoryexception' thrown. source error: line 109:

source file: c:\windows\microsoft.net\framework\v4.0.30319\config\web.config line: 109 version information: microsoft .net framework version:4.0.30319; asp.net version:4.0.30319.34248

this happens right after os installed, updated windows update , iis configured. machine clean , there no other app, not anti-virus installed.

same happening other websites well. 1 page 'hello world' asp.net page.

what works: when change application pool 2.0, works fine.

so far: have tried resetting permissions c:\windows\microsoft.net\framework\v4.0.30319 tried running aspnet_regiis.exe /iru command adding features 'turn windows features on or off' (even of them)

at point system has around 800 mb free ram.

other info: have windows 2012 server, 2win 7 machines , 2 windows 8 machines on website works fine. last intel nuc i'm testing , it's not working. need able locally host application on machine can work offline. mentioned, don't see issue website since doesn't work single-page website , not default website.

any or direction appreciated!error message snapshot


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -