Ask a Question related to ASP Database, Design and Development.
-
Jason M. Murray #1
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
-
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... -
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... -
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... -
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... -
Arpan #2
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
-
Cowboy \(Gregory A. Beamer\) #3
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...find> 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> out to what extent the application is effecient?
>
> Thanks,
>
> Arpan
>
>
Cowboy \(Gregory A. Beamer\) Guest
-
Phillip Windell #4
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...(especially> Are there any tools which can be used to test ASP applicationsto find> those applications that interact with a database like SQL Server 7)> out to what extent the application is effecient?
>
> Thanks,
>
> Arpan
>
>
Phillip Windell Guest



Reply With Quote

