The code below allows you to print pdf documents which are on a web server to an attached or network printer. Under IIS 7 I found that you need to setup a user account with permisisons for Acrobat Reader and printing which is then assigned to...
view full post...Comments
Below is the code to make an .aspx page written in C# which scans all folders on a website and generates a xml site map which google can read for all .htm or .html pages. If you want to add other file types, edit the in dirInfo.GetFiles("*.htm"))...
view full post...Comments