Friday, March 16, 2012

please help me with this problem

Dear all

when i open a new project with Visual Studio.Net 2003,

and choosing to make an asp.net web application project

the following problem happend

please tell me how to overcome this problem

regards,,,

Try this...

Look for and open your IIS (Internet Information Services), in XP it is under Administraive Tools of Control Panel, go to "Default Web Site", right click it, Select "Properties", then click "ASP.Net" tab, change "ASP.Net version" back to 1.1 version.

Hope this solves your problem...Mark as answer if this solves it...Smile


Here's your solution:

Open command prompt, and type"aspnet_regiis -i"



Follow the steps as provided above and make sure that aspnet_regiis.exe you drag drop from the Version 1.1 folder on command prompy then type -i and then press enter then log off or restart you machine. You will find this under your windown direcotry->Microsoft.NET->Framework-v1.1.4322(or the version of dotnet framework)

and also make sure that ASP.NET have all permission on the "Temporary ASP.NET Files" under the version folder and on the folder where your application resides.


Dear all, den2005 when i followed the steps you have mentioned ((Default Web Site", right click it, Select "Properties", then click "ASP.Net" tab)) and right click the Default Web Site, then select Properties i do not find an "ASP.Net" tab the following window has displayed:


den2005 please tell me what to choose??

the_menace

this is the result of applying your advice:

please help me to identify where is the problem.


Using windows explorer, browse through the directory and locate your latest .NET framework version folder.

For instance:

"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe"
Mine is: (actually I got 3.0 and 3.5 also)
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe
Then just go to your "Start>Run and type in the whole directory as: (with -i)
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
That should work! 
 


Big thank dear the_menace

finally i can running the program will

and big thank for all of members who are partisipating in helping me

0 comments:

Post a Comment