Hi All,
Well once again I go round and round with IIS. I have got it to run with a little tweaking with ASP 1.1v but I can't get it to run with ASP 2.0.
Here are the variables:
Server
Hosted on IIS 6.0
Running Windows 2k3 Server
Not a DC
Fully Patched
Devolpment Machine:
Windows XP
VS.Net 2005 Pro
Localhost ASP runs beautifully
My Problem
Well I can create a ASP project on my XP IIS (5.1 I think) and it runs fine and debugs like normal. Well I tried creating it on the server. I first has the "Can't start debugging. Logon failure: Unkown username or password". Okay I thought I will just double check to make sure my Anonymous access is checked. Why yes it is. So I made sure Integrated Windows Authenticaion is checked, yes it is. I tried bunches of other stuff and still no where.
Here is what I have done:
Anonymous & Integrated Windows Auth is checked
Keep HTTP Alive is checked
Execute permissins is set to "Scripts only"
I do have VS debug installed on the server
Also did the aspnet_regiis.exe -i
I don't know what else to do. When I create a project in the server IIS it asks for a username and password. It will only take the administrator username and password. Then I try to debug it and no luck. If I do a start without debugging the website then prompts me with a username and password box to view the page.
We are running on a domain if that helps. Also it seems that it is passing the windows auth but isn't accepting it. I have restarted IIS many many time and even restarted the computer.
So my question is "Is the problem IIS or a domain issue?" If it's either one how do I fix it?