Re: ASP.NET



That is my point. If I can see asp pages, why can't I see aspx pages using
IIS?


"Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx> wrote in message
news:%23zahrDAnGHA.4212@xxxxxxxxxxxxxxxxxxxxxxx
Dancer,

The results of your asp page should be the same as your aspx.
But why you use the framework 1.x while I get the idea that you are
starting and can use 2.0.
For that is as well a free ASPX Web page/site creating tool available.

http://msdn.microsoft.com/vstudio/express/vwd/

I hope this helps,

Cor


A good help site while using the
"dancer" <dancer@xxxxxxxxxxxxx> schreef in bericht
news:e5elFp6mGHA.4212@xxxxxxxxxxxxxxxxxxxxxxx
Cor,
You appear very knowledgeable and very able to explain clearly. Can you
help me? I am trying to learn asp.net. - from the very beginning. I
have IIS installed and am able to create ASP files and see the results on
my personal server.
I downloaded and installed the Microsoft.NET Framework. I saved it on my
computer and then installed it.

But I cannot see the results of an aspx file on my computer, even though
I can see the results of the SAME file published on my website.

I have an XP Professional and the path to the files is
c:\WINNT\Microsoft.net\framework v.1.14322. Also there is the folder
v1.0.3705.

I see the result of asp files I create at http:/localhost/. I try to do
the same with the aspx files, but I only get a blank page.

How can I try out my files without going to the trouble of publishing to
the website?

Thank you!




"Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx> wrote in message
news:%23sPo69NmGHA.3352@xxxxxxxxxxxxxxxxxxxxxxx
Dancer,

It depends, if it is a kind of install, html, css, javascript, pluggins
etc question than you are probably the best off in the newsgroup as
Scott stated.

Is it clearly a Net program language question than you can better ask it
in one of the language newsgroups as

microsoft.public.dotnet.languages.vb (or csharp or vc or withouth
languages jsharp)

If it has to do with data (adonet) than
microsoft.public.dotnet.framework.adonet

If it has to do with non adonet data than one of the data newsgroups as
microsoft.public.dotnet.languages.vb.data

Be aware that ASPNet can be used in version before 2005 in 4 ways and in
version 2005 in 6 those are:
Using the code in a kind of Scripting way inside the HTML code not
structured.
Using the code in a kind of Scripting way inside the HTML code
structured.
With code behind not compiled (versions before 2005 and 2005 with
project addition)
With codefile not compiled (version 2005 without project addition)
Both last but than with compiled DLL's.

If you use it in the first two ways, than your newsgroup is mostly as
Scott stated.

I hope this helps

Cor



"dancer" <dancer@xxxxxxxxxxxxx> schreef in bericht
news:OxIp3xKmGHA.3900@xxxxxxxxxxxxxxxxxxxxxxx
Is this forum for ASP.NET questions? Or is there another forum for
that?









.



Relevant Pages

  • Re: ASP.NET
    ... The results of your asp page should be the same as your aspx. ... For that is as well a free ASPX Web page/site creating tool available. ... Using the code in a kind of Scripting way inside the HTML code not ... If you use it in the first two ways, than your newsgroup is mostly as ...
    (microsoft.public.dotnet.general)
  • Re: Very easy: difference between aspx and asp
    ... >> vstudio.net and i create a aspx page in design view. ... I dont see any html code ... In an asp page the server side code is surrounded by html code! ...
    (microsoft.public.inetserver.asp.general)
  • Re: Very easy: difference between aspx and asp
    ... yes, asp = ASP.old, and aspx = ASP.NET. ... I understand how asp ... I dont see any html code ... In an asp page the server side code is surrounded by html code! ...
    (microsoft.public.inetserver.asp.general)
  • Re: Event handler for a client side OWC component
    ... You do the same thing in aspx as you do in asp ... > possible because a client object cannot fire server side code. ...
    (microsoft.public.office.developer.web.components)
  • Re: Securing Non ASP.Net Files
    ... For both ASP and ASPX pages there are two activities which you might wish to ... In order to ensure that scripts may not be downloaded, ... above and beyond the way IIS will natively treat ASP ...
    (microsoft.public.dotnet.framework.aspnet.security)

Loading