Search

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

Matching Posts

  • Re: recreate browser page load

    hi, i tried frame1.Attributes.Add("src", "url") but it didnt get through either. the iframe is working fine but it just cant output the page as when the url is pasted into a browser. it has to be some security that detects i dont know what. i really cant figure it out...there should be no difference between an iframe in a browser and the url been pasted into a browser...should there??? can the app detect that the url isnt coming from the client browser but from a server app..
    Posted to Web Forms (Forum) by Ireland on 9/3/2009
  • Re: recreate browser page load

    cheers for feedback. im looking at your solution and it looks very interesting...im just having a problem understanding it. lets say the url is - http://www.thesite.com?username=user&password=pass how would i use this in ur solution...do i create 1 ashx file and how do i call the url in the file?? thanks for all help...
    Posted to Web Forms (Forum) by Ireland on 9/3/2009
  • Re: recreate browser page load

    hi junaid_arif, im havent used .ashx files before so im not sure how to get this working. i created the HTTPHandler.ashx file but dont understand what to do after this. i have tried using the file and looking on google but to no avail. if at all possible could you go into detail on how i would make it work. thanks for all help...
    Posted to Web Forms (Forum) by Ireland on 9/3/2009
  • Re: recreate browser page load

    Cheers for that. Got it returning a result but it seems that the html it returns is what stops it working. I have pasted in the html below. NB For security I have xxx out some names...also in cookievalues i just listed some numbers instead of output. If i open the html in a browser...its access is restricted. I presume its something to do with the cookie...as if i log into the app normally and then open the below html in the browser (while still logged in) it works fine. Any ideas... <SCRIPT LANGUAGE
    Posted to Web Forms (Forum) by Ireland on 9/3/2009
  • Re: recreate browser page load

    thanks for that... i tried the iframe using the below code and it wouldnt work either...it works perfectly if the the URL is opened in the browser but wont work in the iframe...it gets to the url fine but it gives a restricted access message and wont load the url. maybe as its authent. credentials it must be something that only allows the url to be opened in the clients browser?? does anyone know of a workaround to get this working??? thanks... <IFRAME id="frame1" scrolling="auto"
    Posted to Web Forms (Forum) by Ireland on 9/2/2009
  • recreate browser page load

    hi, i have a URL (which takes in a username and password in its querystring) when it loads in a browser it redirects to another page and then redirects to the final page. i want to load this page in the background of my asp.net 2.0 web page. i was using the below code which worked great except that it only brings me back the code of the middle page. how can i recreate a typical browser event in asp.net i.e. the full loading of a URL. i thought this would be easy but cant get it working... thanks
    Posted to Web Forms (Forum) by Ireland on 9/1/2009
  • AD password

    I understand the security reasons why this isnt possible but i just want to check if theres any way a domain admin etc.. can do it. I have a 3rd part web app that takes in our Active Directory username/password to authenticate. Its a double step for our users and id like to pass in the username/password automatically. Is there some way i can get the AD password of a user from AD if im a domain admin for example...or is it totally impossible to get a users password from AD. Thanks...
    Posted to Security (Forum) by Ireland on 8/28/2009
  • Re: registry read problem

    this is driving me absol mad... when i run the below code...i can see 13 keys under the currentuser.software key. i am listing them here. i created the key 'Test9999' through my web app...so im in the right directory and looking at the right folders. if i go into regedit i can see tonnes of keys...however theres only 13 listed in my web app...i can see the 'Test9999' key in regedit so im looking in the right directory. i can only presume its a permission thing of what i cant see.
    Posted to Getting Started (Forum) by Ireland on 7/28/2009
  • Re: registry read problem

    cheers for reply. i checked using that line of code which showed me as the user and then i took out 'impersonate...' from web.config and it showed the user as aspnet. however in both cases - it just returned the 13 keys. this is infuriating. i can not understand why i can see some keys and not others...especially when ran under my account. if i go into regedit and look at the permissions on the keys...i can see myself listed with full control?? is there something im missing...
    Posted to Getting Started (Forum) by Ireland on 7/28/2009
  • open hotkey

    hi, i want to run a hotkey from my asp.net app when the user click on a link. the hotkey is window+Q. is this possible?? thanks...
    Posted to Client Side Web Development (Forum) by Ireland on 7/27/2009
Page 1 of 23 (227 items) 1 2 3 4 5 Next > ... Last »