Problem Running Pages with .ASP extension

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have been trying to run pages that I design with the extension of .asp and they appear to run but never call the web browswer. If I take the same page and rename it using the aspx extension I can run the page just fine.
 
Are they asp or asp.net pages? asp pages need a .asp extenstion, and may
just perhaps work with a .aspx extension. But there is no way you are going
to get an asp.net page, to display correctly with an .asp extension (Unless
you really mess with some IIS settings on how pages are scripted).

--Michael

Howard said:
I have been trying to run pages that I design with the extension of .asp
and they appear to run but never call the web browswer. If I take the same
page and rename it using the aspx extension I can run the page just fine.
 

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

Similar Threads


Back
Top