hello nba,
thanks for your comment, do you recommend to change the asp.net version in IIS to the above as well please let me know.
thanks for your help
Main Topics
Browse All TopicsHello Folks,
I have installed .NET Framework 3.5 in IIS 6.0 on windows 2003 server, however it is not showing in the IIS configuration properties.
Can someone please advice how to make sure that I have installed the framework correctly? I am unable to execute any .aspx page at the moment.
Please advice.
Regards,
Naresh
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I am still getting this error, please follow the url
http://213.253.134.41/nets
I am only trying to setup .net framework 3.5 on the server, this is for completely new website.
the problem is i am not even getting any error message at all on the page, if you please follow the above url, it has basic html tags and plain welcome text for testing ..
i even tried to set the customerror mode = off but still nothing happens...
please advice
hello enba, thanks for your pointing this out, i think i was not concentrating the case. i was using the wrong case.
I now have some proper error
http://213.253.134.41/nets
please see
I have changed it as suggested above, the message still remains the same.
I probably need to explain the directory structure on the server in bit detail
E:\abc\www\website1
E:\abc\www\website2
E:\abc\www\website3
E:\abc\www\website4
In IIS, there was a site created for www root, and so every other site in WWW gets a folder treatment, in my case
http://213.253.134.41/nets
The default WWW is already been created as a site in IIS
I dont know where else I would need to do a change now, Please advice. thanks for your time
Business Accounts
Answer for Membership
by: enbaPosted on 2008-05-29 at 08:09:04ID: 21669828
To be able to execute asp.net pages on IIS you should register ASP.NET runtime with IIS. ramework\v 2.0.50727
This is how you do it:
1. click start -> programs -> accessories -> command prompt
2. write the following line: cd C:\Windows\Microsoft.NET\F
3. after that write the following line Aspnet_regiis.exe -i
Now you should be able to publish asp.net pages
Note: latest version of asp.net is shipped with framework 2.0 so the path above is not a mistake
Hope it helps