I try to build a simple web aplication in ASP.NET in Visual Studio 5.
When I run finished web aplication from inside VS5:
localhost:1675/test2/Default.aspx
everything is OK, works good.
But when I just navigate in my browser to:
localhost/test2/Default.aspx
i get Configuration Error:
Server Error in '/' Application.
Source Error:
Line 56: <authenticati on mode="Forms"/>
or sometimes:
Line 56: <authenticati on mode="Windows" />
(depends of my blind play with "ASP.NET Configuration")
I'm lame but I just want to made web aplication that may be available
to see
by other people on internet, not only by me :-) I don't want any
authentificatio n.
Help.
When I run finished web aplication from inside VS5:
localhost:1675/test2/Default.aspx
everything is OK, works good.
But when I just navigate in my browser to:
localhost/test2/Default.aspx
i get Configuration Error:
Server Error in '/' Application.
Source Error:
Line 56: <authenticati on mode="Forms"/>
or sometimes:
Line 56: <authenticati on mode="Windows" />
(depends of my blind play with "ASP.NET Configuration")
I'm lame but I just want to made web aplication that may be available
to see
by other people on internet, not only by me :-) I don't want any
authentificatio n.
Help.
Comment