Stuart_C Posted August 2, 2013 Posted August 2, 2013 I've set up my Windows 2008R2 Server with the IIS role and the basic (default) options. Tested it and the IIS start page appears. What I want is to host a proxy.pac file on the server (as the web proxy I have doesn't allow me to host it on itself). If I put the file in the wwwroot folder on the server and try and http into it ( http:///proxy.pac ) I get a 404 File or directory not found error. The auto configuration is clearly not working in IE. So should I be able to web into the file once it's there? Presumably yes and then IE would allow me to download the file so what really basic thing have I not done? I can't know if the proxy.pac file is correct until I can be sure the PC is accessing it
nickbro Posted August 2, 2013 Posted August 2, 2013 (edited) Open the web.config file in the root of IIS and add this: Edited August 2, 2013 by nickbro
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now