I need to make a custom E-mail form. I am complete beginner with ASP. I found
2 examples of form. One has the extension .ASP and the other .ASPX
(developped with ASP .NET). I can preview locally the .ASP form in Internet
Explorer but not with .ASPX (it shows the source code instead), why ?
If I want to publish the .ASPX form on the internet, does my web site needs
Sharepoint on the hosting server ?

Re: ASPX by Kevin

Kevin
Thu Feb 09 16:44:13 CST 2006

Hi Jacques,

You might want to stick with ASP for now. ASPX is ASP.Net, and is a gooid
bit more difficult for a "complete beginner" to work with. It requires the
Microsoft .Net Framework installed on the web server, and the web serve must
be configured to use the ASP.Net ISAPI for processing ASPX requests.

If you're interested in learning more about ASP.Net, see
http://msdn.microsoft.com/library/en-us/dnanchor/html/anchoraspdotnet.asp?frame=true

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
We got a sick zebra a hat,
you ultimate tuna.


"Jacques" <Jacques@discussions.microsoft.com> wrote in message
news:B5CE6FE9-9FCC-4548-B49A-249D68BC419F@microsoft.com...
>I need to make a custom E-mail form. I am complete beginner with ASP. I
>found
> 2 examples of form. One has the extension .ASP and the other .ASPX
> (developped with ASP .NET). I can preview locally the .ASP form in
> Internet
> Explorer but not with .ASPX (it shows the source code instead), why ?
> If I want to publish the .ASPX form on the internet, does my web site
> needs
> Sharepoint on the hosting server ?