I am not sure if XSP2 is using mono or .NET in my Windows box. How can I be sure?
Does the XSP2 web server always uses Mono?
532 views Asked by Jader Dias At
3
There are 3 answers
0
kenny
On
There are several utilites to see the DLLs that a process is ruuning. Perhaps this one from systernals will help.
Related Questions in .NET
- Does compiler optimize operation on const variable and literal const number?
- What is the point of definnig Asp.net Intrinsic Objects In different places and what is the different betwen them?
- Deleting Orphans with Fluent NHibernate
- IOrderedEnumerable to vb.net IOrderedEnumerable Conversion
- What is this namespace ITypeOfObjectsBoundToListBox ? Couldn't find it
- .net rest service with JSON string and consumed with java client
- What is best way to check if any of the property of object is null or empty?
- Telerik's WPF RadColorPicker NoColorText property not working
- Possible consequences of duplicate ProgId for different classes
- How are multiple requests to Task.Run handled from a resource management standpoint?
- Optimizing C++ call from C#
- Make a per-web-application object available to Web API and SignalR controllers
- System.ComponentModel.DataAnnotations.Schema namespace conflict
- LINQ Except/Distinct based on few columns only, to not add duplicates
- Not displaying content by its URL string - absolute urls
Related Questions in ASP.NET
- Create an IIS web request activity light
- Writing/Overwriting to specific XML file from ASP.NET code behind
- What is the point of definnig Asp.net Intrinsic Objects In different places and what is the different betwen them?
- Deleting Orphans with Fluent NHibernate
- IOrderedEnumerable to vb.net IOrderedEnumerable Conversion
- Entity Framework Code First with Fluent API Concurrency `DbUpdateConcurrencyException` Not Raising
- Getting deeply embedded XML element values
- What is best way to check if any of the property of object is null or empty?
- NuGet - Given a type name or a DLL, how can I find the NuGet package?
- ASP-MVC Code-first migrations checkbox not active
- How do i add onclient click to my jquery button
- Jquery: Change contents of <select> tag dynamically
- Retrieving data from Oracle database
- ASP.NET: Fill Textbox field upon dropdownlist selection by user
- Why web API return 404 when deploy to IIS
Related Questions in MONO
- Mono installation on RedHat 5.11 (Tikanga)
- Where can I find the definitions of System.Collections.Concurrent classes in the mono source code?
- Compile my VB.NET application for Mac and Linux
- how to solve the type and namespace could not be found
- IronAHK error not working with AutoHotKey script
- Running Yeppp library with Mono on Raspbery Pi
- How to use MonoDevelop Docking Library
- Namespace could not found on Mono
- Mono: Dispatcher.Invoke not implemented - Looking for workaround
- How can I install MONO on Centos 5, without compiling from source
- Importing C library into Xamarin console project
- Mono + embedded firebird
- make AndroidGameView transparent
- Fail to build Mono.Addins with the latest Mono 4.3.0 and GTK# on Ubuntu 14.04
- Best practice for cross-platform mono project layout when using native dll's
Related Questions in XSP
- How can I debug XSP in monodevelop with my MVC Application?
- ASP.NET web server cannot be launched and Mono environment not be switched
- Can XSP run ASP.NET 4.5?
- XSP JSF FacesContext addMessage does not always work
- Is it possible to get an ASP.NET MVC 3 project working under Mono 2.10?
- XSP4 from Mono 2.10 not working under Windows
- No package 'mono' found when installing XSP
- How can I use Mono.WebServer (XSP) to run my mono ASP MVC application?
- How can I run xsp4 as a background process on linux?
- Monodevelop: Could not launch ASP.NET web server. The xsp4 web server cannot be found
- Missing method errors when running ASP.NET app with xsp on linux
- Running XSP4 in MonoDevelop 2.6
- mono - could not find system.web.mvc
- TypeLoadException on Asp.NET webforms on MonoDevelop on Debian
- Mono FastCGI Server - Applications don't work below root
Related Questions in XSP2
- xsp2/mod_mono: Server error 500: xsp2 trys to load a dll which is not required for the current request
- xsp2 server start with error
- XSP2 crashes serving static images
- how to get mono develop xsp2 accessible from my lan?
- Xsp2 and multiple applications - can't get working
- Does the XSP2 web server always uses Mono?
- Firefox browser does not reload the update CSS/JS files
- How to port a Mono GTK# app to other platforms?
- Dblinq reference in ASP.NET Web Service on MonoDevelop causes xsp2 to fault
- Porting C# Windows GUI to C# web app : how to get it work out-of-the-box for Win, Mac & Linux?
- Getting "could not load file or assembly 'xsp2'" with Mono 2.10.8
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
If you see xsp2.exe in Windows Task Manager, probably it runs on .NET. For mono hosted applications, the process should be mono.exe