Visit it !

Monday, June 16, 2008

Unable to start debugging on the web server.

Unable to start debugging on the web server.

Following Error Comes When web Server is not configured correctly

"Unable to start debugging on the web server. The web server is not configured correctly. See help for common configuration errors. Running the web page outside of the debugger may provide further information."


Do the Following Step To resolve This Error

Step 1 : Open IIS ( Internet Information Service )

To Open IIS start >> Run Window >> Writr "inetmgr" Click Ok

Step 2 : Select your Application Directory Or Virtual Directory

Step 3 : Right Click On Application Directory Click On Create Button ( on Directory Tab )

Step 4 : Go On Asp.net Tab and Select correct Asp.net version .

Step 5 : Finally CLick On Apply .

Wednesday, June 11, 2008

Failed to access IIS metabase.

Failed to access IIS metabase.

This Problems occurs When you have both Microsoft Dot Net 2003 And 2005 in Your Pc .

In This Case You have to Install IIS After insalling .NET framework .

Do this Following Steps To resolve "Failed to access IIS metabase " issue


Step 1. repair .net
Step 2.Run This Command From Run Command Window ( Start >> Run ):-
"c:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -i "


Finally Check ASP.NET version is associated with the virtual directory .

For That Do Following :-

- Right Click virtual directory name
- Select Properties
- Then ASP.NET tab
- Select ASP.Net Version

Hope So , This Will Help U ..