[Mono-aspnet-list] quickstarts.asp.net example won't compile

adam morissun rtfm13 at gmail.com
Tue Jul 14 11:08:29 EDT 2009


The http://quickstarts.asp.net example code for Forms-based
authentication won't compile on my machine. I'm really not sure how to
provide user/pass authentication in my asp site to begin with, so this
doesn't help. I'm running Apache2 prefork 2.2.9 and mod_mono 2.4.2.

Here's the error I get when I browse to http://192.168.1.2/login.aspx:

Server Error in '/' Application

________________________________________________________________________
VBNC99999: If the identifier matches the name of an accessible type or
type member in more than one import, a compile-time error occurs.


mod_mono is using Autohosting. I'm still looking for decent mono
documentation...

I don't have much trouble with the ASP stuff, but vbnc sure likes to
complain.

Thanks for any help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20090714/ca82de3f/attachment.html 
-------------- next part --------------
<configuration>
  <system.web>
      <authentication mode="Forms">
        <forms name=".ASPXUSERDEMO" loginUrl="login.aspx" protection="All" timeout="60" />
      </authentication>
      <authorization>
        <deny users="?" />
      </authorization>
    <globalization requestEncoding="UTF-8" responseEncoding="UTF-8" />
  </system.web>
</configuration>


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20090714/ca82de3f/attachment-0001.html 


More information about the Mono-aspnet-list mailing list