How can I create an ASPX page that has the character '.' in its name? If I name the page: "MyName.com", it will give me a lot of errors afterward. I'm using .NET 4
MSDN could do it here. Check the URL.
Here are some of the errors I'm getting:
Error 4 Invalid token '{' in class, struct, or interface member declaration C:\Sample Telerik\AnotherDotSolution\AnotherDotSolution\MyTest.com.aspx.cs 11 2 AnotherDotSolution
Error 2 { expected C:\Sample Telerik\AnotherDotSolution\AnotherDotSolution\MyTest.com.aspx.cs 10 29 AnotherDotSolution
and also in the designer:
Error 8 The type or namespace name 'com' could not be found (are you missing a using directive or an assembly reference?) C:\Sample Telerik\AnotherDotSolution\AnotherDotSolution\MyTest.com.aspx.designer.cs 13 33 AnotherDotSolution