Click here to Skip to main content
15,900,378 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am creating an application in ASP.NET with MySQL 2005 as the database backend.There is certain pages that is restricted to a guest.To access these pages i'm asking for user Authentication using "Forms" mode.
However when i connect to the remote server i was required to enter username and password of that server machine and then only i can access my application.
How should i prevent this?
pls help me
Posted
Updated 22-Feb-10 21:58pm
v2

Have you checked the web.config on the remote machine to make sure forms auth is being used.
 
Share this answer
 
Check in IIS after hosting, in Authentication TAB:
Is Integrated Windows Authentication disabled or enabled? Try disabling it.
 
Share this answer
 
v2
how should i do that?
i have configure as follows in the web.config file of my application
<authentication mode="Forms"></authentication>

how and where should i configure the web.config file of a remote machine?
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900