Soldato
- Joined
- 12 May 2005
- Posts
- 12,631
Hey,
While this may have a few elements of web based development, I am pretty sure the major problems are windows permission based - hence why I placed it in this forum
This may be a little complex to explain, so if something isn't completely clear please let me know so I can try to clarify for you.
We have a dedicated server in the US which we are renting, the idea is to serve a program to users across the world - the program uses IIS / an internet browser to do this.
We are trying to use the tickbox "Integrated windows authentication" to secure the directories, but there are 2 issues:
Problem 1 We (as mentioned) want to have the program secured using windows logon prompt, so not just anyone can access it. Problem is that if we put in the ip:8080\program (if this was the ip URL it would look like 44.44.44.44:8080\app) :8080 specifying obviously to use that port, then there is NO logon prompt what so ever. Indeed, it just leads you to full access of the program.
Problem 2 When accessing it without specifying port 8080 (therefore just having the browser use port 80 I would assume) so the url is (example) 44.44.44.44\app then the windows login prompt appears. BUT for some reason no matter what username and password I enter (including the admin one!) it tells me that I am not authorized to access this page.
Does anyone have an clues ?
Thanks in advanced.
While this may have a few elements of web based development, I am pretty sure the major problems are windows permission based - hence why I placed it in this forum

This may be a little complex to explain, so if something isn't completely clear please let me know so I can try to clarify for you.
We have a dedicated server in the US which we are renting, the idea is to serve a program to users across the world - the program uses IIS / an internet browser to do this.
We are trying to use the tickbox "Integrated windows authentication" to secure the directories, but there are 2 issues:
Problem 1 We (as mentioned) want to have the program secured using windows logon prompt, so not just anyone can access it. Problem is that if we put in the ip:8080\program (if this was the ip URL it would look like 44.44.44.44:8080\app) :8080 specifying obviously to use that port, then there is NO logon prompt what so ever. Indeed, it just leads you to full access of the program.
Problem 2 When accessing it without specifying port 8080 (therefore just having the browser use port 80 I would assume) so the url is (example) 44.44.44.44\app then the windows login prompt appears. BUT for some reason no matter what username and password I enter (including the admin one!) it tells me that I am not authorized to access this page.
Does anyone have an clues ?
Thanks in advanced.