Hello!

1. I have Visual InterDev installed on my machine (VS SP5)

2. At the corporate firewall I defined a rule "me to any destinations" (in
advance, I would exclude ISA Server 2004 Standard Edition from
causing this problem in any way).

3. On my web server IIS 6.0 (with FP Server Extensions 2002 installed) I
created a website and configured it to use FPSE.

When I create a new project in InterDev, I select "Master mode", then Web
Project Wizard _connects_ me to the web site I want - it then displays
a prompt stating "Contacting Web Server..." and suddenly brings out a "Name
and Password Required" dialog box!

I identify as an administrator of the WEB SERVER (!) but it doesn't help!
InterDev DOES NOT want to connect, saying that I do not have permissions at
the Web server. The proble is that I can connect, but cannot do the
authoring!

IIS logs displays this:

date time: "2004-12-10 17:59:00"
s-ip: "xxx.xxx.xxx.xxx"
cs-method: "POST"
cs-uri-stem: "/_vti_bin/_vti_aut/author.dll"
cs-uri-query: "-"
s-port: "80"
cs-username: "-"
c-ip: "xxx.xxx.xxx.xxx"
cs(User-Agent): "MSFrontPage/3.0"
sc-status: "401"
sc-substatus: "1"
sc-win32-status: "2148074248"

The most curious are the last three - 401.1 is a HTTP Error - "Unauthorized:
Access is denied due to invalid credentials" But WHY??! I use correct
credentials of a user who is a member of Domain Admins and Administrators
groups at the Web Server machine!

I couldn't find what Win32 Error "2148074248" is but obviously this could
mean something like "get off!"

Anyway, I cannot connect to my web site which is on a web server using
authoring client and has FPSE 2002 installed! HELP!!!!

TIA,
Vsevolod

Re: Visual InterDev cannot connect to IIS website (with FPSE2002)! Help!!! by Tom

Tom
Fri Dec 10 13:00:26 CST 2004

"Vsevolod Ukrainsky" <vsevolod@comstar.ru> wrote in message
news:#noKKWu3EHA.3820@TK2MSFTNGP11.phx.gbl...
> The most curious are the last three - 401.1 is a HTTP Error -
"Unauthorized:
> Access is denied due to invalid credentials" But WHY??! I use correct
> credentials of a user who is a member of Domain Admins and Administrators
> groups at the Web Server machine!

401.1 means that either the username you're providing doesn't exist or the
password is incorrect.