G
Guest
I moved to a new pc (vista ultimate) and copied an existing working asp.net
application to the new web site on localhost. I installed iis7 with a number
of asp.net and developer type windows components.
The problem occurs when I select something (on the web site) where it is
using xmlHttp call back to project.axd (handler). After a couple of seconds
I am prompted for username and password. Regardless of what i type it doesnt
authenticate me. I then get a 401 or 404 error and the js complains of
invalid data.
In iis7 i do see thta .axd is enabled and mapped to the following
%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
I have spent 2 evenings search the web for a solution for this problem but
still can't figure this out.
The application uses two handlers on different pages and both fail.
Help if you can please.
application to the new web site on localhost. I installed iis7 with a number
of asp.net and developer type windows components.
The problem occurs when I select something (on the web site) where it is
using xmlHttp call back to project.axd (handler). After a couple of seconds
I am prompted for username and password. Regardless of what i type it doesnt
authenticate me. I then get a 401 or 404 error and the js complains of
invalid data.
In iis7 i do see thta .axd is enabled and mapped to the following
%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
I have spent 2 evenings search the web for a solution for this problem but
still can't figure this out.
The application uses two handlers on different pages and both fail.
Help if you can please.