Search

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

Matching Posts

  • Re: How do you authenticate users without the windows authenticate username/password popup?

    Every computer pops up the authentication box. I've even moved the application to another server on the network and I'm getting the same thing. Any solution to this? I know there has to be some way to do it. I can't keep tell users to change settings in Internet Explorer everytime someone needs access to the application. By the way, the same thing happens when using any other browser as well. It's not just an IE thing.
    Posted to Security (Forum) by Big Show on 6/25/2009
  • Re: How do you authenticate users without the windows authenticate username/password popup?

    The server that I have my application on is in the same domain, but it is still popping up the authentication popup. Is there some type of credentials I have to allow on the server? Also, if the server is part of a DMZ, would that have any bearing of why I get the popup authentication. I can query active directory with no problem. It's just the popup authentication that is annoying. I see that changing browser settings does work, but it will not work in the situation I'm in. There has to
    Posted to Security (Forum) by Big Show on 6/19/2009
  • Re: How do you authenticate users without the windows authenticate username/password popup?

    Thanks for your response. Unfortunately, that will not work in the situation I am in. I'm not going to be able to have all new/existing users change the Internet Explorer settings. When I run the application local, I do not get the authentication popup. I can't see why I couldn't have the same scenerio, where the application would reside on a server that is part of the network. I have the authentication running off of active directory working with roles. I'm using asp.net 2.0 C#.
    Posted to Security (Forum) by Big Show on 6/17/2009
  • How do you authenticate users without the windows authenticate username/password popup?

    I have an application that is set to windows authentication. I want people to authenticate when logging into their PC(s) instead of authenticating again when accessing the internal website. How do I get rid of the windows authentication popup box and recognize users automatically on the network?
    Posted to Security (Forum) by Big Show on 6/16/2009
  • Using roles with windows authentication

    I would like to use roles with windows authentication, but I do not want to work off of Active Directory for roles. I also would like to authenticate roles dynamically and not manually placed in a web.config file. How would I do that? Is there any good articles out there?
    Posted to Security (Forum) by Big Show on 6/11/2009
  • How to handle URL request in the global.asax

    I have a webpage that is associated with a url like http://www.domain.com/default.aspx?id=10323. I would like to somehow give the url a name like http://www.domain.com/baseball. Is it possible to take the "baseball" url and transfer it to default.aspx?id=10323 url. If so, how would it be done? Thanks
    Posted to Getting Started (Forum) by Big Show on 5/26/2009
  • ScriptResource error. What does this mean?

    I set up an error report for my application, which reported this error: Request: d=l2uTeVI9PxGXLE4LjmLEBeaPtSFPzGv3Kuqp+%7b+var+e+%3d+Function._validateParams(arguments%2c+%5b%7bname%3a+'defaultSucceededCallback'%2c+type%3a+Function%7d%5d)%3b+if+(e)+throw+e%3b+PageMethods._staticInstance._succeeded+%3d+value%3b+%7dPageMethods.get_defaultSucceededCallback+%3d+function()+%7b+return+PageMethods._staticInstance._succeeded%3b+%7dPageMethods.set_defaultFailedCallback+%3d+function(value)+%7b+var
    Posted to Security (Forum) by Big Show on 4/16/2009
  • Re: What is the best way to copy over website modifications?

    Thanks for your quick response. What about referencing images in App_Themes css files? Some images I have in the App_Themes folder and other I have in the root level image folder. On a production server, when I remove the project name, there are no problems. But during design time, when I run the application, I lose the reference to the images without having the project name in the path. Also, do you know of a microsoft product that makes copying over updated files process easier? I think it's
    Posted to Configuration and Deployment (Forum) by Big Show on 4/5/2009
  • Re: Profile_OnMigrateAnonymous is not working properly

    Never mind, I fixed my issue. When migrating from anonymous user to registered user for the first time my code was checking to see if the order number was equal to string.Empty, but the value was equal to null. I changed the code to check for (string.Empty or null) and now it works. If condition is satisfied, the first time registered user will replace the anonymous record with the new user. If the user was logged in and there was an order number, it would skip the condition and proceed to checkout
    Posted to Getting Started (Forum) by Big Show on 4/5/2009
  • Re: What is the best way to copy over website modifications?

    When I (build --> publish) my website, in the PrecompiledWeb folder, the output files contain the name that I named my website when I first created it in Visual Studio. So for instance, if I start Visual Studio and go to File-->New-->Website. The name I provide in there is referenced in code: In my case, the following files contain the website project name: bin\App_Code.compiled: <preserve resultType="6" virtualPath="/ MYPROJECTNAME /App_Code/" bin\App_global.asax
    Posted to Configuration and Deployment (Forum) by Big Show on 4/5/2009
Page 1 of 20 (197 items) 1 2 3 4 5 Next > ... Last »