Can't get win2k server to run visual studio aspx apps

  • Thread starter Thread starter Craig Wilson
  • Start date Start date
C

Craig Wilson

Server is now running Framework ver 1.1

When clicking "browse" for the app IIS will simply pull the app,
"index.aspx", as text - shows the raw html code of the source file.

I'm using visual studio net 2003 for development.
Win2k server in a new install and has not run another web app previously.

What configuration is required?

cw
 
Have you checked IIS to be sure that the application mapping is sending files with .aspx extension to the aspnet_isapi.dll? Another thing to test is whether
HTML files are being served properly or do you see the raw HTML code? If so, it sounds like an IIS issue rather than a .NET issue.

--------------------
 

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

Back
Top