![]() |
|
|||||||
| Chit Chat Public Talk about any thing you want! This forum is public. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||||||||||
|
||||||||||||
|
MSSQL Web APP..
I'm lackin in my ASP and .NET skills but really need the web based MSSQL manager. I tried to install it at http://www.ikoh.com/mssql but it does not work correct. I get this error:
Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30451: Name 'AppInterface' is not declared. Source Error: Line 8: <tr><td align="center" valign="top"> Line 9: Line 10: <% AppInterface.DrawWindowHeader ("Connect to Server", "javascript:window.close();", "350") %> Line 11: Line 12: <form runat="server"> Source File: C:\hshome\ikohweb\ikoh.com\mssql\app\connect.aspx Line: 10 If anyone can help please let me know. Once it is up anyone who would like to use it can... just trying to get it up ![]() Sincerely, Mark Laudenbach |
|
#2
|
||||||||||||
|
||||||||||||
|
Okay... I seemd to have fixed that but I get this error now:
Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'ASPEnterpriseManager.ConnectionString'. Source Error: Line 1: <object id="ConnectionString" class="ASPEnterpriseManager.ConnectionString" runat="Server" scope="Session" /> Line 2: <object id="AppInterface" class="ASPEnterpriseManager.XPInterface" runat="Server" scope="Application" /> Line 3: Source File: C:\hshome\ikohweb\ikoh.com\global.asax Line: 1 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET Version:1.0.3705.288 |
|
#3
|
|||||||||||
|
|||||||||||
|
Funnyhat-
Take all the files currently located in: http://www.ikoh.com/mssql/bin And move them into: http://www.ikoh.com/bin All other files can be left where they are. I think that will take care of it. Hope this helps, Adam |
|
#4
|
||||||||||||
|
||||||||||||
|
Adam,
Thank you for your help that worked great . Take care and thank you again. Sincerely, Mark |
|
#5
|
||||||||||||
|
||||||||||||
|
Okay it was working great for a few days now it does not work again. I get this error:
Server Error in '/' Application. -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> Arg... Any help would be great. Thank you. |
|
#6
|
|||||||||||
|
|||||||||||
|
Hmm.. sometimes on H-Sphere systems ASP.NET environment gets hosed. Try turning ASPNET off and back on again through the control panel. If you haven't changed anything in any of the files that is probably the problem.
|
|
#7
|
|||||||||||
|
|||||||||||
|
Yeah that happened to mine the other day as well, turning .NET off and on corrected it. Seems anytime psofts been on the machines things stop working properly
![]() |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using MSSQL | aVex | Chit Chat Public | 5 | 06-21-2003 05:53 AM |