Re: IIS6 issue

From: Jeff Cochran (jeff.nospam_at_zina.com)
Date: 12/15/04


Date: Wed, 15 Dec 2004 03:45:16 GMT

On Tue, 14 Dec 2004 14:27:01 -0800, "Rafal W."
<RafalW@discussions.microsoft.com> wrote:

>our developer has a page where admin can add users, there is several fields
>required on this page (first, last name, ect.) as long as application is on
>IIS 5 everything work fine, meaning if fields are empty and you try to add
>user you will get error messages next to boxes, it does not work on IIS 6...
>click add and it's adding empty field to SQL db ???
>I did some research on google and found following post elswhere:
>In 5.0 you use ASPNET account for your ASP.NET applications when you want
>access to certain items. In 6.0 you need to use the IIS_WPG account.
>
>- "In our particular case, we were configuring ADAM(Active Directory
>Application Mode) to be able to connect with calls coming from a webservice.
>On the developer's box using Window XP and IIS 5, the ASPNET account was
>added. Everything worked fine. We then did a promotion to another machine,
>but this one was running Windows Server 2003 and hence IIS 6. We added the
>ASPNET account as we thought we had to but to no avail in Windows Server
>2003. After spending a bit of time trying to figure out the problem, and
>using the frequent developer used phrase, “IT WORKED ON MY MACHINE“, the
>IIS_WPG account was added.
>
>After everything was working, I looked on MSDN concerning the IIS_WPG
>account, and it is specified all over the place that you need to use this
>account in IIS 6.0." -
>
>it's also pointing to microsoft kb:
>http://www.microsoft.com/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/Default.asp?url=/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/aaconruntimeprocessisolation.asp
>
>but I have no clue if this is revalent in our situation...
>does any one know what I need to change in IIS 6 in order to make this work?

Hate to say but I'm not sure I even understand what's not working. It
looks like you've added some validation controls to an ASPX web form,
and they aren't validating they way you wish. Have you checked the
code? Have you used the debugging tools in VisualStudio.NET to help?

Jeff



Relevant Pages

  • Re: Spawning a process with ASP.NET 2.0 beta 2
    ... It's running under IIS. ... Marianne ... >>ASPNET account with a specified password. ... >>identical account with the same password (pass-through authentication). ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: MSExchangeSA Event 1031
    ... story there might be something with ASPNET account. ... Any changes in IIS ... Regards, ... Michel Boks - B.ICT ...
    (microsoft.public.exchange.admin)
  • Re: VS.NET 2003 - Error after Windows updates installed
    ... I run IIS on seven development machines and two servers and have never had problems with IIS following any security updates over the last three years, so I think it's probably something different with your IIS, have you checked all the Event logs of the affected machine? ... Thursday, sometimes others but usually Thursday, after I have reset my machine after receiving the Tuesday updates, I get the following message: "The Web server reported the following error when attempting to create or open the Web project lcoated at the following URL: 'URL' <-- that is where the path goes. ... echo "Reregistering ASP.NET and the ASPNET account." ...
    (microsoft.public.vsnet.general)
  • Re: ASP.NET Impersonation
    ... If DB and IIS are on different machine you cannot use the aspnet account ... that is a machine account. ... This app accesses a database on separate database server using ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: IIS6 issue
    ... database), because what is installed is only client side scripts. ... Kristofer Gafvert ... > instead it's adding empty row to db... ... >> Are both IIS machines using the same .NET version? ...
    (microsoft.public.inetserver.iis)