Here is what I have experienced so far:
1.) This was a website solution vice a web application which is my preference when working with these types of applications. I tried to copy and paste the files over and was reminded of this pit fall.
- Designer pages which contains all the globals for the controls is not present in a website solution.
- Markup Header files use the CodeFile vice CodeBehind keyword
- Namespace was not aligned with the web project name but can be fixed. That means patch each class with the new namespace for the application.
Here is what I found:
return Path.Combine(TraceLogsPath, "TraceLog." + Strings.Format(DateTime.Now, "yyyy.MM.dd") + ".xml");
No comments:
Post a Comment