Hi there,
I'm hoping someone can help me with this. I had dotnetnuke running fine from the server side and I configured a few pages to how I want them, all was well. Unfortunately I could not access the site from a remote PC, when I did the following would happen...
--------
HTTP/1.1 302 Found
Date: Sat, 31 May 2008 08:16:36 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Location: http://localhost/dnn
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 1540
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<title id="Title">Error</title>
<link id="StyleSheet" href="/dnn/Install/Install.css" type="text/css" rel="stylesheet"></link>
</head>
<body>
<form name="Form" method="post" action="ErrorPage.aspx?status=500&error=Thread+was+being+aborted." id="Form">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNTkzNjY2ODU2D2QWBAIDDxYCHgRocmVmBRgvZG5uL0luc3RhbGwvSW5zdGFsbC5jc3NkAgUPZBYCAgIPDxYCHgRUZXh0BTo8aW1nIHNyYz0iL2Rubi9pbWFnZXMvbHQuZ2lmIiBib3JkZXI9IjAiIC8+IFJldHVybiB0byBTaXRlZGRkG/khuIUGi1fOl6cSvSOgZpnhLcY=" />
</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.08.02</h2>
<hr />
<p>Thread was being
--------
I got this information while using a packet sniffer. I'm confused about 2 things, firstly why install.css is being loaded when the site is already installed and working, secondly why it works locally but not from a remote system.
After doing this the application seems to be borked, I can't access all of the pages and I can't even log in from the server side, as well as not being able to access it remotely.
I can access a standard html file that is within the root of the site.
Any ideas what's happened? This is about the 20th time I've installed dnn and something goes wrong every time.
Thanks in advance.
Nick.