1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

New ASP.NET directory script available.

Discussion in 'Solicitations & Announcements' started by zguoqi, May 29, 2005.

Thread Status:
Not open for further replies.
  1. #1
    As mentioned on
    http://forums.digitalpoint.com/showthread.php?t=17297

    I will make my directory script available for free. Since there are enough people response to it immediately. I have packed it.

    You can find the script at:
    http://www.umailcampaign.com/directoryscript.aspx

    After download, there is a readme.txt file in it. It should be very simple to setup.

    I have make two more directories for myself in a few minutes. Now I have 3 more. Welcome to submit to my site.
    http://www.uuiq.com
    http://www.1stw.com
    http://www.dwff.com

    More are coming. Since it is so easy to make one more, I am thinking, why not we make 1000s together, and join a network, so everyone will get endless links. :p
     
    zguoqi, May 29, 2005 IP
  2. zguoqi

    zguoqi Well-Known Member

    Messages:
    140
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #2
    I am trying to make a standard Windows directory software. If you have any suggestion, please be kind enough to let me know!
     
    zguoqi, May 29, 2005 IP
  3. web-rover

    web-rover Peon

    Messages:
    1,341
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    0
    #3
    cool got a copu. I'll be using it soon

    cheers
     
    web-rover, May 29, 2005 IP
  4. Blogmaster

    Blogmaster Blood Type Dating Affiliate Manager

    Messages:
    25,924
    Likes Received:
    1,354
    Best Answers:
    0
    Trophy Points:
    380
    #4
    I am getting an error like this:

    Server Error in '/' Application.
    --------------------------------------------------------------------------------
    
    Runtime Error 
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. 
    
    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
    
    
    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>
     
    
    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
    
    
    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>
     
    
    
    Code (markup):
    Any idea why?
     
    Blogmaster, Sep 11, 2005 IP
Thread Status:
Not open for further replies.