Search

You searched for the word(s): userid:558974

Matching Posts

  • Re: Integrated windows authentication always prompting for credentials

    [quote user="timedman38"]Thanks for the reply joteke, Yes I have a group assigned to that directory with sufficient rights, and all the users that have access assigned to that group. I can get it to work only if I add the address to the Local Internet sites under the Internet Options and security tab. I have it working but there has to be another way to get it to work so I would not have to do this on every browser that needs to use this application. Any other Ideas? Thanks[/quote] I know
    Posted to Security (Forum) by orphicfireball on 3/25/2009
  • Re: FYI: How to make FCKeditor work in an UpdatePanel

    I've given up on fckeditor in asp.net. Every time a new version of AJAX or FCKEditor comes out it seems to break in a different way. I'm waiting until the FCKEditor crew finally updates their asp.net control to address these problems.
    Posted to ASP.NET AJAX UI (Forum) by orphicfireball on 12/12/2007
  • Re: .NET 3.5 Install Failing

    I finally found out what it was. It was somesort of incompatiblity with IIS. After trying to install the framework dozens of times, I uninstalled IIS and then the installation worked.
    Posted to Visual Studio 2008 (Forum) by orphicfireball on 9/11/2007
  • Re: Where is aspnet_regiis ?

    It turns out that ASP.NET 3.5 runs on top of ASP.NET 2.0, almost like a service pack. The following needs to be added to your web.config before .NET 3.5 language features will compile: < system.codedom > < compilers > < compiler language = " c#;cs;csharp " extension = " .cs " compilerOptions = " /warnaserror- " warningLevel = " 4 " type = " Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    Posted to Visual Studio 2008 (Forum) by orphicfireball on 9/11/2007
  • Re: Where is aspnet_regiis ?

    .NET 1.1 and .NET 2.0 have a version of aspnet_regiis located there, but .NET 3.5 does not. How do I enable .NET 3.5 on IIS 6? I tried simply installing .NET 3.5, but I can't find the option to enable .NET 3.5 on my web sites. (The ones that are trying to use it don't work).
    Posted to Visual Studio 2008 (Forum) by orphicfireball on 9/11/2007
  • Re: .NET 3.5 Install Failing

    Windows XP SP2. No, 3.5 Beta 2 is the only pre-release .NET framework I've attempted to install. I currently have Visual Studio 2005 installed, and it runs fine.
    Posted to Visual Studio 2008 (Forum) by orphicfireball on 9/11/2007
  • Where is aspnet_regiis ?

    I just installed the .NET Framework 3.5 Beta 2 on a Windows 2003 web server to publish a project there, but the installation didn't turn on asp.net 3.5. I can't find a version of aspnet_regiis for .NET 3.5, so how to I install asp.net 3.5? I don't have to install all of visual studio 2008 to get it, right?
    Posted to Visual Studio 2008 (Forum) by orphicfireball on 9/9/2007
  • Re: Accessing Profile Data Directly From Database

    Great, thanks I knew those had to be out there.
    Posted to Security (Forum) by orphicfireball on 8/27/2007
  • Accessing Profile Data Directly From Database

    I need to access the asp.net profile data directly from the aspnet_profile table, but deserializing the data will be a lot of work, and I'm not sure SQL alone will be enough. Before I start playing with CLR Functions and Procedures to accomplish this, have any of you already seen someone make this work (I'm sure I'm not the first person to need this). I know it's really easy to manipulate the profile data inside of asp.net. Assume, for the moment, that I have no other choice, that
    Posted to Security (Forum) by orphicfireball on 8/22/2007
    Filed under: Profile, membership, application services
  • Re: July 2007 Futures : DnD webparts in UpdatePanel

    What do the ASP.NET Futures WebParts do then?
    Posted to ASP.NET AJAX UI (Forum) by orphicfireball on 8/21/2007
Page 1 of 12 (111 items) 1 2 3 4 5 Next > ... Last »