View Full Version : Classifieds Kit
bruce
06-15-2006, 05:27 AM
Check your web.config file
Make sure the mailSettings section is setup correctly
<smtp>
<network
host='localhost'
port='25'
defaultCredentials='true'
userName=''
password=''/>
/>
</smtp>
Bruce
DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)
cbrscae
06-15-2006, 06:34 AM
Thanks for reply
I have the Email settings exactly as you specified,
same error message
C
Aristotle
06-15-2006, 08:42 AM
Try...
1. defaultCredentials='false'
2. remove userName and password attributes
If that still doesn't work, set the customErrors mode to Off in the web.config so you can see a more detailed error message to get to the bottom of the cause.
Aristotle
DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)
cbrscae
06-15-2006, 09:20 AM
Hello,
In the Classifieds Kit
When attempting to send email I get the following error
"The email was not sent. Contact the system administrator for further details"
Many Thanks
C.
cbrscae
06-16-2006, 07:58 AM
Did as you said, Same result
Changed this
<system.web>
<customErrors defaultRedirect="Error.aspx" mode="RemoteOnly" />
to this
<system.web>
<customErrors mode="Off" />
same error
C.
pleblanc
07-21-2006, 03:42 AM
How do i do this??
4) Install the Database Schema on DiscountASP.NET SQL server
- The SQL script to generate the database is located in the /App_code directory
- You can use your favorite SQL client to execute the script. Here, I am using osql as an example
a) Execute the command below to create the schema
osql -S <sql server name> -U <db_user> -P <DB_password> -d <DB_Name> -i <path to the starterKit>\App_datat\classifieds-add.sql
b) Execute the command below to create some sample data
osql -S <sql server name> -U <db_user> -P <DB_password> -d <DB_Name> -i <path to the starterKit>\App_datat\classifieds-categories.sql
bruce
07-21-2006, 05:29 AM
what do you mean??
Isn't the instruction clear enough?
Just run the following commands and replace your DB information
osql -S <sql server name> -U <db_user> -P <DB_password> -d <DB_Name> -i <path to the starterKit>\App_datat\classifieds-add.sql
osql -S <sql server name> -U <db_user> -P <DB_password> -d <DB_Name> -i <path to the starterKit>\App_datat\classifieds-categories.sql
Bruce
DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)
pleblanc
07-21-2006, 06:14 AM
I did Bruce....that is why I was asking for more clarity......such as go to the command prompt...etc.....looking for stuff like that just in case I did something wrong.....ultimately if I loaded the classified and i get an error to contact a administrator. see....www.birdzee.com
bruce
07-21-2006, 09:20 AM
This error is trapped by the application.
I recommend you go to the web.config (on the server) and disable CustomError
Set it to CustomError="Off"
Bruce
DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)
pleblanc
07-22-2006, 12:12 AM
The page cannot be foundThe page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
Please try the following:
Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
Click the Back (:history.back(1)) button to try another link.
HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)
Technical Information (for support personnel)
Go to Microsoft Product Support Services (http://go.microsoft.com/fwlink/?linkid=8180) and perform a title search for the words HTTP and 404.
Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.
pleblanc
07-22-2006, 12:13 AM
I am positive Bruce that the default.aspx is there and it is chosen at the top of the document list.
bruce
07-22-2006, 05:10 AM
hmmm.. i am not sure what else I can recommend.
The web server error message is almost 100% accurate and if it returns 404, the file is definitely not there.
Bruce
DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)
joelnet
07-24-2006, 08:42 AM
Is www.birdzee.com (http://www.birdzee.com) the page receiving the error message? I went there, but did not receive an error message. Is this problem resolved?
Joel Thoms
DiscountASP.NET
http://www.DiscountASP.NET
pleblanc
07-24-2006, 09:22 AM
Yes...to both.....Issue has been resolved. I sent a message on sat. stating that it was resolved....thanks for your help though...
pleblanc
07-28-2006, 10:31 AM
Did you ever get this issue resolved? I am having the same problem.
vBulletin® ©Jelsoft Enterprises Ltd.