Mike

Results 5 issues of Mike

It take 8172 port, and it required the windows user name and password.

I need to read the log file, but continue logging to file, could we add something like `FlushWithoutDispose`? Another problem I have is : does it using shared lock? I...

When we create the asp.net mvc project, there is already has a HandleErrorAttribute register to global filter: ``` public class FilterConfig { public static void RegisterGlobalFilters(GlobalFilterCollection filters) { filters.Add(new HandleErrorAttribute());...

Looks like if we want to add Head or Foot for the page. we need to pointed the html page file address, for example : ``` new ObjectSettings { header.htmlUrl=...

I want generate a PDF file page heights exactly same as the HTML page height. But I can only manually set the page height. Is there any possibility do that?