|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
IIS6 promps for authentication when trying to execute DLL references....I have an application that is currently working in IIS5 that when elevated to a IIS6 machine is causing some problems. I have a .Net application that is running under the default application pool "Network Server" account. My application uses a .Net to Java bridge (proxy) to use a 3rd party API. I have added Network Service account access to all the directories that the proxy and 3rd party API use. This currently works on IIS 5.0 with the ASPNET account. The rights I need are READ, EXECUTE, and LIST FOLDER CONTENTS. I also have anonymous access turned off to the virtual directory I am using because I am tracking the LAN ID of the currently logged in user. Every time run any code that goes out side the webroot folder (such as com.jnbridge.jnbproxy.JavaSide.disposeAll() that is inside a DLL on my D drive) it prompts me to authenticate? I am not sure why because network service has access to these directories?? Could anyone shead any light on this issue? I would greatly appreciate it!!! Thanks in advance. Dan Barker
http://blogs.msdn.com/david.wang/archive/2005/12/31/HOWTO_Basics_of_IIS6_Troubleshooting.aspx
http://blogs.msdn.com/david.wang/archive/2005/07/14/HOWTO_Diagnose_IIS_401_Access_Denied.aspx browser pops up the prompt when it keeps getting 401 from the server. Look through website log to figure out what is causing the 401. If file system or registry access denied, use FileMon/RegMon (see links in the blog) to dig up more clues. I suspect that Network Service does not have access to everything you need... and you need to identify this dependency and make sure to fulfill it. -- Show quoteHide quote//David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // <dbark***@progressive.com> wrote in message news:1155566213.611969.50870@p79g2000cwp.googlegroups.com... > All, > > I have an application that is currently working in IIS5 that when > elevated to a IIS6 machine is causing some problems. I have a .Net > application that is running under the default application pool "Network > Server" account. My application uses a .Net to Java bridge (proxy) to > use a 3rd party API. I have added Network Service account access to > all the directories that the proxy and 3rd party API use. This > currently works on IIS 5.0 with the ASPNET account. The rights I need > are READ, EXECUTE, and LIST FOLDER CONTENTS. I also have anonymous > access turned off to the virtual directory I am using because I am > tracking the LAN ID of the currently logged in user. Every time run > any code that goes out side the webroot folder (such as > com.jnbridge.jnbproxy.JavaSide.disposeAll() that is inside a DLL on my > D drive) it prompts me to authenticate? I am not sure why because > network service has access to these directories?? Could anyone shead > any light on this issue? I would greatly appreciate it!!! Thanks in > advance. > > Dan Barker >
ASP.NET 1.1 + IIS 5 + Nagios
Make Client Cert Required in IIS on SBS 2003? IIS 6.0 and passwording site User gets challenged for authentication when opening a document SSL required on non SharePoint web site Is it possible for a trusted site to serve up an untrusted page? Problem with IIS windows authentication IIS 5 / 6 .htaccess users log into ftp://domainnameA.com and see domainB.com's directo Secure FTP service? |
|||||||||||||||||||||||