[Mono-bugs] [Bug 502176] monovs-gui-server's conf file path seems wrong
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri May 29 12:19:54 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=502176
User martin at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=502176#c1
Martin Baulig <martin at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |martin at novell.com
Resolution| |FEATURE
--- Comment #1 from Martin Baulig <martin at novell.com> 2009-05-29 10:19:53 MDT ---
This is not a bug, the config file never exists unless you manually create it.
The configuration file is totally optional, you don't need it.
=======
<configuration>
<appSettings>
<add key="MonoVS_Server_BindTo" value="192.168.8.2" />
<add key="MonoVS_Server_Port" value="8888" />
<add key="MonoVS_Server_UseSsdp" value="false" />
</appSettings>
</configuration>
========
The message on startup just tells you the pathname of the config file, if you
like to create it.
I have no idea where the 1.0.0.0 comes from, it may or may not be the version
of the executing assembly - I have no idea. The "_evidencehere" somehow refers
to the type of configuration file.
This path is chosen by System.Configuration, and there's no way to modify it.
--
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