Hi all
I am a novice starting with ASP.NET. I have installed IIS in my machine. It is running perfectly. I am able to create a new WebApplication project in VS.NET also. But when I try to run it, it is showing an error as "Unable to debug on the server". I have seen the help and made the changes in IIS. Like, I have created the application name for that directory. I have checked the security related things also. They are all fine.
Even I tried to run it without debugging. It is showing an error as "Server Unavailable" whenever I try to access the URL of the aspx page directly. What shall I do now?. Any suggestions?