%SystemDrive%\inetpub\logs\LogFiles
http://stackoverflow.com/questions/6426375/where-can-i-find-the-iis-logs
http://programming4.us/website/3684.aspx
%SystemDrive%\inetpub\logs\LogFiles
http://stackoverflow.com/questions/6426375/where-can-i-find-the-iis-logs
http://programming4.us/website/3684.aspx
To fix this error all you need to do is add a webinfo file. If your using VSS for source control, it's probably a good idea to add the webinfo file to SourceSafe as well as this is not done for you automatically.If you have a project file c:\Inetpub\wwwroot\Folder\fred.csproj then you need a corresponding webinfo file fred.csproj.webinfo. The contents of the webinfo file looks like this:<VisualStudioUNCWeb><Web URLPath = "http://localhost/Folder/fred.csproj" /></VisualStudioUNCWeb>When you go to add this web project to your solution file you actually don't specify “Add Existing Project From Web”, but simply “Add Existing Project”, then browse to c:\Inetpub\wwwroot\Folder\fred.csproj
Url rewrite module