Help-new user-how do i show my new form

Hi everyone
i just created my first form,with data base of axccess linked
to it.
I created it by using asp.net.c files,in DW,i noticed that
the file that created is an aspx file,and when i try to
preview him in browser i get these message
"Server Application Unavailable
The web application you are attempting to access on this web
server is currently unavailable. Please hit the "Refresh" button in
your web browser to retry your request. "
am i suppose to do something with these aspx files before i
preview it ,link it somewhere or something.cant understand what the
problem.i did exactly wha was told in the help of DW.
please help
thank you

Do you have the Dot Net Framework installed on your computer?
Check in
Control Panel/Administrative Tools and see if the Microsoft
.Net Framework
shortcut is in there.
Nancy Gill
Adobe Community Expert
BLOG:
http://www.dmxwishes.com/blog.asp
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
Web Development
"Traveller25" <[email protected]> wrote in
message
news:e2grbn$4uu$[email protected]..
> Hi everyone
> i just created my first form,with data base of axccess
linked to it.
> I created it by using asp.net.c files,in DW,i noticed
that the file that
> created is an aspx file,and when i try to
> preview him in browser i get these message
>
>
> "Server Application Unavailable
> The web application you are attempting to access on this
web server is
> currently unavailable. Please hit the "Refresh" button
in your web
> browser to
> retry your request. "
>
> am i suppose to do something with these aspx files
before i preview it
> ,link
> it somewhere or something.cant understand what the
problem.i did exactly
> wha
> was told in the help of DW.
> please help
> thank you
>
>

Similar Messages

  • I can't copy my IStore tv shows to my Ipod nano from my new pc - How do I link my new pc and my Ipod?, I can't copy my IStore tv shows to my Ipod nano from my new pc - How do I link my new pc and my Ipod?

    I get a message saying my show "can't be copied because it can't be played on this IPod."  I've authorized my new pc, how do I get my new PC to recognize my Ipod, which was originally set up on my old PC?

    Do you know how much space the cheapest macbook pro with reatina has?
    http://www.apple.com/mac/compare/notebooks.html
    A basic MBP may only have
    128GB solid-state drive

  • I'm a iMac new user,how to add signture to my email?

    I'm a iMac new user,how to add signture to my email?

    From the Mac Mail menu bar click Mail / Preferences then seelect the Signatures tab.
    You can add signatures from there.

  • Help with user.update.accounts[Lighthouse].changes[roleInfos].new

    When I access user.update.accounts[Lighthouse].changes[roleInfos].new it returns a list of XMLObjects, which are the new list of roles to be provisioned in IDM. The following is an example:
    <GenericAttribute>
      <Object>
        <Attribute name='attribute'>
          <Object name='Production Server'>
            <Attribute name='directlyAssigned'>
              <Boolean>true</Boolean>
            </Attribute>
            <Attribute name='state' value='assigned'/>
            <Attribute name='type' value='BusinessRole'/>
          </Object>
        </Attribute>
      </Object>
    </GenericAttribute>I would like to execute a specific transition when a specific role is identified within work flow transition from this list. So I thought I could try the following:
    <contains>
      <ref>user.update.accounts[Lighthouse].changes[roleInfos].new</ref>
      <s>Production Server</s>
    </contains>This does not work, but in my workflow debug I see the following:
      Resolved reference user.update.accounts[Lighthouse].changes[roleInfos].new = [Corporate Domain Administrator
      assignedBy = [Information Security Specialist]
      assignmentType = conditional
      state = assigned
      type = ITRole
    , Employee Production
      assignedBy = [Information Security Specialist]
      assignmentType = required
      state = assigned
      type = ITRole
    , IT Organization
      assignedBy = [Information Security Specialist]
      assignmentType = required
      state = assigned
      type = ITRole
    , Information Security
      assignedBy = [Information Security Specialist]
      assignmentType = required
      state = assigned
      type = ITRole
    , Information Security Specialist
      directlyAssigned = true
      state = assigned
      type = BusinessRole
    , MachineEX bzncvs02ex
      assignedBy = [Information Security Specialist]
      assignmentType = conditional
      state = assigned
      type = ApplicationRole
    , MachineEx bznsa02ex
      assignedBy = [Information Security Specialist]
      assignmentType = conditional
      state = assigned
      type = ApplicationRole
    , MachineEx bznwsint01
      assignedBy = [Information Security Specialist]
      assignmentType = conditional
      state = assigned
      type = ApplicationRole
    , Technology Organization
      assignedBy = [Information Security Specialist]
      assignmentType = required
      state = assigned
      type = ITRole
    ]My question is how can I check for something specific in XMLobject list similar to the following or Java code?
    <contains>
      <ref>user.update.accounts[Lighthouse].changes[roleInfos].new</ref>
      <s>Production Server</s>
    </contains>

    I solved my problem and wanted to share the solution with yall
    1. First off the modifications are stored in a task instance, which is passed to the workflow engine
    variables.user.update.accounts[Lighthouse].changes[roleInfos].new2. I created a class to parse the list of changes which are stored as XMLobject in a task definition
    public Boolean roleChangeValidation(List<GenericAttribute> changes, String roleid)
              String type = "MANUAL";
              Boolean returncode = false;
              if (changes != null) {
                   Iterator<GenericAttribute> it = changes.iterator();
                   do {
                        if (!it.hasNext())
                             break;
                        GenericAttribute change = it.next();
                        GenericObject value = change.get();          
                        String name = value.getName();
                        if(this.Debug)
                             System.out.println(type + ":" + name);
                        if(value.containsValue(roleid))
                             if(this.Debug)
                                  System.out.println(name);
                             returncode = true;
                   } while (true);
              return returncode;
         }3. I added the following actions to the update workflow, which passes the Roleid I am looking for and returns true if found.
    <Action id='1' name='Validate Privileged Role'>
      <expression>
        <block>
          <defvar name='zRoleChange'>
            <new class='com.generic.util.zRoleChange'>
              <Boolean>true</Boolean>
            </new>
          </defvar>
          <set name='_tokencheck_'>
            <invoke name='roleChangeValidation'>
              <ref>zRoleChange</ref>
              <ref>user.update.accounts[Lighthouse].changes[roleInfos].new</ref>
              <s>Production Server</s>
            </invoke>
          </set>
        </block>
      </expression>
    </Action>Edited by: OlympicAdmin on Feb 24, 2010 12:39 PM

  • Mistakenly Set up New Users: How to Delete?

    Seems the guy who set up new MacBook set up 3 or 4 new Users, all called " ".
    Very confusing.
    But I can't make them go away. Help please!
    Ultimately I only want one User, and that's me (i.e. the administrator)
    Thanks in advance
    Steve

    This is unusual. When you get home just check to see if there really are more users than you expect, or if it is a problem with Finder.
    You may not be familiar with Terminal but my request is easy and safe.
    In the Applications folder, then the Utilities folder, find and open the Terminal. There will be a short message when you first open it.
    then type, or copy and paste into it
    ls -al /Users
    and press return. If you expect to have only one account you should see:
    drwxrwxr-t 6 root admin 204 18 Mar 23:28 .
    drwxrwxr-t 37 root admin 1258 1 Jul 22:09 ..
    -rw-rw-r-- 1 me admin 6148 22 Jun 20:08 .DS_Store
    drwxrwxrwt 8 root wheel 272 23 Apr 23:37 Shared
    drwxr-xr-x 17 me me 578 16 Jun 23:25 me
    The last entry me being your account name. You can close Terminal now.
    If that is the case these other accounts seem to be phantoms.
    Please post back what you find.
    So I conclude that each of my rogue user accounts has got its own set of these folders.
    Even if you have other accounts their Pictures Music, etc would appear in their own accounts and should not be grouped together in any one account as you have described. That is why I say this is unusual.
    I suggest you run Repair Permissions in the application Disk Utility, which is found in Applications/Utilities. Select the drive, select First Aid click on Repair Permissions.
    regards roam

  • New user - how do i change permissions from old to new user?

    I've got a new employee. I need to switch all permissions of files from one employee to the new guy. Any EASY way to do this? Files/folders are in many different sharing points and folders.
    Thanks!!!

    A easy, but dirty, way to do this is to change your old employee's UID to something else and change your new employee's UID to the one you just replaced. If you do this as you create the new account, everything might just work out fine. It will truly transfer ownership of everything to the new user.

  • Migration from old pc now in new user how do i fix

    I migrated from my old pc to a my imac.  Now it is in a new user but I want to merge the two together.  Any suggestions?

    Open the Users folder on the internal drive and drag one account's home folder to the other's desktop. Put its contents in the desired locations.
    (91525)

  • New iMac-how to use old and new

    So, I'm in the middle of migrating my settings from my old iMac to my new iMac. I've already started transfering my settings and applications.
    I was going to give my old iMac to my husband, who now has a MacMini. After I started transferring, he told me I should just keep both iMacs for working. It would actually be convenient - Keep one for having browser, planning, mail, business apps open at all times and the other for heavy-duty Photoshop, etc. work.
    What should I do to be able to work on both? Do I need to re-do my set up on the new  one? The settings and apps really should be the same any way - do I need to create a different user?

    Do I need to set up a different user on each computer?
    No
    Right now, becuase I was in the process of migrating, the new iMac is a duplicate of what's on the old. Do I need to create a new user on one and delete it on the other? What happens if I have the users duplicated?
    Not necessary, when you migrate it will make a clone of the other machine if you choose all options. If you want then to remain synced  you can do so with the same user account and AppleID assuming you use iCloud and both machines are on Lion. You can sync what I noted in my first post.
    I want to use one more for light business apps and one for my image processing.
    If your goal is to sync apps and data currenlty there isn't an automated method of doing that other than keeping the data on an account such as DropBox. If you don't have a DropBox account then that may be what you're looking for however you will have to pay for data in excess of 2GB. The first 2GB is free.

  • How can we show a cq5 form in an overlay

    I have the code below to show a button in a overlay.
    <div class="overlay22" id="overlay22" style="display:none;"></div> 
    <div class="box22" id="box22">
    <input type="submit" value="Submit" class="buttonclick" id="buttonclick"  />
            </div> 
    Can we show the cq5 form in the overlay instead of hardcoding in the overlay.
    Thanks,
    Balaji.

    Hi pankaj,
    The Table Columns are generated dynamically by node attributes assigned to it.
    So i tried to add an attribute to the node but it din't reflected in the table column. i could see the Node structure in the debugging
    mode with the added attributes but in the table layout the column(attribute) is not added(seen).........
    So do i need to change any of the table attribute which is restricting dynamically to specfic columns only.....!!!

  • New user, how to open messages?

    brand new mac user, a little confused about how to open messages

    Welcome to Apple Support Communities
    You can find Messages in the Dock (at the bottom of the display). This is the icon:
    Simply click it and Messages will show up. Read > http://support.apple.com/kb/HT5395

  • Help me! how can i restore a new password ?

    I'm from Uzbekistan. I have changed my account for one day for my friend. And when i decided to log in my account i foun out that forgot my password. when i enter my e-mail i found that skype was registred to another mail but unfortunately i forgot which one. So can someone help me to get a new password fro skype log [Redacted for privacy]

    Open the link below and just select the appropriate option/category in your case.
    https://support.skype.com/en/faq/FA109/i-ve-forgotten-my-password
    please also be advised that you may be asked to provide verification details or answer verification questions before Skype can proceed in assisting you resetting your account password.
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • New user - How to get started?

    Hi, I just installed Skype on my andriod phone. Will someone please tell me wher I may download the instructions on how to get it to work. Thanks

    Hi and welcome to the Skype Community,
    Please have a look at the following article with step by step instructions to get started with Skype for Android: https://support.skype.com/en/faq/FA12288/getting-started-with-skype-for-android-phones
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • I have change the user on one of my iPads for different staff now it will not allow a new user how do i get round this

    how do you as a company set all computers and ipads to company names insterad of personal users
    i ahve now a ipad that is blocked and i cannot set up a new user

    An iPad does not have a user model.  There is no 'log on' page, nowhere to enter a username and password.  An iPad is just an iPad and doesn't know who is using it.

  • When opening a new tab how can I show previoius history in the window?

    When opening a new tab, can I show the previous history in the new window?

    You can try middle-clicking (scroll wheel) the Back button which will open a new tab with the same History.

  • New user--how to sync Goggle contact

    I'd like to synch with Google contacts. When I go to Address Book>Preferences>General there is not an option for "Synchronize with Google contacts" even though Help says there should be such an option. How do I sync with Google contacts.
    Thanks

    Steve,
    I think this only works if you have an iPhone. Take a look at this link:
    http://www.davidalison.com/2008/05/sync-with-google-contacts-in-1053-not.html
    Arnie

Maybe you are looking for

  • Oracle 10G forms not running.......very urgent

    Hi all, shayan here...... i have just installed oracle databse 10g and oracle 10G developer........i have done it first time....the forms is not running even the test form is not running....i have start the OCJ4 but still the same result.............

  • Sql loader how import a file with save the actual row number in a db field

    Hey, how can i save the row number for each row in a file into a database field i the same table with the sql loader (sqlldr)? test data: john doe joe meier table: name surname line_number_in_file john doe 1 joe meier 2 and so on ... an if an line is

  • Disable duplex printing in Oracle Apps

    All our reports from Oracle Apps have been configured to print in duplex mode. But we want to disable this option. I came to know that this can be controlled by Printer Style. Can someone please elaborate on this? Thanks in advance for any help -MS

  • Field symbols and index

    What are field symbols and field groups.? Have you used "component idx of structure" clause with field groups?

  • To and fro communication between mobile & sap system

    Hi, I want to enable a function in basis system in which on locking the sap userid, user will send an sms (using mobile) to sap system (ecc 6.0). Syetem will authenticate the request and will revert as sms to same user on mobile either success with u