If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > need help really urgent

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-30-05, 19:46
shaitaanz shaitaanz is offline
Registered User
 
Join Date: Nov 2005
Posts: 2
need help really urgent

I will really thank full to you peoples if you resolve this issue..
I was running a website at http://pcatp.org.pk.parent-server.ne...ges/index.aspx
its a help control panel the website seems working fine
i move the domain to my other hosting and upload all files at here
http://pcatp.org.pk/view/pages/index_back.aspx

But it stoped working even i changed the path from configured files
is there anyone can tell me what this error about and whats up ?
The script is written in asp.net and asp
regards
Reply With Quote
  #2 (permalink)  
Old 11-30-05, 20:25
fredservillon fredservillon is offline
Registered User
 
Join Date: Oct 2005
Posts: 178
This is part of the code from your orignal web host

<TABLE WIDTH="1004" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD style="HEIGHT: 3px">
<IMG SRC="../images/Header_01.gif" WIDTH="816" HEIGHT="13" ALT=""></TD>
<TD style="HEIGHT: 3px" vAlign="top">
<IMG SRC="../images/Header_02.jpg" WIDTH="173" HEIGHT="13" ALT=""></TD>
<TD style="HEIGHT: 3px">
<IMG SRC="../images/Header_03.jpg" WIDTH="15" HEIGHT="13" ALT=""></TD>
</TR>
<TR>

Below You have this in your new web server which should have been same as the above text content.

<TABLE WIDTH="1004" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>

Line 24: <uc1:Header id="Header1" runat="server"></uc1:Header> <td>

</td>


Move the text in line 24 to where it belong in one of your pages because the web server could not interpret it at that location. It's in the wrong place.

Last edited by fredservillon; 11-30-05 at 20:36.
Reply With Quote
  #3 (permalink)  
Old 11-30-05, 23:23
Jelly Link Jelly Link is offline
Registered User
 
Join Date: Dec 2003
Posts: 39
What do u mean by "changed the path" ?
Check the script (http://pcatp.org.pk/view/pages/index_back.aspx). Has the "Header" control been registered like this :
<%@ Register TagPrefix="uc1" TagName="Header" Src="???.ascx" %>
Make sure that the ???.ascx file really exists.
__________________
Link Link
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On