Click here to Skip to main content
15,890,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all ,

Im using VS2008 and IIS 5.1 .I have an ASP.net web application ,which is configured to IIS of another system.So i have copied that web application and trying to debug in another system.After installing IIS ,i re-opened my website (ASP.net app) ,But it throws error like
"Creation of virtual directory for this web app failed ,So you need to
configure it manuaaly for this ASP.net web site to run it correctly".

So how can i configure it manually for my application ???

Thanks in advance

Naveen...
Posted

1 solution

run again aspnet_regiis it will solve your problem.

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ aspnet_regiis.exe -u

then used

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ aspnet_regiis.exe -i
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900