hi guys.,..
i am facing a problem in creating virtual direcotry..
i have .net framework 1.1 already installed on my pc (XP)... and there are application which are running fine... developed in framework 1.1...
i installed .net framwork 2.0 and created a new virtual directry ...
but it gives me error as "Server Application Unavailable" error...
any body having any idea ??
right click ur defaultwebsite node in IIS properties
then choos Asp.net tab, make sure that Asp.net version is 2.0
HTH
If you have an application written in .net framework 1.1 and you have installed the .net framework 2.0, just make sure that the default .net version for that application is correct (1.1 in this case)
Follow the above poster steps to go check the application ASP.NET version.
HC
version is already 2.0 (i have checked it).
i have checked the versions for all application...
and are correctly selected...
is there any other setting that i am missing out ?
try to run aspnet_regiis.exe -i
HTH
ok...
aspnet_regiis -i option will install asp.net components to my system..
but does it effect to my existing uploaded applications based on framework 1.1 ?
no it wont affect them, when u want to run 1.1 application, choose in IIS framework 1.1 the same way as i told u in my previous post
HTH
JRICE:
no it wont affect them, when u want to run 1.1 application, choose in IIS framework 1.1 the same way as i told u in my previous post
HTH
thanks friend..
it works... but with slight change...
aspnet_regiis -iru
details:
aspnet_regiis -i will install asp.net components and scriptmaps as well as update scriptmaps of all EXISTING UPLOADED APPLICATION in IIS.
aspnet_regiis -iru will install asp.net components and scriptmaps but it does not update scriptmaps of all EXISTING UPLOADED APPLICATION in IIS.
0 comments:
Post a Comment