473,800 Members | 2,623 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

problem setting up web site (iis5) with asp

Hi all,

I cannot understand why,

I simply create a new web site using Windows 2000, IIS 5.
I use say c:\test as a home page, in this folder there is a file
homepage.asp.

I assign a dedicated ip address to this web site.
If I try to browse to this web site I just get a "You are not
authorized to view this page"

Why ?? I cannot understand where the problem is !

Thanks and Regards.

BTW, The homepage.asp contains:

<% @ Language=VBScri pt %>

<html>

<head>
<title>Home Page>
</head>

<body>

<% Response.Write "Hello World!" %>
</body>

</html>

Oct 28 '05 #1
4 1774
Is the default document for the site set to be homepage.asp?

Have you tried http://whatever/homepage.asp?

Have you tried renaming it to default.asp?

Bob Lehmann

<ba*******@hotm ail.com> wrote in message
news:11******** *************@g 47g2000cwa.goog legroups.com...
Hi all,

I cannot understand why,

I simply create a new web site using Windows 2000, IIS 5.
I use say c:\test as a home page, in this folder there is a file
homepage.asp.

I assign a dedicated ip address to this web site.
If I try to browse to this web site I just get a "You are not
authorized to view this page"

Why ?? I cannot understand where the problem is !

Thanks and Regards.

BTW, The homepage.asp contains:

<% @ Language=VBScri pt %>

<html>

<head>
<title>Home Page>
</head>

<body>

<% Response.Write "Hello World!" %>
</body>

</html>

Oct 28 '05 #2
ok,
now it works !

Thanks.

Oct 28 '05 #3
Tim
Hi All,
I checked this post to see if it is applicable to my situation.
Unfortunately, I don't think so. I need help, too for setting up the asp
application. I have Win XP professional and IIS 5.1. I follow the direction
from a book that is for with Win 2000 and the server is Win NT 4.0. I have
tried to move ASP files to Inetpub/wwwroot/Test (where Test is a folder
sample I created), use the default asp page. I also created the virtua
directory. At the URL bar, I typed
http://localhost/Test/Default.asp.
The Default.asp does show up, but it does not show up the next asp page that
supposed to be show up after the first one show.

Do you think I can use Win 2000/Win XP and IIS 5.1 to write an ASP
application?
P.S. : I alread configur

"ba*******@hotm ail.com" wrote:
ok,
now it works !

Thanks.

Oct 31 '05 #4
Tim
Sorry, what I mean in the P.S. of the previous message is I already create
the application directory, creating the virtual directory, ODBC datasource. I
confuse about initializing the application-level variables. Can you tell me
about this? Thanks.
Tim

"Tim" wrote:
Hi All,
I checked this post to see if it is applicable to my situation.
Unfortunately, I don't think so. I need help, too for setting up the asp
application. I have Win XP professional and IIS 5.1. I follow the direction
from a book that is for with Win 2000 and the server is Win NT 4.0. I have
tried to move ASP files to Inetpub/wwwroot/Test (where Test is a folder
sample I created), use the default asp page. I also created the virtua
directory. At the URL bar, I typed
http://localhost/Test/Default.asp.
The Default.asp does show up, but it does not show up the next asp page that
supposed to be show up after the first one show.

Do you think I can use Win 2000/Win XP and IIS 5.1 to write an ASP
application?
P.S. : I alread configur


Oct 31 '05 #5

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

Similar topics

2
2756
by: Julie | last post by:
I have a page that authenticates users by reading Request.ServerVariables("AUTH_USER") and Request.ServerVariables("AUTH_TYPE"). When users try to access this page from windows NT/2000, it works fine (prompts them for their credentials when they're not on the same domain, and then lets them in). Now, some of the users got XP boxes, and can't get in to the page. It prompts them for their credentials but when they enter them, just keeps...
9
2522
by: Sheldon | last post by:
Hi, I have a mysql setting problem that is driving me mad. Hopefully someone can give some advice: On the local network I have windows 2000/iis5 machine running our intranet site, with php and mysql working ok. Anonymous access is disabled, and root has been assigned a password and given full access to all tables from all hosts (i reliase this isn't secure but its only temporary for testing)
0
1386
by: Spooki71 | last post by:
Hi, running .net v1.1 framework win2000 iis5. I've got this random problem that is just driving me crazy and I'm hoping somebody can help. So here goes: I have a .net app that has a login page to authenticate users from a sql database. When the user logs in successfully certain date is then stored in session variables i.e Username=Session("Username") etc. My web.config file is configured as followed: mode="InProc"
7
2317
by: Adam Short | last post by:
I'm having all sorts of problems with Sessions, I've been using them for years with out a hitch, all of a sudden the last 6 - 12 months since getting our new Win2003 server it's all gone shakey!!! Our development server started life as an NT4 machine and has been simply upgraded from one operating system to the next, it is now a cross, NT4 Server, Win2000 Server, Win2003 server. All development sites work fine and under heavy stress. ...
8
3402
by: nick | last post by:
I have a problem and I've been using a cheezy work around and was wondering if anyone else out there has a better solution. The problem: Let's say I have a web application appA. Locally, I set it up as C:\domains\appA. Locally, my IIS root points to C:\domains. I don't point it to C:\domains\appA since if I have an appB under C:\domains I wouldn't be able to get to it. So to access it via my browser I go to localhost/appA.
1
1424
by: mac | last post by:
Hi, I dont have sql 2005 express on my machine. Instead i have sql server 2005 CTP. When i build and run the website, i get following error. What are necessory steps required to run site. Server Error in '/WebSite3' Application -------------------------------------------------------------------------------- Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
12
8465
by: Atlas | last post by:
I'm working on a multilanguage ASP/HTML site using a IIS6 web server. It perfectly works with two languages (english and italian) in this way: - basically the same ASP code for every language - language-specific content is stored in text files, every language has it's own directory contents. - to enhance usability and formatting the language-specific contents are stored with html syntax; basically the code that normally stands between...
0
2005
by: cty | last post by:
Title: Problem in session using php5 Good day, I use php5+mySQL4+IIS5.x Previuosly i use php4 and no error occur,
7
10614
by: Tukumbi | last post by:
Hi, Prelude ++++++ I'm running a small network of 5 PC's with Windows XP Prof. I have set the 1 PC up as a IIS5.1 (Web Server). I have managed to discover the trick of having a firewall enabled but at the same time allow client PC's to view the web site. Problem ++++++ The problem is when I create a virtual directory within IIS5.1. I correctly use the wizard to point to the "path" of the alias web site folders (located elsewhere on the...
0
9691
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
9551
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
10279
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10255
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10036
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...
1
7582
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5473
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...
1
4150
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
2948
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.