After i install sharepoint i am not able to createwebproject on IIS wwwroot. Neither i am able to runASP app. CAn anyone guide me how to make it work...?
You can not create a project at WWWROOT folder since this is taken over sharepoint portal server. Same thing you try with _layout folder. You will able to create a project.May be u can give a path likehttp://<SPSServer>/_layouts/YourApplicationName
To create a project in the webroot (say, C:\inetpub\wwwroot), you need toexclude your project in the virtual server's managed path-configuration. If yourproject is named Project1, exclude /Project1.