Although file extensions are arbitrary, for the sake of this discussion,
yes, asp = ASP.old, and aspx = ASP.NET.
Visual Studio uses "code behind" files when creating ASP.NET pages.
Interlaced code still exists in ASP.NET though, or code in the same file.
The code doesn't have to be in a separate file. Perhaps start here:
http://support.microsoft.com/?kbid=303247 or
http://www.4guysfromrolla.com/webtec...tml#postadlink
Also, so you know for any future, the microsoft.public.inetserver.asp.*
groups are the ASP.old groups, whereas the ASP.NET groups have "aspnet" in
their names.
Ray at work
"Joshua Weir" <> wrote in message
news

E1E875D-F117-4E77-BCF9-...
> Hi there,
>
> I am quite new in terms of server side programming. I understand how asp
> scripting works and how you put <% %> around your server script. However
> this
> is .asp .......what is .aspx? is this the new version ASP.nET?
>
> I dont understand how it works when i create a new aspx project in
> vstudio.net and i create a aspx page in design view. I add a button and
> then
> double click it to add code to that button. I dont see any html code
> around
> it?? In an asp page the server side code is surrounded by html code!
>
> An aspx page almost looks like a normal vb application, why is there no
> html
> code around?
>
> Thanks,
>
> Joshua Weir