-
Webpanel problem??
Hey guys, i have Windows Srv 2008 R2 VDS. I setup iis, plesk and appserver. aspx port -> 80 - php -> 973. my vds's ip with 80 port http://31.210.126.210 and this is aspx with 973 port http://31.210.126.210:973 When I install I get the error aspx panel http://u1306.hizliresim.com/1b/l/p95yk.jpg I use eternal panel, php to panel Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\class\mssql.class.php on line 15 I get an error such as emergency assistance :(
Sorry bad eng :(
Uppppppppppppppp hurry :(
-
Re: Webpanel problem??
which Panel you Use??
At all try this
Open IIS Manager
Expand Site
Click On Your Site
Under IIS Monitor Open Directory Browsing And Press On Enable From Action
Try and Tell me Resul
-
Re: Webpanel problem??
Is the same. Nothing changed. Im use vsro eternal panel
Results;
Code:
Server Error in '/' Application.
Invalid object name 'dbo._RefSiegeFortress'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'dbo._RefSiegeFortress'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SqlException (0x80131904): Invalid object name 'dbo._RefSiegeFortress'.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +404
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() +412
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1363
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +58
System.Data.SqlClient.SqlDataReader.get_MetaData() +118
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +6312385
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +6313986
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +538
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +28
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +256
System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +19
System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +21
System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +325
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +420
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +312
System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +3368519
System.Web.UI.WebControls.DataList.CreateControlHierarchy(Boolean useDataSource) +546
System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) +178
System.Web.UI.WebControls.BaseDataList.EnsureDataBound() +90
System.Web.UI.Control.EnsureChildControls() +182
System.Web.UI.Control.PreRenderRecursiveInternal() +60
System.Web.UI.Control.PreRenderRecursiveInternal() +222
System.Web.UI.Control.PreRenderRecursiveInternal() +222
System.Web.UI.Control.PreRenderRecursiveInternal() +222
System.Web.UI.Control.PreRenderRecursiveInternal() +222
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4185
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
-
Re: Webpanel problem??
Aspx Or PHP ??
Can you Upload this Panel? to check whats the Problem ?
-
Re: Webpanel problem??
Ok Checking Now
Rar Password ??
-
Re: Webpanel problem??
First Setup Net Framework 4 Or 4.5
Then
Open your command prompt (Windows + R) and type cmd and press ENTER
You may need to start this as an administrator if you have UAC enabled.
To do so, locate the exe (usually you can start typing with Start Menu open), right click and select "Run as Administrator"
Type cd C:\Windows\Microsoft.NET\Framework\v4.0.30319\ and press ENTER.
Type aspnet_regiis.exe -ir and press ENTER again.
If this is a fresh version of IIS (no other sites running on it) or you're not worried about the hosted sites breaking with a framework change you can use -i instead of -ir. This will change their AppPools for you and steps 5-on shouldn't be necessary.
at this point you will see it begin working on installing .NET's framework in to IIS for you
Close the DOS prompt, re-open your start menu and right click Computer and select Manage
Expand the left-hand side (Services and Applications) and select Internet Information Services
You'll now have a new applet within the content window exclusively for IIS.
Expand out your computer and locate the Application Pools node, and select it. (You should now see ASP.NET v4.0 listed)
Expand out your Sites node and locate the site you want to modify (select it)
To the right you'll notice Basic Settings... just below the Edit Site text. Click this, and a new window should appear
Select the .NET 4 AppPool using the Select... button and click ok.
Restart the site, and you should be good-to-go.
-
Re: Webpanel problem??
Same :( nothing is changed :(