Search Results

2
votes

How to access the HttpServerUtility.MapPath method in a Thread or Timer ?

When the timer elapse, there is no current HTTP context. This is because the timer events are not related to a specific HTTP request. What you should do is use HttpServerUtility.MapPath whe …
0
votes

Reuse MVC arhitecture; Have two layers of UI : ASP.NET MVC and .NET Winforms

You can check the User Interface Process Application Block for .NET. I don't think it will work with ASP.NET MVC t …
1
vote

How do I publish multiple web site projects in the same solution to one folder?

You could use an MsBuild on NAnt build script to do that. …