Go to content

Go to employees

Go to search

4

 

Problems with WebServices after upgrade from .Net 3.5 to 4.0?

When upgrading a project from .Net 3.5 to 4.0, it seems the ScriptHandlerFactory entry is removed from the <handlers> section in Web.config. Here's how to solve this problem.


How to find Application root folder in Scheduled task (no HttpContext available)

In case you need a way to find the folder on the file system where your application runs when HttpContext is not available, you can use: string applicationPhysicalPath =  HostingEnvironment.ApplicationPhysicalPath; This is useful for instance when...

Tags