Free Credit Report - Deaf Topics - Find jobs - Debt Consolidation - Bollywood India forum movie reviews

PDA

View Full Version : New ASP.NET directory script available.


zguoqi
May 29th 2005, 1:35 pm
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 29th 2005, 1:38 pm
I am trying to make a standard Windows directory software. If you have any suggestion, please be kind enough to let me know!

web-rover
May 29th 2005, 2:35 pm
cool got a copu. I'll be using it soon

cheers

Blogmaster
Sep 11th 2005, 12:57 pm
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>




Any idea why?