Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jonathanx

    PasswordRecovery Control XSS Vulnerability

    Hi Mark, after a grueling week of trying different things with my limited knowledge of ASP.net and C#, I was able to figure out a solution, but I wanted to get an opinion on it. I have included the following code in the Page_Load method: passwordrecovery1.UserName =...
  2. jonathanx

    PasswordRecovery Control XSS Vulnerability

    Hi Mark, I have added the ValidateRequest="true" property in the page declaration at the beginning of the code, but it did not seem to work. I could still inject javascript code into the PasswordRecovery control text field. <%@ Page Language="C#" ValidateRequest="true"...
  3. jonathanx

    PasswordRecovery Control XSS Vulnerability

    Hello, I am very new to ASP.net and yet I have been given a website to maintain. One of my first tasks is to fix a Cross-site Scripting (XSS) vulnerability in the PasswordRecovery control. It seems that any user can inject JavaScript code into the PasswordRecovery text field and the browser...
  4. jonathanx

    Does anyone know what the listed CSS is doing?

    Hi Jeff, That makes sense. This was embeded in an HTML email newsletter which was most likely created in Microsoft Word. I was just trying to make sense of the weird characters and find out how they formatted the page. Well, at the very least I know it's not a widely used code. Thank you...
  5. jonathanx

    Does anyone know what the listed CSS is doing?

    <STYLE>v\:* { BEHAVIOR: url(#default#VML) } o\:* { BEHAVIOR: url(#default#VML) } w\:* { BEHAVIOR: url(#default#VML) } .shape { BEHAVIOR: url(#default#VML) } </STYLE>
  6. jonathanx

    IIS 6 hangs when loading classic ASP Pages

    Hi SheepK, No, I have not yet found a solution to this problem. In fact, I have asked my company to build me another VMWare server instead, which on previous tests seems to work fine. The only answer that I received from hosting was that the VMWare instance which has the ASP problem was one...
  7. jonathanx

    IIS 6 hangs when loading classic ASP Pages

    Yes, I have double checked that the .ASP file extension is associated with "C:\WINDOWS\system32\inetsrv\asp.dll". I have "All verbs" selected and "Script engine" and "Verify that file exists." :( It still hangs.
  8. jonathanx

    IIS 6 hangs when loading classic ASP Pages

    I am about to give up on this server. I have registered all the dll's you listed and restarted IIS, but the problem persists. I really thought this was a great idea since I suspected that perhaps not all the .dll files were there to support ASP. I don't know if it's worth noting, but the only...
  9. jonathanx

    IIS 6 hangs when loading classic ASP Pages

    Hello there, no I have not fixed this yet. However, one thing that I am doing differently is that the server is actually running of VMWare. It is a virtual machine instead of a physical server. I had hosting at my company build another VMWare instance with the server software and that worked...
  10. jonathanx

    IIS 6 hangs when loading classic ASP Pages

    Basically, I want to run Classic ASP pages on my groups server, but can't. I have IIS 6.0 running on a WK3 production server that currently runs my organization's internal HTML site, and that works fine. The problem is once I attempt to access an ".asp" file it simply hangs, and eventually...
  11. jonathanx

    How do I create a custom form without losing the original layout?

    bkpchs237, When I do exactly that, the form reverts back to an older style outlook contacts layout. I really want to keep the exact same contacts layout of MS Office 2003. Thanx for the tips though. -J
  12. jonathanx

    How do I create a custom form without losing the original layout?

    I have Outlook 2003 running on a windows 2000 machine. I simply try to design a custom “contacts” form in outlook by going to TOOLS > FORMS > DESIGN A FORM... and choosing "CONTACTS" . However, the layout then changes and I lose some buttons. It is as if it reverts to an older layout of...
  13. jonathanx

    How do I create a custom form without losing the original layout?

    I have Outlook 2003 running on a windows 2000 machine. I simply try to create a custom form in outlook by going to TOOLS > FORMS > DESIGN A FORM... and choosing "CONTACTS" . However, the layout then changes and I lose some buttons. It is as if it reverts to an older layout of outlook. I...
  14. jonathanx

    Where are my IIS Web logs?

    Where could I find my IIS web logs? For example I would like to know when I get an Internal server error, where I could find the cause. Any info would help. Thanx
  15. jonathanx

    How to set CLASSPATH on Linux

    Thanks a lot guys! I appreciate your help. Regards, Jonathan
  16. jonathanx

    How to set CLASSPATH on Linux

    How do I set the classpath on my linux red hat 7.1 machine? thanx in advance, jonathan
  17. jonathanx

    Why is frame 0 taking for ever to load?

    That is very disappointing. Please do keep me informed about your pre-loader. Meanwhile, I'll see what I can do. Thanks a million! I will as well keep you apprised of any breakthroughs. Regards, jonathan
  18. jonathanx

    Why is frame 0 taking for ever to load?

    I have done what you suggested but the only way to check it is to have a slower connection than my DSL. The tutorial seemed to make sense and I have applied its concept to loading movies rather than sound. I appreciate all your much-needed help. I will let you know if everything worked out as...
  19. jonathanx

    Why is frame 0 taking for ever to load?

    I really appreciate your help. It seems that you’re all over this site helping everyone out. Great job! However I remain confounded as to what is wrong with the pre-loader. It would be an immense help if you could please take a quick look at my source code. What I can do for you is put a...
  20. jonathanx

    Why is frame 0 taking for ever to load?

    MX? I have a pre-loader on frame 1. It is a clip that basically checks _parent.framesloaded to equal 2 (Since there are only frames in my entire movie). When all the 2 frames are finished loading it will then proceed on to frame 2 where my content is. My content frame is frame 2. It has a...

Part and Inventory Search

Back
Top