Sites As File

Hi There,
I am thinking about starting a small web design business just as a kind of "productive hobby" for now. My question is this...
Can I create the website on iweb, save it as a File (instead of publishing to .me), and then send it to the customer to put onto their domain?
Thanks,
- Hooked

This will work on most any domain site correct?
Yes.
And I can send it on a JumpDrive or CD?
Yes. The folder can be treated as any other.
(52634)

Similar Messages

  • Create a Site Definition file with Visual Web part in Visual Studio

    I tried to create a site definition file in Visual Studio 2013 and SharePoint 2013 by following the MSDN tutorial:
    Walkthrough: Create a Basic Site Definition Project. Near the end, I added a virtual web part control to the site definition and registered MyWebPartControls in the site definition's default ASPX page as written in the MSDN tutorial:
    Unfortunately, IntelliSense doesn't show any MyWebPartControls: tags, and VisualWebPart1 is highlighted with a warning “Element 'SMWebPart3' is not a known element. This can
    occur if there is a compilation error in the Web site, or the web.config file is missing.”
    Since it’s a warning, I went ahead to build and deploy the solution. However, when I used the site definition template to create a subsite, it returned a parser error:
    Unknown server tag 'MyWebPartControls:TestSiteDef1.VisualWebPart1'
    I spent half day researching and debugging, and finally solved the problem. The issue is on the registration line:
    <%@ Register Tagprefix="MyWebPartControls" Namespace="TestSiteDef.VisualWebPart1" Assembly="$SharePoint.Project.AssemblyFullName$" %>
    The $SharePoint.Project.AssemblyFullName$ is a replaceable parameter to provide values for SharePoint solution items whose actual values are not known at design time. Unfortunately, it does not find the right assembly name during the deployment. It should
    be replaced by the Assembly’s Strong Name. Here is how I fixed the problem step by step:
    In Solution Explorer, open the package node and double click Package.package
    Click Manifest tab in the Package.package.
    Copy the full assembly name in the package’s manifest. It may be similar like this:
              Assembly="TestSiteDef,
    Version=1.0.0.0, Culture=neutral, PublicKeyToken=a300f1f2da8ae976"
    Back to the site definition’s default.aspx page, replace the
                     Assembly="$SharePoint.Project.AssemblyFullName"
    in the registration line with the copied text:
    Assembly="TestSiteDef,
    Version=1.0.0.0, Culture=neutral, PublicKeyToken=a300f1f2da8ae976"
    Change the Namespace from
    Namespace="TestSiteDef.VisualWebPart1"
    to
    Namespace="TestSiteDef".
    The line to register the web part in a site definition file will look like this:
    <%@
    Register
    Tagprefix="MyWebPartControls"
    Namespace="TestSiteDef "
    Assembly="TestSiteDef, Version=1.0.0.0,
    Culture=neutral, PublicKeyToken=a300f1f2da8ae976"
    %>
    Clean, build and deploy the solution. It works like charm. (Note: the warning message on visual web part may still exist, but you can ignore it).

    Assuming your .ascx.vb file is inheriting from the web part class, you can add the custom properties in the same manor (language syntax aside).
    Be sure to use the attributes to correctly identify and scope the properties. (see:
    http://www.sbrickey.com/Tech/Blog/Post/SharePoint_Attributes_for_Web_Part_properties)
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com

  • Unable to load Site Control File

    Hello,
    The background :
    I am in the process of learning how to create a Management Pack for a distributed application in SCOM 2012 R2.</p><p>For this, I picked our SCCM Site server to use as an example. So, in short, am writing a management pack for SCCM 2007 Discovery.
    I know a management pack might already exist. I am trying to learn by using an architecture I'm familiar with so I need to create this from scratch.
    In order to discover SCCM Site installed on a server, I decided to use the SMS WMI namespace. By reading the
    SMS_ProviderLocation Instance, I am able to detect if the server has SCCM Site installed on it.
    My next step was to find out where the SMS database is hosted. I found
    ROOT\SMS\site_ABC\ namespace contains an instance of SMS_SCI_SiteDefinition where I can find the database name and server name which I can use to discover the other components of a distributed application.
    The problem :
    When I run the query Select * from SMS_SCI_SiteDefinition I get a generic error 0x80041001.
    More Information reveals the following:
    error description : " Unable to load site control file "
    error code : " 2160198400 (0x80c20300) "
    file name : " c:\qfe\nts_sms_fre\sms\siteserver\sdk_provider\smsprov\sspsitecontrolextractor.cpp "
    Now, I cannot find the QFE folder anywhere. The SCCM Site is working fine and the site_control_manager component has no errors. I can launch the SCCM console on that server without any errors and the site status messages do not contain any errors.
    Can someone please help me out with "detecting" an installed instance of SCCM site server using WMI? Is the above error cause for worry for the SCCM part of my brain?
    Thanks in advance for your guidance!

    Thanks for your response Don!
    The SMS_Site instance does not provide information of the database server and database name.
    The funny thing is when I browse use wbemtest to connect to root\SMS\site_XXX and enumerate classes, i do not find
    the SMS_SCI_SiteDefinition. 
    I find it when i enumerate recursively and can browse into the values. I'm not sure how could build a query against this now.
    Can anybody with a test instance of SCCM 2007 check this and let me know please?
    Everything you are looking for exist within WMI. You can use the documentation script as an example to get what you are looking for.
    http://www.enhansoft.com/pages/downloads.aspx
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • The master site control file does not contain a component item for SMS_STATUS_MANAGER.

    New to the System Center world. We are using a fresh install of Server 2012 R2 and System Center R2 with everything working until Server 2012 R2 Update 1 was installed. Now we are getting the following:
    Site type: Primary Site or CAS SMS_STATUS_MANAGER
    6/4/2014 1:35:21 PM 10996 (0x2AF4)
    Resolved the "Status Manager" inbox to "C:\Program Files\Microsoft Configuration Manager\inboxes\statmgr.box\statmsgs".
    SMS_STATUS_MANAGER 6/4/2014 1:35:21 PM
    10996 (0x2AF4)
    Opened a change notification handle for directory "C:\Program Files\Microsoft Configuration Manager\inboxes\statmgr.box\statmsgs".
    SMS_STATUS_MANAGER 6/4/2014 1:35:21 PM
    10996 (0x2AF4)
    Resolved the "Site Control Manager (Master Site Control File)" inbox to "C:\Program Files\Microsoft Configuration Manager\inboxes\sitectrl.box".
    SMS_STATUS_MANAGER 6/4/2014 1:35:21 PM
    10996 (0x2AF4)
    Opened a change notification handle for directory "C:\Program Files\Microsoft Configuration Manager\inboxes\sitectrl.box".
    SMS_STATUS_MANAGER 6/4/2014 1:35:21 PM
    10996 (0x2AF4)
    Parsed the master site control file, serial number 1551209029.
    SMS_STATUS_MANAGER 6/4/2014 1:35:21 PM
    10996 (0x2AF4)
    This site is the central site. SMS_STATUS_MANAGER
    6/4/2014 1:35:21 PM 10996 (0x2AF4)
    ERROR: The master site control file does not contain a component item for SMS_STATUS_MANAGER.
    SMS_STATUS_MANAGER 6/4/2014 1:35:21 PM
    10996 (0x2AF4)
    Sleeping for 60 seconds... SMS_STATUS_MANAGER
    6/4/2014 1:35:21 PM 10996 (0x2AF4)
    Any thoughts on how to fix this? Seen a few references to a "site reset" for SCCM 2007 but wanted to make sure there wasn't anything else to try before heading down that road with 2012R2.

    A site reset can also be done in CM12 so it's worth a try.
    Torsten Meringer | http://www.mssccmfaq.de

  • Site definition files? anyone?

    OK so I am new to website creation, so please cut me some
    slack. Using Dreamweaver CS3 on a Mac, in the manage sites window,
    none of the sites I created with Dreamweaver 8 are shown, yet they
    all reside in a local sites folder in my documents folder. When I
    choose the import function, it asks for the location of my site
    definition files (ste) but none are visible anywhere on my system.
    How do I import/recognise my previously built sites in Dreamweaver
    CS3? Totally confused here...

    The sites *should* have been migrated when you installed CS3,
    but you can
    always go back into DW8, EXPORT the sites, then IMPORT them
    into CS3.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Tik-Tok Man" <[email protected]> wrote in
    message
    news:fd4vjq$ddf$[email protected]..
    > OK so I am new to website creation, so please cut me
    some slack. Using
    > Dreamweaver CS3 on a Mac, in the manage sites window,
    none of the sites I
    > created with Dreamweaver 8 are shown, yet they all
    reside in a local sites
    > folder in my documents folder. When I choose the import
    function, it asks
    > for
    > the location of my site definition files (ste) but none
    are visible
    > anywhere on
    > my system. How do I import/recognise my previously built
    sites in
    > Dreamweaver
    > CS3? Totally confused here...
    >

  • Just where ARE the site definition files?

    I've just received CS4.  I want to move it to my more powerful laptop when I install it.  I know how to do that and I can move site files, but where are the site definition files?  I really don't want to have to set up each site from scratch.  Is there one (or more) files that are the name, url, location, id, password etc for each of the (many) sites in CS3?
    don Carlos

    To import/export site definitions (not site files):
    On the old computer:
    Site > Manage Sites
    Shift click to highlight all site names
    Export..
    Same procedure on new computer then Import..

  • Secondary Site install - Site Control File is invalid

    I have installed 9 secondary sites successfully and without issue.  My tenth however is not going as well.
    The bootstrap.pkg made it there and the install shows as completed however reviewing sitecomp.log on the secondary site shows the following:
    Publish Servers in Active Directory. SMS_SITE_COMPONENT_MANAGER 3/15/2013 1:09:59 PM 2252 (0x08CC)
     Processing forest mydomain.com. SMS_SITE_COMPONENT_MANAGER 3/15/2013 1:09:59 PM 2252 (0x08CC)
      No publishing account defined for this forest, will use the machine account instead. SMS_SITE_COMPONENT_MANAGER 3/15/2013 1:09:59 PM 2252 (0x08CC)
       DS Root:DC=mydomain,DC=com SMS_SITE_COMPONENT_MANAGER 3/15/2013 1:09:59 PM 2252 (0x08CC)
       Searching for the System Management Container. SMS_SITE_COMPONENT_MANAGER 3/15/2013 1:09:59 PM 2252 (0x08CC)
       LDAP://CN=System Management,CN=System,DC=mydomain,DC=com container exists. SMS_SITE_COMPONENT_MANAGER 3/15/2013 1:09:59 PM 2252 (0x08CC)
      No Fallback Status Point installed on the Site SMS_SITE_COMPONENT_MANAGER 3/15/2013 1:09:59 PM 2252 (0x08CC)
      Size of Signing Certificate: 0 SMS_SITE_COMPONENT_MANAGER 3/15/2013 1:09:59 PM 2252 (0x08CC)
      Signing Certificate: SMS_SITE_COMPONENT_MANAGER 3/15/2013 1:09:59 PM 2252 (0x08CC)
    Failed to get top level site code SMS_SITE_COMPONENT_MANAGER 3/15/2013 1:09:59 PM 2252 (0x08CC)
     Not able to get [MIF Collection] settings. SMS_SITE_COMPONENT_MANAGER 3/15/2013 1:09:59 PM 2252 (0x08CC)
    Failed to get top level site code SMS_SITE_COMPONENT_MANAGER 3/15/2013 1:09:59 PM 2252 (0x08CC)
      Current copy of the Site Control File is invalid. Not able to read SMS_SITE_COMPONENT_MANAGER section of sitecontrol file of top level site. SMS_SITE_COMPONENT_MANAGER 3/15/2013 1:09:59 PM 2252 (0x08CC)
    Waiting for changes to the "D:\SCCM\inboxes\sitectrl.box" or "D:\SCCM\inboxes\sitecomp.box" directories, servers will be polled in 1 hour... SMS_SITE_COMPONENT_MANAGER 3/15/2013 1:09:59 PM 2252 (0x08CC)
    I have tried restarting the services and rebooting the server altogether and still hangs here.  Any ideas before I wipe it and start over?
    Thanks!

    So the site just changed from Pending to Active in the admin console.  Might be my OCD not waiting long enough. :-|  I will continue to monitor and see if it completes the process.  If all goes through, taking significantly longer that the
    other 9 site installs..

  • Can't Open FTP Site in File Explorer

    After installing Google Chrome, the option in Internet Explorer to Open FTP Site in File Explorer is not working. Click the drop down arrow on the Page button and select the option "Open FTP Site in File Explorer" and no explorer dialog box appears;
    nothing appears. Internet Explorer 11 is the default web browser and the Operating
    System is Windows 7 Pro.
    Steps taken to resolve:
    1. Verified FTP folder view and Use Passive FTP is enabled in Internet Explorer.  Tools > Internet Options> Advanced > Browser
    2. Opened the website in Compatibility View.
    3.  Reset the Internet Explorer settings in Tools > Internet Options > Advanced 
    4.  Temporarily disabled the firewall

    Hi James,
    You may follow the article below to create an FTP shortcut:
    Work with files on an FTP site
    Or you may take a try with the solutions mentioned in the following thread:
    This FTP site cannot be viewed in Windows Explorer.
    Please note: Please backup your registry settings before you make any changes.
    Reference: How to back up and restore the registry in Windows
    Best regards
    Michael Shao
    TechNet Community Support

  • Dreamweaver CS6 will not recognize existing site definition files

    Neither does CC, naturally.  These are sites I haven't edited for about a year. I can't find any information about reloading sites by importing the contents, only by opening the STE files... which in this case, won't open.

    Are you attempting to simply open the .ste, or are you going to Site > Manage Sites > Import?
    If you are tring to import them correctly (second option above) and they aren't importing, the .ste files may be corrupt. To create new site definitions from your existing content...
    1. Go to Site > New Site
    2. For the "Local Site Folder" browse to one of your current site folders on your HD
    3. Add a server and FTP credentials obtained from your hosting company (if you don't have them)
    4. Save
    5. Repeat for each site
    EDIT: If you don't have the site's files locally, do the same as above (setting the local site folder to an empty folder on your HD) and, once you add the FTP info, click the Get button (down arrow) in the Files window to download your entire site onto your machine.

  • How do You Link to Archived Sites, or files, on the Server via the Wiki?

    I've saved an archived site to workgroup/sites/www.archivedaite.org/. What I want to be able to do is to put a link on my wiki to pick up the index page within this archived site.
    I've tried to use "file:///volumes/groups/workgroup/sites/www.archivedsite.org/index.php.html". While this works fine in the browser location bar, the wiki won't accept it. By this I mean that even if I go in and edit the HTML the wiki deletes the link when you save the page.
    Could I save the file to the "Sites" folder on the server for one of the userers (like the serveradmin one), as a work around?

    Sadly I am having the same issue, and there is nothing in the control center that helps. In previous versions of iOS, I could easily listen to podcasts or my iTunes library though my Bluetooth headset. Double pressing the home button would bring up controls at the bottom of the iPhone screen and to the far right would be an icon where I could select the audio device I wanted. If there was a Bluetooth device synched to the phone, I could choose to listen to the music either via my phone's speakers or via the Bluetooth. This option does not exist anywhere anymore. I just hooked up my Bluetooth (finally got around to it since upgrading) and when playing music either from my phone's internal memory or via iTunes radio, it just comes out over the iPhone's speakers. There is no way to select any other option. Hopefully they'll fix this in 7.0.5.

  • Incorrect PDF scaling for web site jpeg files

    So, I'm not sure if anyone else find this frustrating. When working on a new web design either in Illustrator or Photoshop, etc. and then exporting those to a jpg file, then taking those and combining them into a PDF file using acrobat, I'm seeing the PDF files being about 25% larger than their actual 72dpi web-standard size. So when I pass along the PDF to clients for review, I always have to add a disclaimer that they should set their PDF reader to about 75% to see the actual size of the web site files. 100% is far too big. Any idea why the correctly-sized image files, when imported into Acrobat are increased in size?
    I've tried saving them as smaller files... I've tried the cropping feature... none of this seems to solve the problem. It's quite frustrating.
    Best,
    Russel

    Hi,
    In Muse, there is no button/widget which allows to upload contents to your site. I would suggest to use third party web form builder, like Jotform, Upload Field Allowed File Types and Embed the form code in Muse and that should work.

  • Editing  a Web site SWF file

    Funky, allow me to try again. right words are difficult for
    me come by but I try.
    I have a Web site that uses a 260K Swf file for presentation.
    My original designer is no longer available.
    I am trying to make changes to update some of the info on the
    site. I have been able to update jpeg images
    in photo gallery which is an external xml file to and opened
    by the swf file. additionally I have updated some of the
    images within the "master" swf file using Eltima decompiler
    software.
    I am now try to update some of the Static Text files within
    the "master" swf file.
    I am using a MAC with the Eltima Decompiler and CS3 Flash.
    This is my first attempt to update/edit
    Static text.
    If you could quide me toward a correct course, I would
    appreciate it.
    I open the "master" swf in eltima and extract only "text" I
    am not doing anything with images, buttons etc.
    I convert that ouput into Fla. A "master"_conv_fla file is
    created along with a folder called text that has multiple
    Static Text xx.swf file within. The fla file opens in adobe
    but doesnt contain the file I want to update.
    using Eltima I open the Static text 53.swf, perform an
    extract and then convert that to a Static text 53_conv.fla file
    that opens in adobe.
    Here I am lost. I have used trial and error to get a
    response. I might mention that the original designer used Adobe 6.
    With the Static text 53_conv.fla file open in adobe I seem to only
    be able to make changes when I click on
    Edit Symbols. I make changes and do a Save As so that Adobe 8
    is used. I assume Adobe 9 might not allow my file to function.
    After saving I Export the result back to my computers texts
    file. That file then appears as Static text 3.swf.
    instead of Static text 53.swf
    It has the results I want but I don't know how the make the
    changes take in the Static text 53.swf file.
    I am not even sure the steps I have taken above are even
    correct. It was all I could do to get any result.
    Your guidance would be appreciated

    I'm a relatively new convert to a Mac and I have to say that this is the first time I have been disappointed by my choice.
    I have quite a few webs that I maintained with FrontPage and now I will have to drop them because I can't take the time to re-do each page within the sites just because I can't import the html coding into iWeb.
    It would be nice if the authors could make iWeb a bit more friendly in that regard. Even if only the basic layout, text, images and/or image holders could be imported, that would help.
    eMac G4/1.0 512 Mac OS X (10.4.8)
    eMac G4/1.0 512 Mac OS X (10.4.8)

  • I can't find the site domain file in iWeb 3 and OSX Lion

    I've got iWeb 3.0.4 and am using OS10.7.3
    In previous versions of the OS and iWeb the actual file that iWeb creates is stored inside ~User>Library>Application Support>domain.site
    I can't for the life of me find either the Application Support folder inside my user folder OR the actual domain file. Is it invisible or something???
    Help - I need to transfer this document to another computer urgently ;-)
    Rob

    click the desktop.
    Then, Go menu hold "option key" and you'll see the library
    http://www.youtube.com/watch?v=D87w67lfOVU

  • Can a Domain.sites iWeb file be transferred into the new version of iWeb?

    So I have my Domain.sites file from my old computer (Home, Library, Application Support, iWeb), but I can't get it to open on my new computer.  I assume this is because it is a domain.sites file, and the new version requires domain.sites2?  How can I get my old site to transfer to my new computer or convert the file, etc.?
    I've looked over a lot of postings, but I can't figure out what I should do once I have the Domain.sites file, and I've put it in the same place on my new computer but I get the message: "Can't Open File."
    Thanks for any help...

    What system are you running on your new Mac?
    OT

  • A doozy: DWCS5, WordPress 3.0 Multi Site, XAMPP: File discovery problems

    Just trying to get the related files function working properly.
    This is on a fresh local install of WordPress 3.0 beta 2, multi site activated using subdomains.
    It keeps insisting my testing server has the wrong settings even though both Live View and Live Code are working without a hitch.
    I set the local folder and testing folder to point to the same location. The files bar is even able to pick up a few links such as my scripts and the theme's css file, but none of the core WP files.
    Any suggestions? (Aside from using subdirectories? Client is adamant about subdomains.)

    Hi Adam
    Can you send us a bug report so we can get more details on your setup?:
    http://www.adobe.com/go/wish
    Thanks,
    David Alcala
    Dreamweaver QE

  • Cannot add mailbox database copy to DR site - .edb file not getting created

    I have a DR site setup that I want copies of 4 of my mailbox databases.  3 of the mailbox databases copied over successfully but the last and largest one which is really not that large 69Gbs keeps failing when i Update the database copy.  Seems
    to not be creating the .edb file.  Is there another way to get the .edb file over to the server, possibly manually copying it then doing and update database copy?  I have my backups turned off on all the servers that have the mailbox role on it now
    thinking that was causing some issues with the database copy?  Any suggestions is appreciated, thanks.
    Michael Duhon

    Yes manually copy the edb file and paste them in the DR server . Then try to update with for the incremental of database copy. Verify the database is clean shutdown that you are moving to the DR site.
    What error message it throws when you performing update the database copy
    Exchange Queries

Maybe you are looking for