[MonoDevelop] error running asp.net mvc app

John Cole johnwebbcole at gmail.com
Fri Feb 3 14:31:16 UTC 2012


I'm trying out monodevelop and I've run into an error when trying to
run a asp.net mvc app.

With a fresh install of mono and monodevelop, I've created a new
asp.net mvc app, and hit run.

I get the following error:

Root directory: C:\Users\jcole.SE\Documents\MonoDevelop\aspnetmvctest

Error: System.Net.Sockets.SocketException: An attempt was made to
access a socket in a way forbidden by its access permissions.



  at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end)
[0x0006c] in C:\cygwin\tmp\monobuild\build\BUILD\mono-2.10.8\mcs\class\System\System.Net.Sockets\Socket.cs:1109

  at Mono.WebServer.XSPWebSource.CreateSocket () [0x00013] in
/tmp/monobuild/build/BUILD/xsp-2.10.2/src/Mono.WebServer.XSP/XSPWebSource.cs:104

  at Mono.WebServer.ApplicationServer.Start (Boolean bgThread)
[0x00077] in /tmp/monobuild/build/BUILD/xsp-2.10.2/src/Mono.WebServer/ApplicationServer.cs:326

  at Mono.WebServer.ApplicationServer.Start (Boolean bgThread,
System.Exception initialException) [0x00007] in
/tmp/monobuild/build/BUILD/xsp-2.10.2/src/Mono.WebServer/ApplicationServer.cs:306

  at (wrapper remoting-invoke-with-check)
Mono.WebServer.ApplicationServer:Start (bool,System.Exception)

  at Mono.WebServer.XSP.Server.RealMain (System.String[] args, Boolean
root, IApplicationHost ext_apphost, Boolean quiet) [0x00737] in
/tmp/monobuild/build/BUILD/xsp-2.10.2/src/Mono.WebServer.XSP/main.cs:467

I can run the xsp web service from the mono/xsp link and it seems to
run ok.  Is there something I need to configure for monodevelop to be
able to use xsp?

Thanks,

John


More information about the Monodevelop-list mailing list