Home All Groups Group Topic Archive Search About
Author
11 Oct 2006 9:58 PM
wdy
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:   <authentication mode="Forms"/>
or sometimes:
Line 56:   <authentication 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
authentification.
Help.

Author
12 Oct 2006 3:51 AM
Jon Paal
go to :  microsoft.public.dotnet.framework.aspnet

Show quoteHide quote
"wdy" <wdy@wp.spam.pl> wrote in message news:egjpdf$3d9$1@news.telbank.pl...
>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:   <authentication mode="Forms"/>
> or sometimes:
> Line 56:   <authentication 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 authentification.
> Help.

Bookmark and Share