cannot run .aspx files

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

Guest

Hi everybody
I use win2k pro and installed the IIS, .Net framwork(v1.0), visual studio .net. I can run a .asp file but I cannot run .aspx file. It seem that the server do not read the .net server side code and display the same html<with server side code> when I read the source code. Can someone help me, I want to run .aspx code
By the way, the .aspx code is just copy from the wed site which is worked
Thanks for answering me
Thanks and regards
Hello
 
Hi Try reinstalling the IIS after you have installed vss and dotnet
framework. To check.. go to you IIS and in your Home Directory tab click on
Configuration... and see if aspx pages are in there... if not then reinstall
or use the command iisreg -r (something like that i cant remember exactly
what the command is) but what that does is copies the appropriate files
over.

Regards

Hello said:
Hi everybody,
I use win2k pro and installed the IIS, .Net framwork(v1.0), visual studio
..net. I can run a .asp file but I cannot run .aspx file. It seem that the
server do not read the .net server side code and display the same html<with
server side code> when I read the source code. Can someone help me, I want
to run .aspx code.
 
Back
Top