David, Thank You
I will try to state this a little better. By upgrading from 2000 to 2003,
there was a total rebuild of the server, then my saved default website was
brought back in with frontpage 2003 as it was saved on an XP client for
storage durring the rebuild. We reformated durring the 2003 install. I did
try the IUSR_machine name on all folders involved on the server and site.
Unfortunatly I get the same problem. I checked the site and it does have
allow IUSR_machine name as the default anonomus user, I have anonomus user
turned on in server extensions 2002.
My pearl scripts work on other pages, my html works as well, but the only
instance that I have problems is web forms made in frontpage 2003 that used
to work on the 2000 server. I have even rebuilt a form to try it. Same
error. My forms are set to email, and I do have a valid smtp account setup
in frontpage server extensions.
It will promt a remote desktop username and password dialog box to the
machine name of the IIS server. It will only except a user name and password
of a domain admin. I don't want the dialog box at all, because our
Coorperate Compliance Officer needs to have confidentiality for her complaint
form online, and we are planning to role out several new forms. I also am
not getting tech work-orders as efficiently now because we use an web form
for that as well that emails us the complaint information.
[quoted text, click to view] "David Wang [Msft]" wrote:
> All you need to do is:
> 1. Configure authentication on IIS for the Page containing the FORM to
> determine the user identity that performs the submit
> 2. Make sure the user identity from #1 has write permissions to wherever
> they are trying to submit the FORM
>
> For example, I have a sample Form submittal page that writes form data to a
> file. To allow any user to be able to submit the form, all I did was:
> 1. Enable only anonymous authentication on teh Form submittal page itself
> 2. Obtained the anonymous user identity name (default is IUSR_MACHINENAME)
> 3. Configured Write ACL for IUSR_MACHINE on the FileSystem where my Form was
> writing its post data
>
> That's it. Full security enabled, no one has full-control, and nothing extra
> is turned on. The proper way to configure an application, especially on a
> secure platform like IIS6. Though you did upgrade, which is less than
> optimal for full security benefits.
>
> --
> //David
> IIS
>
http://blogs.msdn.com/David.Wang > This posting is provided "AS IS" with no warranties, and confers no rights.
> //
> "Loyal" <Loyal@discussions.microsoft.com> wrote in message
> news:66C666FB-04F2-4A43-BC14-029F57CD9CE0@microsoft.com...
> I upgraded from server 2000 to standard 2003. I can get all of my Intranet
> to work with exception to web forms. The users are asked to submit a user
> name and password to complete. In the past they have never been asked to do
> this. Also the only user name and password the site will take is that of a
> Domain Admin. I will not give that out obviously to line staf. How do I
> allow the forms to be used with no username or password? I have everyone
> set
> to basicaly no security, full control, read write and anything eles that can
> be checked. I am also allowing anonomus access. Any Ideas? The web forms
> are developed with Frontpage 2003.
>
>