ask for help for setting up the asp.net dev environment

  • Thread starter Thread starter Tong Chen
  • Start date Start date
T

Tong Chen

Hi,

I was setting up a dev environment for using asp.net.
I set up the IIS and Visual Studio.NET and tried some aspx pages but
did not get the result I expected. What I got in the browser was my
aspx source code. Can anyone help to figure out what was wrong?

Thanks in advance,

Tong in Seattle
 
Hi

Use ASP.NET IIS Registration Tool (Aspnet_regiis.exe)

The following command installs the ASP.NET version
associated with the tool and updates the scriptmaps of
all existing ASP.NET applications.

Aspnet_regiis -i

Before Installing ASP.NET Version use the following
command

Aspnet_regiis -u

HTH
Ravikanth
 

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