I am developing a web application which has form based authentication. All pages needs to be authenticated except AboutUs and ContactUs pages.
Solution is called Portal which holds Areas/CMS/Login folder inside it. Login controller in CMS/Controllers is almost the same as AccountController in Portal solution. I customized Login and it works
Here is my code, Dim allFiles As FileInfo() = tempDir.GetFiles(\"*.pdf\", SearchOption.AllDirectories)
I am wanting to list all the files in a folder that a user has read access to. The user visits the website and can use Forms Authentication for some aspects of the site (e.g. adding links etc), but I
I currently have a compiled C# program but whenever I run it I get the Windows encountered a problem error.
I have two identical servers. Both Win2k3. I have a web service that queues emails and an application that consumes that service. Both are hosted on both machines using identical folder structures, pe
I wrote a .Net application that has nothing to do with network communication. There is开发者_Go百科 not a single line of code in the whole application that uses the NIC, but my firewall has caught it
Silly question, perhaps. I\'ve developed an app on my machine that uses a Microsoft Access database (.mdb) to access certain information and populate a table with monitoring data using OLEDb.