E
ElGordo
In our dev environment, our ASP.Net application works fine and outside users
can access it when provided with the proper URL.
Once we moved the application to our public server, we now get a 401.2
error. A windows login prompt occurs once the URL is accessed in the
browser and nobody can log in (no login appears on our dev server).
None of the files have changed, and the Virtual Directory is configured
identically to that of our dev server (Windows Authentication enabled,
Anonymous access enabled).
We have other ASP.Net applications which run without any problems on the
production server.
What could be causing this login box and 401.2 error?
_____________________________________________
Access is denied.
Description: An error occurred while accessing the resources required to
serve this request. The server may not be configured for access to the
requested URL.
Error message 401.2.: You do not have permission to view this directory or
page using the credentials you supplied. Contact the Web server's
administrator for help.
_____________________________________________
can access it when provided with the proper URL.
Once we moved the application to our public server, we now get a 401.2
error. A windows login prompt occurs once the URL is accessed in the
browser and nobody can log in (no login appears on our dev server).
None of the files have changed, and the Virtual Directory is configured
identically to that of our dev server (Windows Authentication enabled,
Anonymous access enabled).
We have other ASP.Net applications which run without any problems on the
production server.
What could be causing this login box and 401.2 error?
_____________________________________________
Access is denied.
Description: An error occurred while accessing the resources required to
serve this request. The server may not be configured for access to the
requested URL.
Error message 401.2.: You do not have permission to view this directory or
page using the credentials you supplied. Contact the Web server's
administrator for help.
_____________________________________________