473,780 Members | 2,258 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Need Instructions on Setting up an ASP Application

I have not used ASP before. Are there cookbook instructions for how to
set up an asp directory structure. It is not clear to me how I must
mark directories (virtual or physical), so they will all be considered
to be part of the same application. Thanks.

Sep 27 '05 #1
12 1791
Firstly you need to have IIS installed. This will create a directory on
your c:\ drive (assuming you have installed it to c:) called
C:\Inetpub. In this folder there is a directory wwwroot.

In this folder you must create other folders for each web app that your
are going to make. So your web directory could be
C:\Inetpub\wwwr oot\firstwebapp .

In firstwebapp you put all your asp, html etc files. I suggest you also
use folders with in this folder to sort the file logically.

Once you have created your files, open your browser and enter the
following to view your app

http://localhost/firstwebapp/firstpage.asp

I think that that is a pretty good start. It is actually really easy
and most problems can be solved just by looking on the net for help

Sep 28 '05 #2
On 27 Sep 2005 15:23:17 -0700, "SMAccount" <SM*******@gmai l.com>
wrote:
I have not used ASP before. Are there cookbook instructions for how to
set up an asp directory structure. It is not clear to me how I must
mark directories (virtual or physical), so they will all be considered
to be part of the same application. Thanks.


For ASP, there si no required structure. You're describing ASP.NET
settings, which would be a different group. The ASP.NET groups have
dotnet in the name, the ASP Classic groups have just ASP.

Jeff
Sep 28 '05 #3
OK thanks, but how do I add a virtual folder to an application and
"mark" it as being part ot the application?

Sep 28 '05 #4
OK thanks, but how do I add a virtual folder to an application and
"mark" it as being part ot the application?

Sep 28 '05 #5
On 28 Sep 2005 13:40:30 -0700, "SMAccount" <SM*******@gmai l.com>
wrote:
OK thanks, but how do I add a virtual folder to an application and
"mark" it as being part ot the application?


In ASP you don't. In ASP.NET you can, but that's an ASP.NET question,
which isn't what this group covers. Try the groups with "dotnet" in
the name.

Jeff
Sep 29 '05 #6
It is my understanding that in a CLASSIC (not a dot net!) ASP
Application, the following happens:

(1) All code in the "applicatio n" shares a common Application Object.

(2) For each user "session", all code in the application shares a
common Session Object.

I could be wrong, but if the above two assertions are true, then there
would have to be a way of identifying which .asp files belong to the
same application. True or false?

Sep 29 '05 #7
It is my understanding that in a CLASSIC (not a dot net!) ASP
Application, the following happens:

(1) All code in the "applicatio n" shares a common Application Object.

(2) For each user "session", all code in the application shares a
common Session Object.

I could be wrong, but if the above two assertions are true, then there
would have to be a way of identifying which .asp files belong to the
same application. True or false?

Sep 29 '05 #8

"SMAccount" <SM*******@gmai l.com> wrote in message
news:11******** *************@f 14g2000cwb.goog legroups.com...
It is my understanding that in a CLASSIC (not a dot net!) ASP
Application, the following happens:

(1) All code in the "applicatio n" shares a common Application Object.

(2) For each user "session", all code in the application shares a
common Session Object.

I could be wrong, but if the above two assertions are true, then there
would have to be a way of identifying which .asp files belong to the
same application.
Sorry, I don't follow this logic. This conclusion seems to be a non
sequitor.
True or false?

False.
All subfolders of the application folder are considered to be part of the
application.

Bob Barrows
Sep 30 '05 #9
So does IIS prevent one from assigning the same physical folder to two
applications by associating two different virtual folder names with it?

Sep 30 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1767
by: mark | last post by:
Here is a good set of instructions for setting up web extenstions for python CGI on windows 2003 server... Not sure why anyone would want to use IIS but here they are none the less... http://python.markrowsoft.com/iiswse.asp Cheers,
12
2408
by: jason | last post by:
Access 2000: I have a customer-inventory table I need to loop through and compile a list of all the inventory items the customer is tracking. The problem I am finding is that a simple loop will pull out the customer details each time their is an inventory item listed....I need to get the customer out ONCE and list his items....is there an elegant way to do this: Here is the table: Cust-Invent Table
3
1591
by: Mike | last post by:
Hey guys I am pulling my hair out on this problem!!!!! Any help or ideas or comments on how to make this work I would be grateful! I have been working on this for the past 4 days and nothing I do seems to get me any closer to the solution. Below is a program that I am working on for a class project. The original code was provided for us which is what I have below. What we have to do is make the app run so that it allows the user to add...
8
1919
by: ben | last post by:
hello, i'm trying to answer a "prove an upper bound on the number of machine instructions required to process M connections on N objects" exercise from an algorithms book. i don't understand a very basic detail of how i should go about answering the exercise. here's a simplified example question and example programme to hopefully get at what i'd like to know:
0
1305
by: Henrik_the_boss | last post by:
Hello all. I have a couple of aspx pages. When something fails in them, I would like them to be able to log to either a database, a logfile, or the application log. All code is in C# I run into permissions problems straigh away though. To log to the event log, you need Administrator privileges. So followed MS example how to sandbox sensitive and secure code.
2
1840
by: M Skabialka | last post by:
I installed Visual Studio Beta 2005 but setting up the SQL server was so complex I uninstalled it and put Visual Studio 2003 Academic on. I am totally new to Visual Studio and trying to teach myself from books and online classes. I tried to follow instructions to creating a new ASP.NET Web Application. The default location for this is http://localhost/WebApplication1 I hit OK then get this message: The Web server reported the...
0
814
by: bartek | last post by:
Hi All, I put together a quick tutorial on how to setup SQL Server 2008, and in particular the security required for configuring an ASP.NET application. http://blog.evonet.com.au/post/2008/08/24/Setting-up-SQL-Server-2008-for-an-ASPNET-website-on-IIS-70.aspx Apologies if this is not the right place to post this.
1
2788
by: rockchicx23 | last post by:
i have to write a program that is a guessing the number game. the user has to choose the number of games they want to play. i need help setting up the loop that will run the number of times the user wants it to here is my code so far //Assignment 2 Play //In this guessing game the user will be asked to guess a number from between 1-100 //The user has ten tries if they donot guess the right number its game over //The user also gets to...
0
9636
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9474
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10306
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9931
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6727
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5373
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5504
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4037
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2869
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.