Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web.config question
Message
From
11/10/2006 15:30:32
Evans Carl
System Answers Consulting, Inc
Big Lake, Minnesota, United States
 
General information
Forum:
ASP.NET
Category:
Mobile development
Miscellaneous
Thread ID:
01161273
Message ID:
01161298
Views:
15
>Can anyone tell me why I see images on forms ... properly ... when the following code is not active in the web.config file ...
>
>		<authentication mode="Forms">
>			<forms name=".ASPXAUTH" loginUrl="login.aspx"/>
>		</authentication>
>		<authorization>
>			<deny users="?"/>
>		</authorization>
>
>
>
>but see the correct images when this information is commented out?
>
>I run the application using F5 in VS2005 in each instance.
>
>Thank you,
>
>CTB

Charles,

This code is commented out you will see your startup form for your project - Check the Project configuration for the form name.

Uncommented, you see this Form because it is the Authorization Form used to access your app because your authentication method is set to "FORM" you can change this to "Windows" and the authentication will be an authorize user.

Hope this helps

Evans Carl
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°¤º°`°º¤ø¤º°¤º°
Carl Evans
CEO & President
System Answers Consulting, Inc.
MCSD .NET, ASP.NET, C#.NET, VB.NET,
Previous
Reply
Map
View

Click here to load this message in the networking platform