User Profile

Collapse

Profile Sidebar

Collapse
user65
user65
Last Activity: Aug 30 '11, 07:00 PM
Joined: May 13 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • user65
    replied to Dynamic page title in AP
    Code:
    <title><%=userName%>'s home page</title>
    I am not too familiar with ASP/Microsoft SQL. What should I be looking to replace the userName variable with? Can I use a variable from the database to plug in here?
    See more | Go to post

    Leave a comment:


  • user65
    started a topic Dynamic page title in AP

    Dynamic page title in AP

    Is it possible to have dynamic page titles with an ASP site? Many people would like to share our content on facebook, but can't do so because the page titles are displayed as the URL.

    I'm not very familiar with ASP, so any help would be greatly appreciated.
    See more | Go to post

  • Googling: "Windows 2008 Request object error 'ASP 0104 : 80004005'

    yielded: http://support.icslearninggroup.com/...kbarticleid=57


    After shutting down IIS then running the appcmd as recommended for windows 2008, i was able to get the upload size adjusted and the entry saves properly now.
    See more | Go to post

    Leave a comment:


  • I've re-attempted the above solutions, restarted IIS and the server multiple times, still no luck.

    Has anyone ever had this issue running ASP on newer server?
    See more | Go to post

    Leave a comment:


  • user65
    started a topic Request object error 'ASP 0104 : 80004005'

    Request object error 'ASP 0104 : 80004005'

    Windows 2008 / IIS 7
    Running ASP CMS website using MSSQL.

    I am getting the following error when attempting to save a large entry:
    Code:
    Request object error 'ASP 0104 : 80004005' 
    
    Operation not Allowed 
    
    /administration/saveSubCat.asp, line 5
    I've attempted the various solutions out there, and gone through countless pages of google "fixes". Every fix that everyone says...
    See more | Go to post

  • Worked great!! The asterisks were what was causing my foul up. Many thanks Jared!!
    See more | Go to post

    Leave a comment:


  • I am using microsoft sql server 2005 on windows 2003 r2.
    See more | Go to post

    Leave a comment:


  • Greatly appreciate the reply, Thank you Jared. Unfortunately neither of those worked, here is the error I got when implementing them:

    I am using microsoft sql 2005 if that helps

    Code:
    Microsoft VBScript compilation error '800a03ea'
    
    Syntax error
    
    /default-new.asp, line 278
    
    rsG.open*"select*top 25 OrganizationId,OrganizationName,update_date from tblOrganizations where isFeatured=1 order
    ...
    See more | Go to post

    Leave a comment:


  • user65
    started a topic How to limit the amount of entries listed?

    How to limit the amount of entries listed?

    I have the following code setup on my homepage. I was wondering if it would be possible to limit the output to say: 10, 15, 25 entries. Right now it seems limitless.

    Code:
    <%
    		rsG.open "select OrganizationId,OrganizationName,update_date from tblOrganizations where isFeatured=1 order by update_date",conn
    		rsCnt2.Open "select count(*) as cnt from tblOrganizations where isFeatured=1",conn
    		if not
    ...
    See more | Go to post

  • Can I convert global.asax Application_Error redirects to web.config?

    Is it possible to convert the following redirects previously in global.asax and global.asa to the web.config file? My server crashed and most of the website works except for the old articles created under .asp extensions.

    Web Service Extensions has: Active Server Pages, ASP 1, 2, and 4 "allowed"

    Thanks in advance

    global.asax:
    Code:
        void Application_Error(object sender, EventArgs e) 
        {
    ...
    See more | Go to post

  • user65
    replied to Unknown Issue - Directory to Database Redirect?
    in IIS
    The global.asax has to be firing because I am able to successfully use one of the redirects setup within the error handling:

    http://archive.frontpagemag.com/arti...thorslist.aspx

    The global.asax tells this directory to go to listAuthors.asp x

    How come only one out of so many requested redirects are working? Also, it appears to be only working with the correct capitalization on characters. The redirects all...
    See more | Go to post

    Leave a comment:


  • user65
    replied to Unknown Issue - Directory to Database Redirect?
    in IIS
    After further research I've learned that it appears to only be asp files, not aspx are affected. So I tested my global.asa and i can get the test to complete per microsoft's suggestions. Although the redirect still isn't working.

    originally the global.asa file had this:
    Code:
            if (myUrl.Contains("/ARTICLES/READARTICLE.ASP?")) then Response.Redirect("/readArticle.aspx" + Request.QueryString)
            if
    ...
    See more | Go to post

    Leave a comment:


  • user65
    replied to Unknown Issue - Directory to Database Redirect?
    in IIS
    Hey NeoPa, thanks for the reply.

    You are correct, I believe this is a web server issue rather than the SQL Server.

    I found that my issue is the global.asax, it simply isn't firing. I have specific redirects setup here but they are not working for some reason.

    From what I've read online you have to re-compile the site with the global.asax when moving it to a server? Is there any other workaround for this? I've...
    See more | Go to post

    Leave a comment:


  • user65
    replied to Virtual Directory issue?
    in IIS
    OK, sorry to all I am a beginner on the windows side.

    I found a Global.asax file that seems to contain the redirects I am looking for. Does anyone know how to reconnect this file into IIS? Or is that what I would need to do?

    Here is the file with the redirects:
    Code:
    <%@ Application Language="C#" %>
    
    <script runat="server">
    
        void Application_Start(object sender,
    ...
    See more | Go to post

    Leave a comment:


  • user65
    started a topic Virtual Directory issue?
    in IIS

    Virtual Directory issue?

    We have an archive server that stores data from 1998-2009, the server had some hard drives fail and I am trying to get everything set back up. It's a bit difficult as the site was setup before I joined the company.

    I was able to get pretty much everything up but what appears to be articles stored within a "/Articles" directory. The new server, including the old hard drives and backup do not contain a physical folder in the...
    See more | Go to post

  • user65
    started a topic Unknown Issue - Directory to Database Redirect?
    in IIS

    Unknown Issue - Directory to Database Redirect?

    We have an archive server that stores data from 1998-2009, the server had some hard drives fail and I am trying to get everything set back up. It's a bit difficult as the site was setup before I joined the company.

    I was able to get pretty much everything up but what appears to be articles stored within a "/Articles" directory. The new server, including the old hard drives and backup do not contain a physical folder in the...
    See more | Go to post

  • user65
    replied to Redirect URL (Should be simple?)
    A system error has occurred please contact your system administrator.

    Doesn't give a line error or anything like that, so I am guessing this code I found isn't working with the way I'm modifying it.

    Does my request make sense? would it be possible to add this in the header?
    See more | Go to post

    Leave a comment:


  • user65
    replied to Redirect URL (Should be simple?)
    I am thinking this would be best for my current situation, but I keep getting an error when implementing.

    Code:
    <%
    varHost = Request.ServerVariables("HTTP_HOST")
    varPage = Request.ServerVariables("SCRIPT_NAME")
    varQuery = Request.ServerVariables("QUERY_STRING")
    If varHost = "discoverthenetworks.org" OR "www.discoverthenetworks.org then
    Response.Status="301 Moved
    ...
    See more | Go to post

    Leave a comment:


  • user65
    replied to Redirect URL (Should be simple?)
    OK, I started to think about it in a different mind set and understand what you mean. So I would need to edit the master page that displays this content, which in my case is groupProfile.as p. How would I use a redirect to detect a specific request (grpid=6967) to redirect to the correct location (grpid=7522)?
    See more | Go to post

    Leave a comment:


  • user65
    replied to Redirect URL (Should be simple?)
    OK,

    Any time someone visits: http://www.discoverthenetworks.org/g...asp?grpid=6967, I would need it to be forwarded to the second URL: http://www.discoverthenetworks.org/g...asp?grpid=7522.

    If you check out the URL's, one is a blank page, and the other has content. I just need to forward the blank page to the one that has content. I'm not sure how to add this code since the pages are loaded dynamically...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...