Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web.config question
Message
General information
Forum:
ASP.NET
Category:
Mobile development
Title:
Web.config question
Miscellaneous
Thread ID:
01161273
Message ID:
01161273
Views:
56
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
Next
Reply
Map
View

Click here to load this message in the networking platform