Hello!
I have next problem:

My system is Windows 7 RC, and 212.200.x.x. is Windows 2008 Server 32bit.
He can login, and I, over Internet, can't. Why? I can open login page and I
can register myself, and he can see new created user.
But I can not login as admin or myself.
He installed your CMS without any problems.This log is from his App_Data folder.
Code:
2009-10-18 01:48:52,585 [6] INFO baileysoft.mp3.Mp3Scanner [(null)] - Scanner started.
2009-10-18 01:48:53,011 [11] FATAL baileysoft.mp3.Mp3Scanner [(null)] - [The directory name C:\Users\Administrator\Desktop\asd\ is invalid.]
at System.IO.FileSystemWatcher.set_Path(String value)
at baileysoft.mp3.Mp3Scanner.MonitorFolderChanges(String path) in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 148
at baileysoft.mp3.Mp3Scanner.Process() in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 118
2009-10-18 01:53:15,711 [6] INFO baileysoft.mp3.Mp3Scanner [(null)] - Scanner stopped.
2009-10-18 01:53:20,422 [6] INFO baileysoft.mp3.Mp3Scanner [(null)] - Scanner started.
2009-10-18 01:53:20,484 [9] FATAL baileysoft.mp3.Mp3Scanner [(null)] - [The directory name C:\Users\Administrator\Desktop\asd\ is invalid.]
at System.IO.FileSystemWatcher.set_Path(String value)
at baileysoft.mp3.Mp3Scanner.MonitorFolderChanges(String path) in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 148
at baileysoft.mp3.Mp3Scanner.Process() in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 118
2009-10-18 01:53:39,398 [6] INFO baileysoft.mp3.Mp3Scanner [(null)] - Scanner stopped.
2009-10-18 01:53:57,278 [6] INFO baileysoft.mp3.Mp3Scanner [(null)] - Scanner started.
2009-10-18 01:53:57,306 [11] FATAL baileysoft.mp3.Mp3Scanner [(null)] - [The directory name C:\Users\Administrator\Desktop\asd\ is invalid.]
at System.IO.FileSystemWatcher.set_Path(String value)
at baileysoft.mp3.Mp3Scanner.MonitorFolderChanges(String path) in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 148
at baileysoft.mp3.Mp3Scanner.Process() in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 118
2009-10-18 02:17:45,552 [3] INFO baileysoft.mp3.Mp3Scanner [(null)] - Scanner stopped.
2009-10-18 16:08:38,301 [3] INFO baileysoft.mp3.Mp3Scanner [(null)] - Scanner started.
2009-10-18 16:08:38,865 [6] FATAL baileysoft.mp3.Mp3Scanner [(null)] - [The directory name C:\Users\Administrator\Desktop\asd\ is invalid.]
at System.IO.FileSystemWatcher.set_Path(String value)
at baileysoft.mp3.Mp3Scanner.MonitorFolderChanges(String path) in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 148
at baileysoft.mp3.Mp3Scanner.Process() in C:\Users\Neal.Bailey\Documents\Visual Studio 2005\Projects\My Code\Web\mp3-cms\mp3-cms\trunk\Mp3Scanner\Mp3Scanner.cs:line 118
2009-10-18 16:09:17,431 [7] WARN NHibernate.Util.ADOExceptionReporter [(null)] - System.Data.SQLite.SQLiteException: Unable to open the database file
unable to open database file
at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
at NHibernate.Impl.BatcherImpl.ExecuteNonQuery(IDbCommand cmd)
at NHibernate.Persister.Entity.AbstractEntityPersister.Update(Object id, Object[] fields, Object[] oldFields, Boolean[] includeProperty, Int32 j, Object oldVersion, Object obj, SqlCommandInfo sql, ISessionImplementor session)
2009-10-18 16:09:17,442 [7] ERROR NHibernate.Util.ADOExceptionReporter [(null)] - Unable to open the database file
unable to open database file
The next problem is at my local host.
I have this error:
Code:Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 47: Defines the location of the config file containing membership provider configuration.
Line 48: -->
Line 49: <membership configSource="config\my_settings\MembershipProvider.config"/>
Line 50: <!--
Line 51: Defines the location of the config file containing role provider configuration.
Source File: C:\inetpub\wwwroot\music\web.config Line: 49
Show Additional Configuration Errors:
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4918
What I have to do?
I installed
WHOLE IIS 7.5 from Windows, I installed Microsoft ASP.NET AJAX Extensions and I can't install your CMS.
I am in administrators group.