PDA

Click to See Complete Forum and Search --> : ASP window application


vivian2u
Jul 7th, 2005, 04:39 AM
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

dj4uk
Jul 8th, 2005, 09:28 AM
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