Tagged Questions
2
votes
1answer
262 views
ASP.NET MVC: does AntiForgeryToken work in mono?
I'm trying to use the Html.AntiForgeryToken in ASP.NET MVC under Mono (XSP) and it does not work. It throws the following exception. Any ideas?
System.ArgumentNullException: Argument cannot be null.
...
1
vote
2answers
613 views
Is it possible to host a WCF service using Mono's XSP Web server?
I have made a very simple Asp.net web site with a WCF service - "Person.svc" - that runs fine when hosted on Asp.Net development server(visual web developer 2010), but if I host on Mono's XSP 2 and ...
0
votes
4answers
1k views
Sample web Page using Mono and XSP on windows box
I'm attempting to get my first ASP.NET web page working on windows using Mono and the XSP web server.
I'm following this chaps example. The first part of his example works very well with the latest ...
-2
votes
1answer
272 views
how get CSV FILE from the FTP server to local drive using extended stored procedures [closed]
Please give example to get file (auto) from FTP server to local machine with the help of extended stored procedures in in c# application