SharePoint 2007 Web Application is not found
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-05-13T21:16:47Z
Indexed on
2010/05/15
18:54 UTC
Read the original article
Hit count: 624
I created a Web Application called testwebapp and then a site collection (testsite). When I try siteCollection = new SPSite("http://localhost"); in Visual Studio 2008 it throws an error Web Application is not found. Of course, the localhost works in IE and I don't know why testwebapp doesn't work. Any ideas? TIA!
David
© Stack Overflow or respective owner