Hi Chandan,
Check for 2 things
1. open inetmgr (IIS manager), and check if you have created a virtual directory for the application you are running. ASP.NET requires the directory to be an application on IIS. For this Right click on default web site, and choose add virtual directly, follow instructions.
2. if there is already a application directory right click on the app directory and check for which version of .net is the site configured for. This can happen when the system has both the version of .NET 1.1 and 2.0 frameworks installed.
Try this and see if it helps,
Vincent Thomas
Bangalore
|