As I said I am using the email server of my university. So does any smtp service on IIS come into picture? I haven't done this before so not sure how it works.
Mandar On Thu, Apr 8, 2010 at 4:47 AM, Gunawan Hadikusumo < [email protected]> wrote: > just make sure that on that IIS there is smtp services..... > > > On Mon, Apr 5, 2010 at 10:32 AM, Mandar Kulkarni > <[email protected]> wrote: > > Hello, > > > > I have written some code in ASP.NET that sends an email to the user > > once he submits a form. I am using SmtpClient class for that and email > > are routed using mail server at my university. The emails are going > > through fine when I run the code from Visual Studio directly i.e. when > > page is not hosted on IIS. But when I deploy the page on IIS, the form > > just spins after submit and never comes back. > > > > Any clues what might be the problem? > > > > Thanks, > > Mandar > > > > > > -- > > To unsubscribe, reply using "remove me" as the subject. > > >
