IIS displays .aspx as plain text

  • Thread starter Thread starter Tim Wallace
  • Start date Start date
T

Tim Wallace

I bought a new laptop from Dell 2 weeks ago. It's running XP Pro, Service
Pack 2. I installed my Visual Studio .NET, as well as VS 6. It has .NET
1.1 loaded. I want to run a site from my local IIS instance for testing, so
I set up a virtual directory and all that good stuff. When I navigate to
the site in IE, my .aspx pages are displayed as plain text. Can someone
please give me a clue as to where the configuration error may be?

Thanks.

Tim
 
Tim Wallace said:
I bought a new laptop from Dell 2 weeks ago. It's running XP Pro, Service
Pack 2. I installed my Visual Studio .NET, as well as VS 6. It has .NET
1.1 loaded. I want to run a site from my local IIS instance for testing, so
I set up a virtual directory and all that good stuff. When I navigate to
the site in IE, my .aspx pages are displayed as plain text. Can someone
please give me a clue as to where the configuration error may be?

Thanks.

Tim
 
just try to put html control in to ur web page then view if it is comming
then its mean ur aspnet_wp.exe is not running goto service window and start
aspnet service
 
Back
Top