Jump to content
Xtreme .Net Talk

DistoStoo

Members
  • Posts

    2
  • Joined

  • Last visited

DistoStoo's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I've been most recently programming in Vb.net and haven't looked at C# code in a while so it's not fresh on my mind. But in any event - I used this line in VB and it worked. objMail = Server.CreateObject("CDONTS.NewMail") Then just setup the properties and call .send() - hope this helps, DiscoStoo
  2. Anyone have any advice for setting up web.config for multiple development environments and also making it easy to deploy the application to new environments. The problem is having to change the web.config everytime you push the application to a new environment (say production environment). Basically, what would be a best practice for avoiding having to change the config file from a development station to a production server - i.e. the database connection strings are different, different urls are used in the program. Thanks in advance
×
×
  • Create New...