Server Error -OSoft Application-

Hi Experts ,
I  am getting eror ,or BPC ecieving error :
Server Error in '/OSoft' Application.
: No such interface supported (Exception from HRESULT:
0x80004002 (E_NOINTERFACE)).]
Reagrds
Prabhu

ok.
That's means something into ODBC steps was not done correct.
Actually just trying the page:
http://nameofserver I suppose you will receive Error 500 - Internal Error or something like that.
Put back to use W3SVC1 for log and you will see it will work.
After that check the ODBC steps because somewhere you are doing a mistake.
Regards
Sorin Radulescu

Similar Messages

  • Sharepoint FBA web application error: Server Error in '/' Application. when login to the web application

    Hello Team,
    I have configured FBA in SharePoint 2010. After the FBA i can get the SQL users using people picker and added users as a site collection admin.
    When i tried to access the site, it shows login page and i have given user name and password then pressed signin button, it's try to redirect the another page and showing below 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. 
    Details: To enable the details of this specific error message to be viewable on the local server machine, 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 "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".
    <!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly"/>
        </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="On" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>
    "An exception occurred when trying to issue security token: The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+msbin1). If using a custom encoder, be sure that the IsContentTypeSupported
    method is implemented properly. The first 1024 bytes of the response were: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    <html xmlns="http://www.w3.org/1999/xhtml"> 
    <head> 
    <title>IIS 7.5 Detailed Error - 500.19 - Internal Server Error</title> 
    <style type="text/css"> 
    <!-- 
    body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;background:#CBE1EF;} 
    code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;} 
    .config_source code{font-size:.8em;color:#000000;} 
    pre{margin:0;font-size:1.4em;word-wrap:break-word;} 
    ul,ol{margin:10px 0 10px 40px;} 
    ul.first,ol.first{margin-top:5px;} 
    fieldset{padding:0 15px 10px 15px;} 
    .summary-container fieldset{padding-bottom:5px;margin-top:4px;} 
    legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;} 
    legend{color:#333333;padding:4px 15px 4px 10px;margin:4px 0 8px -12px;_margin-top:0px; 
     border-top:1px solid #EDEDED;border-left:1px solid #EDEDED;border-right:1px solid #969696; 
     border-bottom:1px solid #969696;background:#E7ECF0;font-weight:bold;'..
    I checked sharepoint logs and didn't see any log. but i can see below error logged in  Event viewer application logs,
    I tried changing all customErrors mode and still same error.
    Kindly help me on this, how to resolve the issue.
    Thanks in advance.
    JP

    Hi,
    According to your description, my understanding is that the error occurred when you accessed SharePoint site through form based authentication.
    How did you configure the form based authentication?
    Here is a link about the steps required to configure FBA in SharePoint 2010 for your reference, and check the steps to see if there anything wrong in your configuration:
    http://www.codeproject.com/Articles/352841/How-to-Configure-Form-Based-Authentication-FBA-in
    Through the common error message, we cannot find what exactly caused the error.
    Here is a similar thread for you to take a look:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/120ab535-63d2-4205-a51f-1987e9c0cf79/sharepoint-fba-the-content-type-texthtml-charsetutf8-of-the-response-message-does-not-match-the?forum=sharepointgeneralprevious
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Certain websites that i've accessed earlier in a day return a message saying 'Server Error in '/' Application. how can i access these websites and resolve what seems to be a continuing problem'

    within the past 10 days I've started to have problems in accessing websites that I visit regularly and may have visited only hours before. The message I receive is 'Server Error in '/' Application' which gives details about how to find out more information but (1) I'm not sure how to follow the information and (20 whether the information is safe, and (3) whether following the advice will correct the problem - it doesn't sound as if it will. I'll cut and paste the information below - help received with thanks (I'll just provide the current problem site but it has happened with a number including abc.net.au and classicsonline.com amongst others
    Web page error_Firefox_Feb 2011
    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>

    within the past 10 days I've started to have problems in accessing websites that I visit regularly and may have visited only hours before. The message I receive is 'Server Error in '/' Application' which gives details about how to find out more information but (1) I'm not sure how to follow the information and (20 whether the information is safe, and (3) whether following the advice will correct the problem - it doesn't sound as if it will. I'll cut and paste the information below - help received with thanks (I'll just provide the current problem site but it has happened with a number including abc.net.au and classicsonline.com amongst others
    Web page error_Firefox_Feb 2011
    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>

  • Server Error in '/' Application. [COMException (0x81020024): Unable to connect to database]

    Hi,
    My team and I are trying to resolve this issue. some of our users are having trouble uploading data into the database. this is the error that they are getting.
    I would really appreciate it if you could help me get ridd fo this issue.
    Server Error in '/' Application.
    Unable to connect to database. Check database connection information and make sure the database server is running.
    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.Runtime.InteropServices.COMException: Unable to connect to database. Check database connection information and make sure the database server is running.
    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:
    [COMException (0x81020024): Unable to connect to database.  Check database connection information and make sure the database server is running.]
       Microsoft.SharePoint.Library.SPRequestInternalClass.PreInitServer(String bstrAbsoluteRequestUrl, String bstrServerRelativeUrl, Int32 lZone, Guid gApplicationId, Guid gSiteId, Guid gDatabaseId,
    String bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, Boolean fHostHeaderIsSiteName) +0
       Microsoft.SharePoint.Library.SPRequest.PreInitServer(String bstrAbsoluteRequestUrl, String bstrServerRelativeUrl, Int32 lZone, Guid gApplicationId, Guid gSiteId, Guid gDatabaseId, String
    bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, Boolean fHostHeaderIsSiteName) +359
    [SPException: Unable to connect to database.  Check database connection information and make sure the database server is running.]
       Microsoft.SharePoint.Library.SPRequest.PreInitServer(String bstrAbsoluteRequestUrl, String bstrServerRelativeUrl, Int32 lZone, Guid gApplicationId, Guid gSiteId, Guid gDatabaseId, String
    bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, Boolean fHostHeaderIsSiteName) +479
       Microsoft.SharePoint.SPSite.PreinitializeServer(SPRequest request) +666
       Microsoft.SharePoint.SPWeb.InitializeSPRequest() +548
       Microsoft.SharePoint.SPWeb.EnsureSPRequest() +75
       Microsoft.SharePoint.SPWeb.get_Request() +74
       Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext context) +613
       Microsoft.SharePoint.WebControls.SPControl.GetContextWeb(HttpContext context) +41
       Microsoft.SharePoint.SPContext.get_Current() +123
       CKS.EBE.BlogContext.get_BlogEnabledSite() +37
       CKS.EBE.BlogHttpModule._app_PostAuthorizeRequest(Object sender, EventArgs e) +113
       System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171
    the description of the error on the server is as follows:
    The description for Event ID ( 27745 ) in Source ( Windows SharePoint Services 3 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use
    the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: #50071: Unable to connect to the database MOSS_Content_RBI on BartDB\Bart.  Check the database connection information
    and make sure that the database server is running..

    are you using the Aliases for the SQL Server, make sure your account having the correct permission.
    If it is your QA farm, you can run the config wizard to fix his problem...
    check this post having the similar issue.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/478d6b3a-a51e-48c5-832b-5afb51c69734/unable-to-connect-to-the-sql-content-database-from-sharepoint-web-front-server?forum=sharepointadminlegacy
    http://hammad1.wordpress.com/2008/06/04/unable-to-connect-to-database-in-event-logs/
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Server Error in '/' Application - The resource cannot be found

    Using VS 2008 with Framework 3.5, I built a web-service that runs perfectly on the development PC.  When I build and run the web service, it runs in a virtual port as "ASP.Net Development Server Port 49259".  All the methods will
    invoke no problem.  However, if I try bring up this web-service asmx page on another PC or the mobile app that is cradled to the development PC via USB, I get: Server Error in '/' Application. The resource cannot be found.  HTTP 404... 
    This app ran just fine back in October13 but I opened for further development over the weekend and I cannot work because of this.  I have updated PC and VS with latest updates (problem before & after updates).  Using 3.5 because I am using
    Windows Mobile 5.0 Clients.  I have searched the forum universe for the solution and have found many people with this error but with other platforms.
    I am using the DefaultApplicationPool and I made sure that the local security has READ access on the web service file folders. I hope this is something simple that I am missing.
    And help - grateful!

    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    If you are working with ASP.NET Web Application, I suggest that you can consult your issue on ASP.NET
    WCF, ASMX and other Web Services forum for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • When I try to log in to my BC account I get a message that says this"Server Error in '/' Application.  The resource cannot be found.  Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its nam

    When I try to log in to my BC account I get a message that says this"Server Error in '/' Application.  The resource cannot be found.  Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.   Requested URL: /Admin/Index2.aspx"
    Any ideas???

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • SharePoint 2013 - Server Error in '/' Application - This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database

    Hi
    After I ran SharePoint configuration wizard successfully to upgrade to SharePoint 2013 / SP1.
    I can open Central Administration site just fine.
    but now when I open any Site collection,  I got this error.
    Server Error in '/' Application
    This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration
    Wizard, located on the Start menu in Microsoft SharePoint 2010 Products
    I have restarted all the servers:  SQL server, WFE and APP servers but still cann't get this resolve.
    Services on all servers are running,  IIS - application pools are running.
    Can someone help with where that could be a problem or if there is a solution.
    Thanks in advance for your comments or advices.
    Swanl

    Please verify the followings:
    Make sure that from the SharePoint front end and application servers that you can ping your SQL server.
    Make sure that your Farm account has permission to the configuration database.
    Lastly verify that your database didn't for some reasons go into recovery mode.
    once everything is fine and you are still having issues, restart the SQL host service on the SQL server.
    Once the service is restarted you will need to reboot Central Admin and then your front end servers.
    In addition, as you built your farm inside the firewall, please disable the firwall, or create rules for SQL Server service in the firwall on SQL server.
    More information about creating rules in firewall, please refer to the following posts: http://social.technet.microsoft.com/Forums/en-US/c5d4d0d0-9a3b-4431-8150-17ccfbc6fb82/can-not-create-data-source-to-an-sql-server http://www.mssqltips.com/sqlservertip/1929/configure-windows-firewall-to-work-with-sql-server/
    Here is a similar post for you to take a look at: http://social.technet.microsoft.com/Forums/en-US/ea54e26c-1728-48d4-b2c5-2a3376a1082c/this-operation-can-be-performed-only-on-a-computer-that-is-joined-to-a-server-farm-by-users-who-have?forum=sharepointgeneral 
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Sharepoint 2013 runtime error: Server Error in '/' Application.

    Morning Ladies and Gentlemen,
    I am an Intern in a mining company that decided to use sharepoint as their intranet system. Everything was going fine upto yesterday. I don't know if this might be the source of the problem, but after my boss asked for the IP Address for PING. After that,
    I first got an error 404. Then a decision was made to restart the Server (Server is on Amazon, and we access it remotely).
    I'm getting the following 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>

    Hi Avinash
    Thanks for your quick reply.
    I have tried the steps you described and now I'm getting an Error 500.
    But I cannot see anywhere into the web.config filr the tag "trace".
    My project manager told me that the problem wasn't into the web.config file but the problem has to do with the server being out of the domain. Now the server is back into the domain and I can't really connect my Sharepoint to the FARM.
    I'm so confused but I'm still convinced the problem is in the web.config. Is there any onther technic I can use to fix this problem?
    Thanks again for your help

  • Why does opening some links in Firefox causes a "Server Error in '/' Application Runtime Error" but not in "Internet Explorer"?

    When I click on some links in an email (and Firefox is the default browser) I get the following error:
    Server Error in '/' Application.
    Runtime Error
    Description: An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page for the first exception. The request has been terminated.
    If, however, I click the same links (and Internet Explorer is the default browser) I do not get any error and the proper content of the link is displayed.
    What is causing this error? As I prefer Firefox, how can this problem be fixed?
    OS Windows 7, Service Pack 1
    Firefox Version 32.0.1
    Internet Explorer Version 11.0.9600.17280
    Thank you for your assistance.
    Prime

    When you look at the address in the address bar, does it seem to match up with the email?
    Sounds like Firefox sent the server something it wasn't expecting. Sometimes this can be caused by obsolete or corrupted cookies -- assuming you have visited the site before. It also might be caused by modifications to standard information sent to servers such as the "user agent" string that specifies your browser version and OS.
    To clear a site's cookies, while viewing a page on the site, either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * (menu bar) Tools > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?

  • Server error in '/' Application Runtime error

    hello everyone,
    I have a sharepoint 2013 in a simple farm server configuration(web server and application server on the same server (windows server 2012), and a seperate sql server ( unsure of version, but will check).   All servers using domain authentication.
    Users are randomly getting this message:
    Users are getting this randomly but are able to click the back button to get to their web pages with list views.  Any ideas why it might be happening?
    George Ferreira

    Hi George,
    According to your description, my understanding is that you got an error when you used SharePoint 2013.
    Please change the web.config files as the followings:
     1.In customErrors tag set mode="Off" to "On
     2.In SafeMode tag set CallStack="true" to false
     3.In Compilation tag Debug="false" to true
    There are three web.config files you need to change, the paths are:
     1.C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\web.config
     2.C:\inetpub\wwwroot\wss\VirtualDirectories\Port_Number\web.config
     3.C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\CONFIG\web.config
    Finally  reset IIS to do go to windows start->run->IISRESET  (for this you must have administrative permissions).
    More information, please refer to the link below:
    http://sp77.blogspot.in/2011/08/server-error-in-application-runtime.html
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Server Error in '/' Application.

    When trying to deploy a MVC 4 Application Locally I get the following error:
    Server Error in '/' Application.
    This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher
    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.ComponentModel.Win32Exception: This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher
    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: 
    [Win32Exception (0x80004005): This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher]
    [ExternalException (0x80004005): Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\Jordan\AppData\Local\Temp\Temporary ASP.NET Files\root\ef60a58d\597d69ee\iudab41m.cmdline".]
    I believe it's due to visual studio attempting to build the solution using the 32-Bit csc.exe on my 64-Bit System...
    I'm really struggling with finding a solution to this and any help would be much appreciated.

    You should post to the MVC section of the below fourm.
    http://forums.asp.net/

  • Just updated to 3.6.8. Now can't navigate reliably. Frequently get this error message: "Server Error in '/' Application. Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies th

    Just updated to 3.6.8. Now can't navigate reliably. Frequently get this error message: "Server Error in '/' Application. Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster." Pending fix of this glitch, is there a way to go back to previous version of Firefox that worked perfectly well?
    == URL of affected sites ==
    http://www.americanleather.com/ComfortSleeper/Madison.aspx?page=2

    Hi JH,
    According to your description, my understanding is that you got an error when you deleted  columns in SharePoint 2010.
    Please add the following string in <system.web> section of your web.config file :
    <pages validateRequest="false" enableEventValidation="false" viewStateEncryptionMode ="Never" />
    Note: before changing web.config, please make a backup for the file.
    Here are some similar posts for you to take a look at:
    http://forums.asp.net/p/1355367/2778642.aspx
    http://forums.asp.net/t/1166634.aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Server Error in '/' Application. WRT54GL Mangling traffic?

    Okay, here goes.  Maybe someone can help me understand this behavior and what I might be able to do to fix it. 
    I run both wired and wireless at home, a netgear 10/100/1000 workgroup switch in my room for multiple PC's and a fileserver.  Connected directly to a WRT54GL.  Which is connected to one other PC, and provides wireless service for 2 Laptops, a PSP, a DS, and a few other devices.  So, here's the issue.  This linksys is relatively new (picked it up less than a month ago.) 
    A few random sites, I come across an error basically stating "Server error in '/' application."  One fine example is http://www.ntreev.net (a site that provides a game service i actively play.) 
    This is the most prominent, as I used to regularly visit that site.  Now, since installing my WRT54GL, I can't even visit the site without that error.  Luckily, I still have the forums/etc bookmarked.  But any account maintenance, logging in, or even trying to view the updates for games, all result in that error.   For the curious, here's what I have tried so far... :
    Turn off SPI/Firewall protection : Still no go.
    Filter NAT Redirection : No go.
    Disable all VPN/IPSEC passthru (of course not entirely relevent) : No go.
    Add my PC to DMZ and disable anything for my NAT ip : Nope there too.
    Plug directly into the router, bypassing the netgear 10/100/1000 switch in my room. : Nope ...
    Rebooting all of the network equipment, and PC's still cause the behavior.
    Laptop on wireless or wired directly to the router : Nope ... I'm seeing a pattern here.
    Remove router entirely, plug PC directly into Surfboard cable modem.  It works perfectly.
    What is this router doing to my outgoing web traffic that's causing this.  I dropped 50$ on something that is mangling traffic and I've no way to fix it.  I've upgraded to the latest firmware, and it did nothing to help me.  All that did was cause me to have to set up mac filters for the wireless(again,) and more.
    I've been playing with options here and there for 2 weeks, in combination, to see if there's anything I can do to remedy this, but it's all a no go.
    Anyone have any ideas that may help?
    Thanks in advance,
    Chris
    (Just a note :  I tried my old netgear, and it worked fine, only problem with that is it locks up regularly, and loses settings on restart/power cycles, so I replaced it with a fairly well reviewed box.  So I know its not my switch, and its not my cable modem, nor any part of my network, except the WRT54GL... as things work without it in the equation.)
    Message Edited by Fury216 on 07-13-2009 06:14 AM

    Hello,
    Thanks for the reply (again,) and sorry I couldn't get back here for a while...
    I couldn't do this for a while because I had exams and projects online that I absolutely had to finish this week, so last night I broke down and decided to look at things a bit more.
    I went ahead and reflashed it with the current (latest) firmware,  directly from : http://www.linksysbycisco.com/US/en/support/WRT54GL/download , chose my version, 1.1 and installed it.
    I reset my router, repeatedly already, but did it once more.  I didn't configure all of my options, but got it online at least.  (Didn't want to bother entering all the mac addresses for wireless access again at the moment.)
    Same behavior,  I am starting to really get frustrated with this as anytime I want visit this site (which is quite a bit ...), I have to go unplug my modem, unplug my router, plug my PC's network cable directly in the modem, and plug it back in, in which case I can get to it just fine.  Then when I'm done and have no need to be on that site for a while, I can put everything back normally.  But for any account maintenance, web based stuff (games, etc), and more on there, I have to physically remove my linksys from the network in order for it to function.  
    I am seriously at a loss with this, as it's been more than 30 days since I've bought this network problem (my WRT54GL), and therefore can't return it now.  Anyone have any more ideas/options ?
    Thanks

  • Server Error in '/' Application. - WEBPAGE WON'T OPEN??!

    when i'm connected to the internet, every website seems to work fine, except on one site, which up until this last week has always been fine.
    the page comes up with this:
    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>
    I have no idea what that means and no idea how to sort it out.
    Any ideas?
    i book g4   Mac OS X (10.4.8)  

    the webpage is www.myspace.com
    it is only when i enter my login details will it say all the error details.
    and im using safari, which i have always used.
    i dont know why it would have changed as this site had been added to my bookmarks and always been the same?!
    thanks

  • Server Error in '/' Application upon logging into Myspace using Firefox

    Hi Everybody,
    I keep trying to log into myspace from both safari and firefox and everytime I get this message....
    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.
    Anybody have a solution for this? Right about the time this started happening I have not able to send mail. Related? I feel like such a mess right now!!Ha Ha!
    Any help would be appreciated!
    Jared
    G4 I Mac   Mac OS X (10.4.9)  

    Hi again J,
    You are welcome for the suggestions. Sorry, it's still a no go .
    When you are done with the gym: ) I think you ought to try login into Myspace with Safari using a freshly made "test" account. This will show if this issue is system wide,
    • Safari Preferences->Advanced tab, Proxies: check that those are not selected.
    • Are you using a third party firewall Net Barrier, or Peer Guardian?
    if you are they could be the issue, disable them do a restart & see if that helps.
    • Are you using DNS #s in System prefrences-> Network,-> Show: Airport
    or Ethernet which ever is the case,
    TCP/IP tab DNS Servers: enter DNS #'s look for your ISP's here on this page,
    http://www.portforward.com/networking/dns.htm
    ( I also make sure to add DNS #s in the Airport Admin Utility app, found in Utilities
    Or try these
    Verizon (Level3) - these are not restricted to Verizon customers
    4.2.2.1
    4.2.2.2
    The site is working for me & other users here, so the issue seems to be with either your username account on your computer or system wide on your computer, try the test account & that should help shed a little light.
    Good luck, & please keep us posted.
    Eme
    p.s I forgot this may help:
    Under the Blue Apple ->System Preferences /Accounts/ Login Options,
    Click on the padlock, enter your admin password.
    use the [+] to create one, for ease you could enter test in all the fields.
    The short name will be generated for you.
    Log Out from your user name account via the Apple menu at top-left of your screen, log in to the Test account that you created.

Maybe you are looking for

  • Where can i output  the information of GR/IR and vendor

    hi ,experts ,    I want to print out the detail information of GR/IR (which is unclearing)  and vendor , is there a standard report to support this ? I have already try T-CODE: MB5S.  thanks Jarod

  • Kanex ATV Pro VGA to S-Video?

    Anybody using a Kanex ATV Pro with an Apple TV, know if a simple VGA to S-Video, or composite cable will allow it to be used with an older CRT Television?

  • What is an error 1450, and how do I fix it?

    What is an error 1450, and how do I fix it- Yes, unfortunatly using windows xp, this error keeps coming up. I am completely updated on Itunes, please help and thanks in advance.

  • About Performance Tuning in java

    What good ways to improve performance of code that uses lot of strings?

  • Duplicate email account

    did the 10.7.4 update yesterday and now I have a duplicate mail account with all the same email.  I had my incoming mail server set to 535box.bluehost.  Now I also have one set to mail.mywebhost.  I tried deleting the duplicate yesterday but it screw