Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Microsoft Knowledge Base Article - 321439

Reply
Thread Tools

Microsoft Knowledge Base Article - 321439

 
 
Joe
Guest
Posts: n/a
 
      02-20-2004
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


 
Reply With Quote
 
 
 
 
Sylvain Lafontaine
Guest
Posts: n/a
 
      02-21-2004
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.


"Joe" <> wrote in message
news:1355f01c3f801$ac1d6850$...
> 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
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
microsoft.public.dotnet.faqs,microsoft.public.dotnet.framework,microsoft.public.dotnet.framework.windowsforms,microsoft.public.dotnet.general,microsoft.public.dotnet.languages.vb Charles A. Lackman ASP .Net 1 12-08-2004 07:08 PM
Question about Microsoft Knowledge Base Article - 312112 Hasani \(remove nospam from address\) ASP .Net 0 07-30-2004 04:00 PM
Microsoft Knowledge Base Mike Kershaw Computer Support 3 05-28-2004 04:01 PM
Knowledge Base Article - 811319 EJS ASP .Net 1 04-02-2004 09:03 PM
Need a FIX for Knowledge Base Article - 817854 Aung ASP .Net Security 0 10-24-2003 09:27 PM



Advertisments
 



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