I am attempting to deploy .NET 2.0 web services on IIS that has both 1.0 and 2.0 installed. This web server primarily serves a large .NET 1.0 application.
I have copied by .NET 2.0 web service project to the server and have created a virtual directory to point to the necessary folder.
When I set the ASP.NET version to 2.0 in IIS, The application prompts me for a username and password (when I attempt to open the site in the browser), If I set it back to 1.0, then I am not prompted for a password, but obviously get a full application error.
I have anonymous access enabled (with a username / password) and have authenticated access checked as "Integrated Windows Authentication)
How can I configure IIS so that I am not prompted for a password while having ASP.NET version set to 2.0?
Thanks...
EDIT I had major connection problems and apparently created some duplicate posts...I'll delete the ones with no answers.