CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2010
    Posts
    17

    ISS Keeps disabling windows authentication after publish ASP.NET MVC APP

    I am using windows authentication in an ASP.NET MVC application.

    Every time I publish my application I have to go back in to IIS and enable windows authentication.

    Any Ideas why it would keep disabling it when I publish? It causes all kinds of headaches to keep re-enabling it.

    Thank you!
    Last edited by twaldron; March 12th, 2010 at 05:51 PM.

  2. #2
    Join Date
    Dec 2005
    Location
    Waterloo ON
    Posts
    545

    Re: ISS Keeps disabling windows authentication after publish ASP.NET MVC APP

    You might go to IIS server to check machine.config and figure it out.
    The difficulty is that you have no idea how difficult it is.

    .Net 3.5/VS 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured