asp

  1. M

    Opinion needed

    Hi, I'd like to send SMS messages from a database to my customers. I found this tip at http://www.ozekisms.com/index.php?owpn=400 and I'd like to know if it's relevant to my project. One of the options you can choose to add SMS functionality to your ASP project is to use an SQL SMS gateway...
  2. J

    asp .net version

    Which is the latest asp .net version released ?
  3. V

    HttpModule and WCF (AspNetCompatibilityRequirementsMode.Allowed)

    Hello, I'm hosting WCF services in Asp.net web page in (ASP.NET Compatibility Mode: AspNetCompatibilityRequirementsMode.Allowed). I've written simple HttpModule: public class ExceptionInterceptor : IHttpModule { public ExceptionInterceptor() { } public void Dispose() {...
Back
Top