Saturday, March 24, 2012

Strange error in asp.net 1.1

I was working on a project in asp.net 1.1. I formatted my system & to save the project copied it to another drive in form of folder(which is stored in wwwroot directory). When i reinstalled windows & copied my project to wwwroot & tried running it in visual studio then following error came:

Web server is not configurd to debug the project. Please configure the web server.

Moreover when i use ' view in browser ' option then also it reports an error in web.config's authentication part.

What could be the possible reason and solution for this problem?

Make sure you have created the application as a valid application for the IIS ( virtual directory)

Thanks


Can u elaborate on that please. and what exactly i m supposed to do?

to create a virtual directory for your project

1- Right click My Computer/ select Manage.

2- Expand services and applications, expand Internet Information Services, Expand Website then Default Website.

3- right click your project folder, select properties, then click on "Create" beside the Application name

HC

0 comments:

Post a Comment