Hi. We have a applicationfarm designed for use with IIS and Basic authentication, but I'm currently trying to port this over to Apache 2.0.58. The only problems occured so far was ASP.NET handling and Authentication toward the webservices. The ASP.NET problem was solved pretty quick, but now I'm stuck at the authentication part. We have a webservice that require Basic authentication, but on the same service we also require that the user manually enter his/her username and password manually. So far this is managed by using a password file, but in IIS it was possible to authenticat agianst the Windows 2003 Server's local users. I havent managed to 'bypass' this passwordfile, that ing eneral create alot of extrawork (Firs we add users in Windows 2003, then specify access in out application and THEN we have to add the users in the passwordfile) Is it anybody out there that have a soloution for this? Easy to implement ofcourse Windows 2003 Server Apache 2.0.58 Apace aspdotnet_mod