Hi,
Can I write a mail sending Application by using Window Application in ASP.net instead of web application in ASP.net? How can i do it if it is possible?
Thanks
vivian
Printable View
Hi,
Can I write a mail sending Application by using Window Application in ASP.net instead of web application in ASP.net? How can i do it if it is possible?
Thanks
vivian
I think you might be a bit confused ASP.NET is aways web based. The two most widely used languages used in ASP.NET are C# and VB.NET. You can write Windows applications using these languages and the .NET framework (but it's not ASP.NET!).
I would suggest using an application like Visual Studio .NET or perhaps the open source SharpDevelop -> http://www.icsharpcode.net/OpenSource/SD/.
Let me know if I have misunderstood.
DJ