hi.. currently im developing system by VB.net with ASPX.
i got this problem which to build solution / run from development PC (- under Administrator account.) is running just find. But since last week, i can't connect to my system thru LAN / intranet client-side browser both Firefox or even IE.
the Windows Authentication dialog box are appear to let user enter user name and password
i have going thru all standard procedure in web.config
i have also check "Anonymous Access" and "Allow IIS to control password" for user name "IUSR_'computer name'"
i have also make sure the folder and file permission are open to IUSR_'computern ame'..
i did not want the Windows Authentication dialog box appear...
pls help me!!
i got this problem which to build solution / run from development PC (- under Administrator account.) is running just find. But since last week, i can't connect to my system thru LAN / intranet client-side browser both Firefox or even IE.
the Windows Authentication dialog box are appear to let user enter user name and password
i have going thru all standard procedure in web.config
Code:
<authentication mode="Windows"/> <authorization> <allow users="*"/> </authorization>
i have also make sure the folder and file permission are open to IUSR_'computern ame'..
i did not want the Windows Authentication dialog box appear...
pls help me!!
Comment