473,320 Members | 1,950 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Please repost answer

Joe
Please repost answer message did not make it last time

Hello,

Joe here, wanted to get the 411 on this article. I posted
in the FrontPage forum but there is never an answer. So I
have come here, where all my IIS problems have been solved
(Thank YOU!!) I want to create a small utility web site
with a logon page and a form connected to an Access
database. The article below explains exactly how but when
I try this I can only see the code no actual logon page -
nothing but code. My system is asp allowed and asp.net
extensions allowed. FP 2002 extensions allowed. All other
extensions are prohibited. I am using w2k3 IIS 6.0 and
running 3 html
sites succesfully all with working forms. Is there
something on the server/website itself I need to enable?
Why do I only see code and not a logon page as described
in the article?
http://support.microsoft.com/default.aspx?kbid=321439

Thanks
Joe
www.ImmoralBalance.com

Jul 19 '05 #1
5 1723
You mean this answer..........?

Sylvain Lafontaine Wrote:

What exactly are you saying by "when I try this I can only see the code no
actual logon page - nothing but code" ?

If this mean that you are seeing the ASP code the you have writtent, then
you have forgotten to write the tags <% ... %> or that you have not named
your file with the .ASP extension.

For ASP.NET, the extension is .ASPX instead of just .ASP. I'm not sure
which extension you must use in your case as I have not worked with IIS6 or
ASP.NET yet. If you have never coded in ASP before, then probably you
should make some simple tests, like <% Response.write "Hi!" %> and <%=
"Hi!"%> (Notice the addition of the equality sign = just after the <%,
with no blank space between, in the second exemple.

S. L.
--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Joe <an*******@discussions.microsoft.com> wrote in message
news:14*****************************@phx.gbl...
Please repost answer message did not make it last time

Hello,

Joe here, wanted to get the 411 on this article. I posted
in the FrontPage forum but there is never an answer. So I
have come here, where all my IIS problems have been solved
(Thank YOU!!) I want to create a small utility web site
with a logon page and a form connected to an Access
database. The article below explains exactly how but when
I try this I can only see the code no actual logon page -
nothing but code. My system is asp allowed and asp.net
extensions allowed. FP 2002 extensions allowed. All other
extensions are prohibited. I am using w2k3 IIS 6.0 and
running 3 html
sites succesfully all with working forms. Is there
something on the server/website itself I need to enable?
Why do I only see code and not a logon page as described
in the article?
http://support.microsoft.com/default.aspx?kbid=321439

Thanks
Joe
www.ImmoralBalance.com

Jul 19 '05 #2
Joe
I found part of the problem. If you cut and paste the code
from the article it has to be pasted to notepad and then
re-pasted to fronpage. I am now seeing the pages and have
one obstacle left. I get a 500 internal server error when
I try to access the logon page. I will post it to this URL
temporarily so may see. www.Animocracy.com.
Thanks
Joe
-----Original Message-----
You mean this answer..........?

>Sylvain Lafontaine Wrote:

What exactly are you saying by "when I try this I can only see the code noactual logon page - nothing but code" ?

If this mean that you are seeing the ASP code the you have writtent, thenyou have forgotten to write the tags <% ... %> or that you have not namedyour file with the .ASP extension.

For ASP.NET, the extension is .ASPX instead of just .ASP. I'm not surewhich extension you must use in your case as I have not worked with IIS6 orASP.NET yet. If you have never coded in ASP before, then probably youshould make some simple tests, like <% Response.write "Hi!" %> and <%="Hi!"%> (Notice the addition of the equality sign = just after the <%,with no blank space between, in the second exemple.

S. L.

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Joe <an*******@discussions.microsoft.com> wrote in message
news:14*****************************@phx.gbl...
Please repost answer message did not make it last time

Hello,

Joe here, wanted to get the 411 on this article. I posted in the FrontPage forum but there is never an answer. So I have come here, where all my IIS problems have been solved (Thank YOU!!) I want to create a small utility web site
with a logon page and a form connected to an Access
database. The article below explains exactly how but when I try this I can only see the code no actual logon page - nothing but code. My system is asp allowed and asp.net
extensions allowed. FP 2002 extensions allowed. All other extensions are prohibited. I am using w2k3 IIS 6.0 and
running 3 html
sites succesfully all with working forms. Is there
something on the server/website itself I need to enable?
Why do I only see code and not a logon page as described
in the article?
http://support.microsoft.com/default.aspx?kbid=321439

Thanks
Joe
www.ImmoralBalance.com

.

Jul 19 '05 #3
The cause appears to be a missing file...........

Active Server Pages error 'ASP 0126'

Include file not found

/secure.asp, line 2

The include file '/logon/_private/logon.inc' was not found.

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Joe <an*******@discussions.microsoft.com> wrote in message
news:14*****************************@phx.gbl...
I found part of the problem. If you cut and paste the code
from the article it has to be pasted to notepad and then
re-pasted to fronpage. I am now seeing the pages and have
one obstacle left. I get a 500 internal server error when
I try to access the logon page. I will post it to this URL
temporarily so may see. www.Animocracy.com.
Thanks
Joe
-----Original Message-----
You mean this answer..........?

> >Sylvain Lafontaine Wrote:

What exactly are you saying by "when I try this I can

only see the code no
actual logon page - nothing but code" ?

If this mean that you are seeing the ASP code the you

have writtent, then
you have forgotten to write the tags <% ... %> or that

you have not named
your file with the .ASP extension.

For ASP.NET, the extension is .ASPX instead of

just .ASP. I'm not sure
which extension you must use in your case as I have not

worked with IIS6 or
ASP.NET yet. If you have never coded in ASP before, then

probably you
should make some simple tests, like <%

Response.write "Hi!" %> and <%=
"Hi!"%> (Notice the addition of the equality sign =

just after the <%,
with no blank space between, in the second exemple.

S. L.

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Joe <an*******@discussions.microsoft.com> wrote in message
news:14*****************************@phx.gbl...
Please repost answer message did not make it last time

Hello,

Joe here, wanted to get the 411 on this article. I posted in the FrontPage forum but there is never an answer. So I have come here, where all my IIS problems have been solved (Thank YOU!!) I want to create a small utility web site
with a logon page and a form connected to an Access
database. The article below explains exactly how but when I try this I can only see the code no actual logon page - nothing but code. My system is asp allowed and asp.net
extensions allowed. FP 2002 extensions allowed. All other extensions are prohibited. I am using w2k3 IIS 6.0 and
running 3 html
sites succesfully all with working forms. Is there
something on the server/website itself I need to enable?
Why do I only see code and not a logon page as described
in the article?
http://support.microsoft.com/default.aspx?kbid=321439

Thanks
Joe
www.ImmoralBalance.com

.

Jul 19 '05 #4
Joe
Thank you I got it now from your help!!
I have removed the web and replaced it with IIS6.0 server
support site.The Logon is now Intranet site.
Thank you again
Joseph
-----Original Message-----
The cause appears to be a missing file...........

Active Server Pages error 'ASP 0126'

Include file not found

/secure.asp, line 2

The include file '/logon/_private/logon.inc' was not found.
--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Joe <an*******@discussions.microsoft.com> wrote in message
news:14*****************************@phx.gbl...
I found part of the problem. If you cut and paste the code from the article it has to be pasted to notepad and then
re-pasted to fronpage. I am now seeing the pages and have one obstacle left. I get a 500 internal server error when I try to access the logon page. I will post it to this URL temporarily so may see. www.Animocracy.com.
Thanks
Joe
>-----Original Message-----
>You mean this answer..........?
>
>
>> >Sylvain Lafontaine Wrote:
>
>What exactly are you saying by "when I try this I can

only see the code no
>actual logon page - nothing but code" ?
>
>If this mean that you are seeing the ASP code the you

have writtent, then
>you have forgotten to write the tags <% ... %> or that

you have not named
>your file with the .ASP extension.
>
>For ASP.NET, the extension is .ASPX instead of

just .ASP. I'm not sure
>which extension you must use in your case as I have not

worked with IIS6 or
>ASP.NET yet. If you have never coded in ASP before, then
probably you
>should make some simple tests, like <%

Response.write "Hi!" %> and <%=
>"Hi!"%> (Notice the addition of the equality sign =

just after the <%,
>with no blank space between, in the second exemple.
>
>S. L.
>
>
>--
>Regards
>
>Steven Burn
>Ur I.T. Mate Group
>www.it-mate.co.uk
>
>Keeping it FREE!
>
>Disclaimer:
>I know I'm probably wrong, I just like taking part ;o)
>
>
>Joe <an*******@discussions.microsoft.com> wrote in
message >news:14*****************************@phx.gbl...
>> Please repost answer message did not make it last time >>
>> Hello,
>>
>> Joe here, wanted to get the 411 on this article. I

posted
>> in the FrontPage forum but there is never an answer. So I
>> have come here, where all my IIS problems have been

solved
>> (Thank YOU!!) I want to create a small utility web

site >> with a logon page and a form connected to an Access
>> database. The article below explains exactly how but

when
>> I try this I can only see the code no actual logon

page -
>> nothing but code. My system is asp allowed and asp.net >> extensions allowed. FP 2002 extensions allowed. All

other
>> extensions are prohibited. I am using w2k3 IIS 6.0 and >> running 3 html
>> sites succesfully all with working forms. Is there
>> something on the server/website itself I need to enable? >> Why do I only see code and not a logon page as described >> in the article?
>>
>>
>> http://support.microsoft.com/default.aspx?kbid=321439
>>
>> Thanks
>> Joe
>> www.ImmoralBalance.com
>>
>
>
>.
>

.

Jul 19 '05 #5
No problem......

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Joe <an*******@discussions.microsoft.com> wrote in message
news:14*****************************@phx.gbl...
Thank you I got it now from your help!!
I have removed the web and replaced it with IIS6.0 server
support site.The Logon is now Intranet site.
Thank you again
Joseph
-----Original Message-----
The cause appears to be a missing file...........

Active Server Pages error 'ASP 0126'

Include file not found

/secure.asp, line 2

The include file '/logon/_private/logon.inc' was not

found.

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Joe <an*******@discussions.microsoft.com> wrote in message
news:14*****************************@phx.gbl...
I found part of the problem. If you cut and paste the code from the article it has to be pasted to notepad and then
re-pasted to fronpage. I am now seeing the pages and have one obstacle left. I get a 500 internal server error when I try to access the logon page. I will post it to this URL temporarily so may see. www.Animocracy.com.
Thanks
Joe
>-----Original Message-----
>You mean this answer..........?
>
>
> >> >Sylvain Lafontaine Wrote:
>
>What exactly are you saying by "when I try this I can
only see the code no
>actual logon page - nothing but code" ?
>
>If this mean that you are seeing the ASP code the you
have writtent, then
>you have forgotten to write the tags <% ... %> or that
you have not named
>your file with the .ASP extension.
>
>For ASP.NET, the extension is .ASPX instead of
just .ASP. I'm not sure
>which extension you must use in your case as I have not
worked with IIS6 or
>ASP.NET yet. If you have never coded in ASP before, then probably you
>should make some simple tests, like <%
Response.write "Hi!" %> and <%=
>"Hi!"%> (Notice the addition of the equality sign =
just after the <%,
>with no blank space between, in the second exemple.
>
>S. L.
>
>
>--
>Regards
>
>Steven Burn
>Ur I.T. Mate Group
>www.it-mate.co.uk
>
>Keeping it FREE!
>
>Disclaimer:
>I know I'm probably wrong, I just like taking part ;o)
>
>
>Joe <an*******@discussions.microsoft.com> wrote in message >news:14*****************************@phx.gbl...
>> Please repost answer message did not make it last time >>
>> Hello,
>>
>> Joe here, wanted to get the 411 on this article. I
posted
>> in the FrontPage forum but there is never an answer. So I
>> have come here, where all my IIS problems have been
solved
>> (Thank YOU!!) I want to create a small utility web site >> with a logon page and a form connected to an Access
>> database. The article below explains exactly how but
when
>> I try this I can only see the code no actual logon
page -
>> nothing but code. My system is asp allowed and asp.net >> extensions allowed. FP 2002 extensions allowed. All
other
>> extensions are prohibited. I am using w2k3 IIS 6.0 and >> running 3 html
>> sites succesfully all with working forms. Is there
>> something on the server/website itself I need to enable? >> Why do I only see code and not a logon page as described >> in the article?
>>
>>
>> http://support.microsoft.com/default.aspx?kbid=321439
>>
>> Thanks
>> Joe
>> www.ImmoralBalance.com
>>
>
>
>.
>

.

Jul 19 '05 #6

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

Similar topics

4
by: Mike Lundell | last post by:
lemee try this again, for today's date :)... .............. what's wrong with this, and .. can you not declare "char" variables? #include <iostream> int main() {
12
by: Arno R | last post by:
Hi all, This is a repost of a message posted at october 6. The answer I got was about MapiMessages.AttachmentIndex. I think I need the MSMAPI32.OCX to use this. (I don't have this file on my PC)...
1
by: Yannick Turgeon | last post by:
Hello, This is a repost (see under the "dotted" line) from 2 days ago. Hope someone could help. Norton Antivirus 2003 is installed on this computer. Could it cause a problem? Another...
6
by: Tony Williams | last post by:
SORRY I know we shouldn't do this but I'm desperate for an answer to this and the previous post didn't seem to get a response. I have a table with two fields, txtvalue (a number field) and...
2
by: Sabre | last post by:
Hello All Repost as didn't get reply ... is there a simple answer to this? I've tried usercontrol and caching sofar to no avail. Is there a way to overcome this problem or not? Thanks, Graeme. ...
0
by: KathyB | last post by:
Hi, Using the following in an asp.net procedure. I get the error "The expression passed to this method should result in a NodeSet". Dim xDoc As New Document() The line causing the error is:...
2
by: Nick Poulis | last post by:
Hi to all I face the following problem, the following code (very simple) is contained in a referenced class method Dim cn As New OdbcConnection("DSN=BOC;UID=Admin;PWD=;") cn.Open()
0
by: Alan Silver | last post by:
Hello, I am having a problem setting and resetting cookies. I'm sure I just doing something really stupid as this is such a basic issue, but I can find any answer. Please can someone help me? ...
3
by: JovieUrbano | last post by:
Hi ALL! Guys this is a repost because nobody provided an answer on my question. I have a table with the following records. column1 column2 50 HR 50 ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

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.