Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default RE: testing asp pages

    Hi sara,

    you will need to go to add remove programs, then click windows
    components, and then check the box for Ineternet Information server. Then
    click ok and the Install will begin.
    Once you have IIS installed from start>run> type "inetmgr" and click ok.
    This will let you adminster your webserver settings.
    As a starter you can put your webpages into c:\inetpub\wwwroot. You will
    then be able to access them in IE with
    http:\\localhost\yourpage.htm
    of course the yourpage.htm is the name of your webpage.




    Best regards,
    Jason M. Murray [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.
    Use of included script samples are subject to the terms specified at
    [url]http://www.microsoft.com/info/cpyright.htm[/url].


    --------------------
    | Content-Class: urn:content-classes:message
    | From: "sara" <s@mail.com>
    | Sender: "sara" <s@mail.com>
    | Subject: testing asp pages
    | Date: Tue, 23 Sep 2003 05:37:04 -0700
    | Lines: 11
    | Message-ID: <137f01c381cf$647d6a20$a101280a@phx.gbl>
    | MIME-Version: 1.0
    | Content-Type: text/plain;
    | charset="iso-8859-1"
    | Content-Transfer-Encoding: 7bit
    | X-Newsreader: Microsoft CDO for Windows 2000
    | X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
    | Thread-Index: AcOBz2R9H6S3F6qEQMaCT3t/A6kyDQ==
    | Newsgroups: microsoft.public.inetserver.asp.general
    | Path: cpmsftngxa06.phx.gbl
    | Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.asp.general:253432
    | NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
    | X-Tomcat-NG: microsoft.public.inetserver.asp.general
    |
    | Hi all,
    | I have just gotten myself a winxp computer. I am trying
    | to set up the personal web server and turn on IIS but to
    | be quite honest I have no idea where to begin. Does
    | anyone have any suggestions where to look or can anyone
    | tell me where I find these settings on the computer?
    | Also, once set up, how do I call the pages locally in the
    | url?
    |
    | Thanks in advance,
    | Sara
    |

    Jason M. Murray Guest

  2. Similar Questions and Discussions

    1. Make new pages or only edit pages?
      A client asked me to update his site, adding a new link to all pages and adding several new pages. He told me that the original developer of the...
    2. Master Pages won't apply to certain document pages
      Hello. I'm working on a book and using a couple of simple master pages. On certain live pages the master pages objects don't show up, but they do on...
    3. building HTML pages from CFM pages
      Does CF have a function that could be used to build static pages from dynamic pages? I realize I could just save the HTML that it outputs as an...
    4. How to print 3 small pages wide by 5 pages tall in one spread?
      Hi Vincent, I'm having a similar problem. My dilemma is that I've created a raffle ticket design and to save paper have tiled them 5 to an A4...
  3. #2

    Default Testing ASP Pages

    Are there any tools which can be used to test ASP applications (especially
    those applications that interact with a database like SQL Server 7) to find
    out to what extent the application is effecient?

    Thanks,

    Arpan


    Arpan Guest

  4. #3

    Default Re: Testing ASP Pages

    There are a variety of testing tools that you can use, although none
    specifically aimed towards what you have stated. You will have to crunch
    some numbers.

    With Visual Studio .NET Enterprise Architect, there is a tool called
    Application Center Test that gives a variety of matrices. It is one of the
    weaker tools, but it is free with VS.NET EA. Mercury Interactive sells a
    variety of tools, like LoadRunner, that can test apps. Computer Associates
    also has a variety of code and testing tools.

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA

    ************************************************** ********************
    Think Outside the Box!
    ************************************************** ********************
    "Arpan" <arpan_de@hotmail.com> wrote in message
    news:%233LHTvakDHA.2200@TK2MSFTNGP12.phx.gbl...
    > Are there any tools which can be used to test ASP applications (especially
    > those applications that interact with a database like SQL Server 7) to
    find
    > out to what extent the application is effecient?
    >
    > Thanks,
    >
    > Arpan
    >
    >

    Cowboy \(Gregory A. Beamer\) Guest

  5. #4

    Default Re: Testing ASP Pages

    Want a cheap way? Open Task manager on the webserver and go to the
    Graph. Then run the pages or have someone run them and watch the
    meter. You will see the memory and processor usage jump up briefly.


    --

    Phillip Windell [CCNA, MVP, MCP]
    [email]pwindell@wandtv.com[/email]
    WAND-TV (ABC Affiliate)
    [url]www.wandtv.com[/url]

    "Arpan" <arpan_de@hotmail.com> wrote in message
    news:#3LHTvakDHA.2200@TK2MSFTNGP12.phx.gbl...
    > Are there any tools which can be used to test ASP applications
    (especially
    > those applications that interact with a database like SQL Server 7)
    to find
    > out to what extent the application is effecient?
    >
    > Thanks,
    >
    > Arpan
    >
    >

    Phillip Windell Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139