Ask a Question related to ASP.NET Security, Design and Development.
-
Rich #1
DefaultCrendentials not working
I have an aspx page which uses a WebRequest object to post some XML to
a standard asp page. Both the aspx and asp pages require NT
autentication. I have added:
<location path="secure">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
To the web.config file for the aspx page and have set IIS to require
NT authentication (with anonymous access turned off) on both the aspx
web application and the asp web site.
When I do the post from the aspx page I set the Credentials for the
WebRequest object to CredentialCache.DefaultCredentials.
I call the aspx page from a cleint app running under a domain account.
If I place the aspx page and the asp page on different physical
machines everything is fine. However, if I put the asp and aspx
applications on the same machine (running under the same instance of
IIS) I start experiencing problems.
Any ideas?
Regards
Rich
Rich Guest
-
HELP PLEASE ITS NOT WORKING
After you uninstall Flash Player from all user accounts make sure that all files from C:\WINDOWS\system32\Macromed\ are removed. Instructions for... -
#38816 [Opn]: PHP code that was working perfectly recently stopped working.
ID: 38816 User updated by: mtoohee at gmail dot com -Summary: PHP code that was working perfectly recently stopped.... -
Macromedia Flash Player installed and working properly suddenlys stops working..
No idea what has caused the Flash player to stop working. This is not my machine but a relatives who has asked for help over the T'giving... -
Data not working on Label but is working in Datagrid
I am creating a simple website in Flex. I want to show different content from the database for home, about us, contact us, etc. I am using a CFC as... -
Working TableStyle Not Working on a Second DataGrid
I am having difficulty getting Tablestyles to work on a datagrid. I have 2 datasets, 1 filled and the other not. The first contains customer, stock...



Reply With Quote

