ASPX

J

Jacques

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 ?
 
K

Kevin Spencer

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top