Hi Rakesh,
Actually, the ASP.NET version setting is the script extension mappings in
the IIS's site or virtual directory(application). You can check them in
the IIS manager, in the "Home Directory" Tab, click the "configuration"
button.......
And the aspnet_regiis.exe tool actually programmatically change the script
mappings internally(for all the extensions need to be processed by asp.net
, such as aspx, ascx , asax ......). Generally we won't consider manually
setting script mapping one by one, however, if necessary, you can still use
some scripts or .NET/ native code to set script mapping through ADSI
interface. Here is a web article which has mentioned this:
#Switching Versions of the ASP.Net Framework
http://aspalliance.com/306
Hope this also helps.
Regards,
Steven Cheng
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)