Where is the web.config file located?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
8/11/2009 4:53:23 AM
Gravatar
Total Posts 15
If God be for us, Who can be against us.

Where is the web.config file located?

Hi Guys. First of all hearty congratultions on creating such a fantastic and easy to use CMS. I have a very basic question. I was looking for the web.config file to make some email configuration. Could you tell me in which folder could I find it in? Thanks in advance.

 

8/11/2009 5:32:19 AM
Gravatar
Total Posts 550

Re: Where is the web.config file located?

You can see it in root of your web site. If you get source code from repository find it in Web folder.

Best,

Asad

8/11/2009 6:39:40 AM
Gravatar
Total Posts 15
If God be for us, Who can be against us.

Re: Where is the web.config file located?

Hey Asad. thanks for the quick response. When i click the administration menu, and then click on file manager, i dont see the file. Am i doing something wrong?

8/11/2009 6:41:35 AM
Gravatar
Total Posts 18439

Re: Where is the web.config file located?

You cannot edit the Web.config file from file manager. You would need to download it using ftp and edit it then upload it again using ftp.

Hope it helps,

Joe

8/11/2009 6:52:54 AM
Gravatar
Total Posts 15
If God be for us, Who can be against us.

Re: Where is the web.config file located?

Thanks a lot Joe. Will try doing that.

8/11/2009 7:47:49 AM
Gravatar
Total Posts 15
If God be for us, Who can be against us.

Re: Where is the web.config file located?

Thanks joe. i found the web.config file. I made some changes but it gives me an error when i try to fill out the contact form. Could u please have a quick look if everything is entered correctly. Thanks in advance. God Bless

<add key="SMTPServer" value="mail.mojoservices.net" />
<add key="SMTPRequiresAuthentication" value="yes" />
<add key="SMTPUseSsl" value="true" />
<add key="SMTPPort" value="25" />
<add key="SMTPUser" value="preetham@mojoservices.net" />
<add key="SMTPPassword" value="jayanth" />
<add key="SMTPTimeoutInMilliseconds" value="15000" />
<add key="DefaultEmailFrom" value="preetham@mojoservices.net" />
<add key="WebMaster" value="preetham@mojoservices.net" />

<system.net>
<mailSettings>
<smtp from="preetham@mojoservices.net">
<network host="mail.mojoservices.net" port="25" password="jayanth" userName="preetham@mojoservices.net" />
</smtp>
</mailSettings>
</system.net>

 

8/11/2009 11:07:35 AM
Gravatar
Total Posts 18439

Re: Where is the web.config file located?

How can I possibly know if your settings are correct?

All I can tell you is if the settings are correct for your mail server and the mail server is configured to allow the web server to relay through it, it will work.

Hope it helps,

Joe

8/12/2009 7:11:05 AM
Gravatar
Total Posts 15
If God be for us, Who can be against us.

Re: Where is the web.config file located?

Thanks Joe. Thanks for creating mojoPortal, which gave me an opportunity to use a CMS to develop a website instead of developing it the traditional way. God Bless you.

You must sign in to post in the forums. This thread is closed to new posts.