Asp.Net

  • Thread starter Thread starter Alan Wardle
  • Start date Start date
A

Alan Wardle

Having installed .NET Framework ver 1.1 Redistributable
Package, MDAC 2.7 and .NET Framework SDK 1.1. on Windows
2000 with IE6. Visual Studio.Net has NOT been installed.
On browsing a simple asp.net file through IIS, the file
does not have the asp bit rendered as HTML. Grateful for
any suggestions.
Alan
 
Hello

If you installed IIS after installing .NET framework, aspx files are not
mapped to .NET
To solve this problem run :
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

Change C:\WINNT if windows is installed else where

Best regards

Sherif
 
To install visual studio this is the order.... for win2k
1. Install ie.6
2. Ensure iis is installed.
3. install vs.net 2003 (installs mdac and .net framework).

So u might have to start afresh
 

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