Installed Dot Net Framework 1.1 but asp .net is not working

  • Thread starter Thread starter Vanga Sasidhar
  • Start date Start date
V

Vanga Sasidhar

I have installed Dot net framework 1.1 and dot net framework SDK and also
IIS in Windows XP. But i am not able to run any aspx file in my internet
explorer. why this happened. how should i configure so that i can run aspx
files in my internet explorer? i am not able to see any asp .net text box
controls i inserted in my aspx file.

Vanga Sasidhar
 
Hello mate

Go here and run the following

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -

You need to install ASP.net, this should be done when you install the framework but sometimes it gets a bit confused

Jon
 
Thanks JON

I resolved the problem. Many Many Thanks

With Regards,

Vanga Sasidhar

Jon said:
Hello mate,

Go here and run the following:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

You need to install ASP.net, this should be done when you install the
framework but sometimes it gets a bit confused.
 
Back
Top