windbg - Visual Studio Integrated Web Server error without elevation -
I have ASPN in Windows Video Studio Project, which is active in the stander user with UAC (not high).
When I have Visual Studio hangs process so I try to run my asp.net project, within the web server and make it so the use of the CPU. If I increase the Visual Studio then it works perfectly.
The process is trying to use 'Global.net clr networking' it is not doing that, but it seems not working
< P> 0:.! 000> clrstack OS Thread Number: 0xcec (0) ESP EIP0021f09c 6dd09742 [NDirectMethodFrameGeneric: 0021f09c] Microsoft.Win32.NativeMethods.CreateFileMapping (IntPtr, SECURITY_ATTRIBUTES, Int32, Int32, Int32, System.String) 0021f0bc 56a02b0d System . Diagnostics Chevrolet ProofConverter + File Mapping Start (System. String, Int32, Int32) 0021f11c 56a02a30 System.Diagnostics.SharedPerformanceCounter + FileMapping..ctor (System.String, Int32, Int32) 0021f12c 56a05af7 System.Diagnostics.SharedPerformanceCounter.GetCategoryData () 0021f17c 56a056b8 System.Diagnostics.SharedPerformanceCounter..ctor (System.String, system Ktring system. string system. Diagnostics. presentation Contour interface Lifetime) 0021f19c 56 A 0,456,456 systems. Diagnostics Formmount Start () 0021f1d0 56 A437F System. Diagnostics Kprformenscontr Kset_aroavlu (Int 64) 0021 F1 AC 56 9 AC 4 D3 Sistmknetknetwarking P Erfcounters.Initialize () 0021f230 569c980a System.Net.config.SettingsSectionInternal..ctor (System.Net.Configuration.SettingsSection ) 002lf270 569e320l Systemknetkconfaigreshnksettingssekshnintrnlkget_sekshn () 0021f29c 569e2aad Systemknetksoketsksoketkinitializesokets () 0021f2ec 569e24e8 Systemknetksoketsksoketkkctor (Sistmknetksoketskaddraessfmily system. Net.Sockets.SocketType, System.Net.Sockets.ProtocolType) 0021f310 00,370,758 Microsoft.VisualStudio.WebHost.Server.Start () 0021f33c 0037037b Microsoft.VisualStudio.WebServer.WebServerApp.Main (System.String []) 0021f594 6dce1b4c [GCFrame: 0021f594] 0: 000> finalizequeue SyncBlocks to be cleaned: 0 MT Interface to be issued: 0
STA interface issue: 0
Generation 0 104 256 are finalizable goods (045e06fc-> 046463fc) generation 1 1 finalizable objects (045e06f8-> 045e06fc) generation 2 22 finalizable objects (the 045e06a0 -> 045e06f8) ready to finalize 0 objects (046463fc-> 046463fc) S Tastiks: MT calculated total Sees class name 573bd7 CC 1 20 Microsoft. Vin 32.SafeHandles.SafeFileHandle 56a4a3f0 1 20 Microsoft.Win32.SafeHandles.SafeLocalMemHandle 57395c34 1 44 system. threading. ReaderWordWalk 573b8e74 1 56 system. threading. Thread 56a3e224 1 76 System.Net. Sockets. 56 A49 D30 1 120 system. Diagnostics.Performance Control 57395 BBC 8 128 SystemWrich Reference 57397 BAT 8 160 Microsoft Wine 32.SafeHandles.SafeRegistryHandle 56a4a448 104257 2085140 Microsoft.Win32.SafeHandles.SafeFileMappingHandle Total 104279 Objects
When you run debug webserver (as you say) without the height VS Inside causes run an ASP.NET project that caused problems. Debugging is such a privileged operation, as is the intention to suppress the UAC. The full idea of UAC is that this kind of thing can not be spoken without your explicit intervention.
Then run VS with higher permissions. The behavior you are seeing is a design.
Comments
Post a Comment