WRT600N - cannot publish with MS Frontpage

I have a Linksys WRT600N router, new.
I am unable to publish anymore using Microsoft Frontpage.  I keep getting the error "The server unexpectedly dropped the connection."
I am using Comcast Cable, and the router sits behind a Motorola Surfboard Cable modem.
Steps I already tried:
- Plugged directly into the cable modem everything works fine
- Using my older Linksys WRT54GS everything works fine
- Using my cell card and any other ISP connection everything works fine
- Using the WRT600N router, Frontpage stops publishing
I already tried disabling every security setting there is on both the router and my PC and even tried a DMZ, but still no luck.
All the advanced wireless settings in the router are set at default (MTU, etc.)
I've spent a couple weeks on this problem and have come to the conclusion it must be something in the router itself.  I'm having other buggy problems with accessing the network storage and getting uploads from certain web sites (like the Speakeasy speed test), so something isn't right.
Any help would be appreciated.
Thank you.
Tom
P.S. Yes, I am running the latest firmware build available online.

To do a reset, all I have to do is hit the reset button, correct?  I did do that, but none of my settings were lost and it didn't seem to make any difference.
Tom

Similar Messages

  • Hi, i cannot publish my iWeb site with  a non mac domaine name...can anyone help please?

    hi, i cannot publish my iWeb site with  a non mac domaine name...can anyone help please?

    Hi, I have a site developed by myself usinf iWeb and as iWeb are no longer hosting teh sites in 2012 i have found another domaine. It is with Go Daddy and the domaine / name is live. I have tried to publish site using fttp but keeps coming up wih a common error message saying the info i have input is incorrect. I have tread this may be an issue if host is a windows based host???
    appreciete your help

  • Trying to publsh changes to my website. I get a message "There was an error communicating with the FTP server. Try again later, or check with your service provider." I did, and all my settings are correct, but still cannot publish

    Trying to publsh changes to my website. I get a message "There was an error communicating with the FTP server. Try again later, or check with your service provider." I did, and all my settings are correct, but still cannot publish.
    Any other ideas?

    Most likely you are suffering from a bug in iWeb that doesn't let you publish websites if an image you have added to your site begins with space. You can either search for that image and remove it.
    <Link Edited by Host>

  • Cannot publish .mp4 with AdobeCaptivate 7

    Hello,
    I cannot publish mp4 files. I creted a software simulation and want to publisg this as an mp4 file.
    The AdobeVideo publisher starts and quits immediatelly. I gave had this with Captivate 6 as well but back in the day I was not using this feature so I did not deal with it. Now that i need it I cannot work!
    I am using MAC and mountain lion on my iMac and Maverics on my laptop.
    Also checking the applications folder it seems that videopublisher is not properly installed. I have unistalled and reinstalled several times but no change. My IT dpt. tried as well and no joy.
    The files generates but it is 0bytes as you can see:
    I have heard about the issue before but I have searched throughout the web and your forum and could not find a resolution to my problem.
    Can you please help me?
    Regards,
    Argi

    I am using ADI version 7.2.5, but I think we were using that version before.
    Are you saying that you are able to log into ADI, but when you submit a report,
    you receive an error message?
    What does the error message say?
    I recall having an issue before, because I forgot to include the
    'FND...' entries in the tnsnames file..
    Mark K

  • Cannot publish 1 page in CS4. Other pages including index.html ok. Error message results.

    After many months of no difficulty, I suddenly cannot publish changes to one of my pages (all others work) without getting the error message 'Another instance of Contribute is doing a workflow operation. Do you want to break the workflow and continue.....?' Whether I say yes or no and follow the prompts, it doesn't work. One way lets me exit, the other locks up my computer and I have to 'end task' to get control back. I hoped that the answer to the 'cannot publish index page' thread would help, but I didn't understand because most of this stuff is over my head. The only thing unusual I can dectect is the page name has an # sign after html as in 'name.html#tuition.' The word tuition refers to a pointer on the page. When I switch to edit mode, an asteric * appears after 'html' on the page name. I do not see that on any other page when I edit. I have CS4 version 5. Can anyone help? I don't know how many people there are in India, but I talked to half of them in a 2.5 hour 'session' in which I was transferred in a least 3 complete loops to every department and passing 'go' 3 times before some techie finally said I should email my question in and will get a reply within 3 days. Yeah, right. Worst tech support experience I have had in 10 years.

    Hi,
         Can you try deleting the Preferences and the Contribute's User Configuration folder. You will lose your website connections, you can recreate them again after relaunching Contribute.
    If you have installed Contribute in Mac, go to <Username>/Library/Application Support/Adobe folder and delete Contribute CS4 folder there. Also, go to <Username>/Library/Preferences/ folder and delete the 'Adobe Contribute 5 Preferences' file.
    If you have installed Contribute in Windows XP, the Contribute's Configuration folder will be in C:\Documents and Settings\<your username>\Local Settings\Application Data\Adobe\. Delete the Contribute CS4 folder there. To clear the registry for Contribute, type 'regedit' in the Run window.(Click Start, and click Run, and then type 'regedit' in the text field.) Select HKEY_CURRENT_USER, then Software, then Adobe, then Contribute CS4. Click Delete button. Close the Registry Editor window.
    The <username>, I have mentioned above is the name with which you will have logged into the machine.
    Now, Relaunch Contribute and connect to your website and try editing the web pages from your website. Can you try this?

  • I updated to os x 10.8.5 today and now I cannot publish changes to my web page through iweb.  iweb crashes every time I try to publish

    I updated to os x 10.8.5 today and now I cannot publish changes to my web page through iweb.  iweb crashes every time I try to publish

    First do the following:
    1 - delete the iWeb preference file, com.apple.iWeb.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete iWeb's cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iWeb folder (Snow Leopard and Earlier).
    NOTE:  In Lion and Mountain Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    Next, in Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion or Mountain Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file in your Home/Library/Application Support/iWeb folder that you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • Company Name vs. Seller Name vs. Copyright (app publishing with company account)

    Hello,
    the more I read on this topic (publishing apps on the iTunes Store), the more confused I am...
    Can somebody please confirm my findings when publishing an app using a company account:
    Company Name is set once when uploading the first app. Cannot be changed (unless manually by contacting Apple Support). Is the same for all apps published with this developer account. Appears, for example, in the breadcrumb navigation on top for each app.
    Copyright can be set individually for each app. Thus, can be different for different apps published with one developer account
    If this is correct, I am left with the following questions concerning the "seller name" that is displayed on the left-hand side when browsing the itunes Store via Web. I have noticed for some accounts  the "Company Name" (e.g, "Deutsche Lufthansa AG") can be different from the Seller Name ("Lufthansa German Airline").
    Where can I determine which name is displayed here? When I log on to iTunes Connect, where can I find the text that is displayed as "Seller name"?
    Can I change this name even after publishing my first app? If so, how?
    Can this string differ for different languages (localization) for one and the same app?
    Your support is highly appreciated.
    Regards,
    blootplazma

    Thanks for your reply Michael.
    As I said, using my real name is fine with me, but I was wondering whether we need to use the entire name as it is, or whether we may be able tu display a subset of it as the display name. Mine is ridiculously long, and it would be a joke to use the full name there
    For e.g. in your case, would it be possible for you to have "M. Superczynski" as the displayed developer name instead of your full name?

  • Cannot Publish in ADI ver 7.2.4

    Hi,
    Is this a known bug issue? I have a correct tnsnames file, and all correct passwords, however I still cannot publish reports.
    I was told that this is a known issue with ADI ver 7.2.4. I am trying to find a web page from Oracle that acknowledges this bug, but I cannot find it.
    Anyone know the bug in ADI and where I can find info about it? I tried to Google it, however it didn't come up. Or is anyone running 7.2.4 and able to publish?
    Thanks in advance!!!

    I am using ADI version 7.2.5, but I think we were using that version before.
    Are you saying that you are able to log into ADI, but when you submit a report,
    you receive an error message?
    What does the error message say?
    I recall having an issue before, because I forgot to include the
    'FND...' entries in the tnsnames file..
    Mark K

  • Cannot publish to MP4, get blank, yellow warning

    I am using Captivate 6 (cloud - online) - which I just purchased June 2013. I use an iMac OS 10.8.4
    The file size I am tyring to publish is 38.8 MB, but I cannot publish to MP4. 
    I even tried with a file that was only 4 MB, and cannot publish.
    I also have the latest version of Captivate (6.2) Updated today.....
    Tried after the upadte and still cannot publish.
    The file names do not have any odd characters or spaces.
    Any help would be appreciated.

    Hi there,
    Can you please confirm what is the resolution of your project? (check the bottom right side or click on modify > rescale project and check height & width).
    Create a back up of your project (save it with a different name on another location), then rescale the project, so that W & H both should be in even numbers. (increase or decrease W or H by 1 to make them even)
    Then republish your project in .MP4 and check whether this works?
    Thanks.

  • Cannot publish: solution found

    Hi all. I'm an iWeb/.mac newbie with a trial .Mac account testing whether or not to keep the .mac.
    I first fired up iWeb a few weeks ago, then didn't have time to mess with it. Recently, from lack of time to do a photo gallery myself via emacs, and the need to share some pictures, I used iPhoto to put some pictures online on the .mac account.
    That worked fine and page was created, that is until I started messing with iWeb trying to add more pages. I had previously published one small/test page just fine, then continuously (weeks) had problems and could not publish. Then 1.1.1 came out, and I still could not publish.
    Some of the solutions I tried: editting the Domains.sites package. Deleting the iweb prefs file. Deleting the Domains.sites file. (see group archive for explanations of these methods)
    Nothing worked, and I spent hours reading all your helpful messages in this forum and surfing for solutions.
    Last nite I finally hit on the problem - an upstream httpd proxy server (squid, on a Firewall). I realized the first iWeb page I had published I did from a Mac at work. The rest I tried doing from home, where the proxy server is. Whenever I tried to publish from home I got the "cannot publish" error. I had mistaken that for .Mac downtime, slowdowns, phase of the moon, you know the drill.
    So last nite I turned of the web-proxy here, and lo and behold I now have absolutely no problems publishing (proof: http://web.mac.com/lottadot/ )

    With the firewall I'm using it's just a checkbox to enable/disable. YMMV. BTW, Astaro is free for home use. http://astaro.com/

  • Eclipse cannot publish to osb 10.3.3

    Hello experts,
    It seems that I cannot publish from Eclipse to a linux osb test app server.
    The error message:
    The specified domain path is not a valid Oracle Service Bus domain
    Already checked the config.xml file according to a older post Oracle Service Bus configuration project deployment problem .
    it is <source-path>/opt/middleware/osb_11.1/lib/kernelEar</source-path>
    My versions follow:
    Eclipse Platform
    Version: 3.7.2
    Build id: M20120208-0800
    TIA!
    Edited by: NickAiva on May 2, 2013 5:11 PM
    Edited by: NickAiva on May 3, 2013 11:41 AM

    Yes, it does.
    Version compatiblity issue between OEPE and OSB
    Project developed on higher version of OEPE OSB plugin may not get deployed into lower version of OSB runtime as it is not certified. Even Oracle won't provide any support if you will face any issue, in such case. So it's better to use compatible OEPE OSB plugin (in your case OSB 11.1.1.3.0)
    I asked you whether you have PS2 (11.1.1.3.0) installed in your machine from where you are trying to publish and definitely answer is "No". You are using OSB plugin of higher version for development and trying to publish the project to lower version of OSB, which is not certified (or supported, in other words)
    OEPE 11.1.1.5 is certified with OSB 11.1.1.3.0 plugin so please use this combination.
    Regards,
    Anuj

  • Cannot Communicate with Datasocket Servers on Private Networks

    I have not had the opportunity to confirm nor deny the reports I'm getting about an application that I've built and distributed, but let me give you the details and I'd like to know if anyone has heard of this and might be able to give me some words of wisdom.
    I have a rather simple program that uses a datasocket server to publish data that multiple client computers read (the clients are ONLY readers, and the host is the only writer).  The computers are all connected to a 4-port router, and the computers within the network can ping each other, FTP files back and forth to each other, and can also share Windows shares (they're all WinXP computers).  These computers have their firewalls completely turned off, and the router has no built-in firewall; my contacts have tested 4 different models of routers and get the same behavior on all 4 of them. 
    Anyway, on a closed network where the router is NOT plugged into the internet, the client machines cannot communicate with the Datasocket server via dstp (or any mechanism thereof).  To communicate with the datasocket server, I use the raw IP address of the computer, like:  dstp://192.168.1.100/namespace/variable.  When the software attempts to make the connection, errors saying the datasocket server/variable does not exist spew out.  Remember that machines on this network can ping each other, communicate with each other via windows shares, and can even FTP files back and forth.
    Once a live internet connection is plugged into the router, everything seems to spring to life.  All communication with the datasocket server immediately begins working (when it is attempted to connect again). 
    I initially thought the problem might be related to a stale DNS server entry in the network configuration, but even after resetting the router (so that the router has default values and points to itself for DNS lookups) the problem still exists.  They've rebooted the computers connected to the router NOT on the internet to make sure all the new network values are taken, and still no luck.
    Has anyone run into this and found a workaround?  Unfortunately where we need to set up this network is not near a live internet connection, and we're beginning to be SOL if we cannot find an adequate workaround.
    Thanks!
    -Danny

    Danny,
    This definitely seems like an issue with your router/configuration -- unfortunately after searching around I don't have much to offer, but here are a few thoughts --
    Is it possible that the router is somehow dependent on its uplink port being connected? Have you searched the router's configuration utility/KnowledgeBase for anything that sounds like this issue?  Could it be possible to disable this?  Is it possible that some application, whether on the router itself or an application on your client PCs is constantly trying to ping something on the internet and hogging bandwidth because a connection cannot be established?
    I was a little confused by these two statements which seem conflicting:
    "When the software attempts to make the connection, errors saying the datasocket server/variable does not exist spew out."
    "I am usually able to connect to the datasocket
    server, but my data coming from the datasocket server is VERY slow and
    very spotty.  My data becomes stale and is not refreshed any more."
    Are you still getting errors as mentioned in the first statement? If not, what changed?
    One thing that may be of use is to use a low level traffic monitoring utility like Ethereal and compare packet types and volumes when the Internet is connected and when it is not.
    Message Edited by Doug M on 12-15-2006 04:28 PM
    Doug M
    Applications Engineer
    National Instruments
    For those unfamiliar with NBC's The Office, my icon is NOT a picture of me

  • NW2004s SP12 - SP13: Model DC cannot publish Modelclasses to other DCs

    All,
    We are facing an issue with accessing the model classes in the another webdynpro DC once we upgraded our portal from sp12 to sp13.
    We referred to the following thread NW2004s SP12 -> SP13: Model DC cannot publish Modelclasses to other DCs
    We tried keeping the package name same for model as the model class's as in the above thread.
    Did anyone else face similar kind of issue?
    Any lead on this would be appreciated.
    regards,
    Pobi

    Hi Shibendra,
    In your model DC, the required model class files that need to be packed into a public part have to be added as "File" type entities to the public part.Till SP12,the model classes were being added as "Java Package Tree" type entities which does not work in SP13.
    Please refer to the SAP note # 1126451 for more details on this change of behaviour in SP13.
    Regards,
    Ashitha.

  • Cannot publish to MobileMe?

    Hi guys,
    Have used Mobile Me in the past to upload iWeb sites with a movie. Usually no problem, but now it is saying that it has published, but when I try the link it says 'page not found'.
    Also when I try to look at previous movie on a PC using Firefox or Internet Explorer, I can see the web page and the movie box, and can hear the audio - but no picture!
    Please help - it is driving me mad!!
    Stephen

    Besides the wrong title of the post "Cannot publish to MobileMe?" (Yes you can) the question is:
    why do you publish a wall-to-wall video (1280x720) of 53.2MB and display it as a thumbnail (533x300) on the page?
    I exported it for iPhone and now the video is 480x270 and 13,4MB.
    but on a pc - just audio, no movie
    Might be this : [SOLUTION : Movie NOT playing on Windows PC|http://discussions.apple.com/message.jspa?messageID=10370447]

  • Cannot publish site changes since upgrading to 10.7.  Suggestions?

    I cannot publish site changes since upgrading to 10.7.  Suggestions?

    In Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    For opening your domain file in Lion for the first time or to switch between multiple domain files  Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    Just launch the applicaiton, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    Or you can download an already compiiled version with this link: iWeb Switch Domain. Run it to open your site and see if you can publish.  If that doesn't help try the following:
    delete the iWeb preference file, com.apple.iWeb.plist, that resides in your Home() /Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    launch iWeb and try again.
    OT

Maybe you are looking for