Click here to Skip to main content
15,891,766 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am new in ASP .NET and I don't know any thing about how to set IIS.
I have windows vista home premium OS in my laptop.

I have one project in VS 2005. and I can't open it. when I open it show message " The application for the project http://localhost/sampleproject is not installed. Make sure that application for project type() is installed."

if it is problem of IIS. then tell me how to set/config in vista.
Posted
Comments
Sunasara Imdadhusen 1-Dec-10 23:50pm    
Please remove URGENT word from your question!!

1 solution

If you have VS2005 & (ASP.NET 2.0), then you should be able to use VS webserver instead of IIS.

Just go to the properties of project and configure it to run on VS webdev.server and not on localhost. (probably just an uncheck is needed). Once that is there, it should get executed.
 
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