`Moved live site to dev box, dev box was running site before no problem. I pulled down dev database changed alias. Pulled down all files and addded to project. when I run the site in VS 2008 it compiles without error, but I get page cannot be displayed. Yet when I run an analyzer I see this:
<!-- <code>
HTTP/1.1 302 Found
Server: ASP.NET Development Server/9.0.0.0
Date: Wed, 10 Jun 2009 19:21:02 GMT
X-AspNet-Version: 2.0.50727
Location: http://http//localhost:50183
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 1590
Connection: Close
<<<title id="Title">Error</title>
<link id="StyleSheet" href="/ViacastWebSite/Install/Install.css" type="text/css" rel="stylesheet"></link>
<<form name="form" method="post" action="ErrorPage.aspx?status=500&error=Thread+was+being+aborted." id="form">
<div>
<input type="hidden" name="__view_state" id="__view_state" value="/wEPDwUJNTkzNjY2ODU2D2QWBAIDDxYCHgRocmVmBSMvVmlhY2FzdFdlYlNpdGUvSW5zdGFsbC9JbnN0YWxsLmNzc2QCBQ9kFgICAg8PFgIeBFRleHQFRTxpbWcgc3JjPSIvVmlhY2FzdFdlYlNpdGUvaW1hZ2VzL2x0LmdpZiIgYm9yZGVyPSIwIiAvPiBSZXR1cm4gdG8gU2l0ZWRkZEgp821zn35pjWUevX7jTlHhv6wi" />
</div>
<table cellspacing="5" cellpadding="5" border="0" class="Error">
<tr>
<td><img id="Image1" src="logo.gif" alt="DotNetNuke" style="border-style:None;border-width:0px;" /></td>
</tr>
<tr style="height:100%;">
<td valign="top" style="width:650px;">
<h2>DotNetNuke Error: - Version 04.09.01</h2>
<hr />
<p>Thread was being aborted.</p>
</td>
</tr>
<tr>
<td align="right"><a id="hypReturn" class="WizardButton" href="Default.aspx"><img src="/ViacastWebSite/images/lt.gif" border="0" /> Return to Site</a></td>
</tr>
<tr><td height="10px"></td></tr>
</table>
</code> -->
if the above does not appear in the forum, what I see is a tyipcal dnn error page, but I noticed it references :
href="/ViacastWebSite/Install/Install.css" type="text/css" rel="stylesheet">
is it trying to install? what would cause this? Any troubleshooting advice?
Any Ideas