[Mono-bugs] [Bug 500161] New: Cannot run web application remotely
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri May 1 14:27:29 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=500161
Summary: Cannot run web application remotely
Classification: Mono
Product: Mono: Tools
Version: 0.1
Platform: x86-64
OS/Version: openSUSE 11.1
Status: NEW
Severity: Major
Priority: P5 - None
Component: Visual Studio Integration
AssignedTo: jpobst at novell.com
ReportedBy: mchristensen at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: Component Test
Description of Problem:
Windows XP x86_64
VS2008
MonoVS plugin r1829
opensuse 11.1 x86_64
monovs-server-0.1.1829-1.2
Following the steps outlined in this testcase::
https://bugzilla.novell.com/tr_show_case.cgi?case_id=843086
1. Open Visual Studio.
2. Create a new web application project.
1. File
2. New Project
3. Visual C#
4. Web
5. ASP.Net Web Application
3. Type "Hello" between the <div> tags of Default.aspx.
4. [The Linux server should be running.]
5. Mono->Run Remotely in Mono
6. Select a server.
7. Right click the tray icon, choose "Stop".
Alternate closing flows:
A1. Close the Linux server using its tray icon.
A2. Kill the Linux server. (Ctrl-C/pid kill).
I am unable to run a web application remotely. In the console where
monovs-gui-server is run the following output mono usage information is printed
out rather than running the application:
rupert at c528:~> monovs-gui-server
Configuration file: /home/rupert/.local/share/_evidencehere/1.0.0.0/user.config
Usage is: mono [options] program [program-options]
Development:
--aot Compiles the assembly to native code
--debug[=<options>] Enable debugging support, use --help-debug for
details
--profile[=profiler] Runs in profiling mode with the specified profiler
module
--trace[=EXPR] Enable tracing, use --help-trace for details
--help-devel Shows more options available to developers
Runtime:
--config FILE Loads FILE as the Mono config
--verbose, -v Increases the verbosity level
--help, -h Show usage information
--version, -V Show version information
--runtime=VERSION Use the VERSION runtime, instead of autodetecting
--optimize=OPT Turns on or off a specific optimization
Use --list-opt to get a list of optimizations
--security[=mode] Turns on the unsupported security manager (off by
default)
mode is one of cas, core-clr, verifiable or validil
--attach=OPTIONS Pass OPTIONS to the attach agent in the runtime.
Currently the only supported option is 'disable'.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list